Bug 39167 - Hybrid PDF improvement 1: Clear description in export dialog.
Summary: Hybrid PDF improvement 1: Clear description in export dialog.
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Printing and PDF export (show other bugs)
Version:
(earliest affected)
3.3.3 release
Hardware: Other All
: medium enhancement
Assignee: Stefan Knorr (astron)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-12 04:02 UTC by gleppert
Modified: 2011-08-22 05:56 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
Gabor Jenei's patch (5.13 KB, patch)
2011-08-04 06:47 UTC, Muthu
Details
Additional patch that changes the description again etc. (9.95 KB, patch)
2011-08-18 01:28 UTC, Stefan Knorr (astron)
Details
Screenshot with both patches (18.87 KB, image/png)
2011-08-18 01:37 UTC, Stefan Knorr (astron)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gleppert 2011-07-12 04:02:41 UTC
Hybrid PDF is one of the killer features of LibreOffice, but barely promoted and a bit hidden to the user. However, particularly the user experience can be easily improved. 

Easy Hack improvement of Hybrid PDF No. 1:
If you export to a PDF file, you can choose “Create hybrid file” which is cryptic to average users and one of the reasons, why it is unknown to many users. It would be better to rename this to e.g. “Make PDF file fully editable in LibreOffice” or “Embed ODF-file in PDF for full future editing” or “Preserve full editing capacity of PDF file in LibreOffice” or “Create fully in LibreOffice editable PDF file”. 

Furthermore, the option for hybrid PDFs could be even moved on top of the list of general PDF options in “File” → “Export as PDF” → Tab “General” → “General”, because the feature is more directed to standard users than any of the other features in that list of options.
Comment 1 Gabor Jenei 2011-07-27 07:39:40 UTC
I cannot see this thing in my newly compiled version, maybe it is already solved in version 3.5? As for 3.4 I see it(installed from deb packages).
Comment 2 gleppert 2011-07-27 23:25:43 UTC
Hi Gabor, thanks for looking into this enhancement request.

What is different in the newly compiled 3.5? Do you mean that there is no option for Hybrid PDF at all? This could be, because the PDF import (on which hybrid PDF is based on) is handled as extension, maybe?!
Comment 3 Gabor Jenei 2011-07-28 08:03:04 UTC
(In reply to comment #2)
> Hi Gabor, thanks for looking into this enhancement request.
> 
> What is different in the newly compiled 3.5? Do you mean that there is no
> option for Hybrid PDF at all? This could be, because the PDF import (on which
> hybrid PDF is based on) is handled as extension, maybe?!

yes, I haven't installed it as extension just made make dev-install, after installing the extension it's there. I think I found the file to modify now I'll try to recompile this module, and we will see the result. I am going to work on the second patch for .odf.pdf extension also. Thanks for your helpful reply
Comment 4 Gabor Jenei 2011-07-28 08:35:25 UTC
ok,I am done with new build, the text is rewritten to: "Create LibreOffice fully editable file" soon I am going to place it on the right place, so we can mark this topic as resolved!
Comment 5 gleppert 2011-07-28 08:51:26 UTC
Wow! Gabor, thanks a lot.
Comment 6 Muthu 2011-08-04 06:26:09 UTC
Reopening for tracking this - so that the patch gets pushed to the repo before being closed.
[Please correct me if the patch is already pushed]
Comment 7 Muthu 2011-08-04 06:47:52 UTC
Created attachment 49914 [details]
Gabor Jenei's patch
Comment 8 Cédric Bosdonnat 2011-08-10 07:43:14 UTC
The patch fixed the bug, though I made some improvements.

pushed to master branch (target version 3.5):
http://cgit.freedesktop.org/libreoffice/core/commit/?id=de1b819b7e5fe7dfcb9a84b8fe380c60f981dcaf

http://cgit.freedesktop.org/libreoffice/help/commit/?id=260b7c155537741fd6100eb88090b649c9904f02
Comment 9 Stefan Knorr (astron) 2011-08-18 01:28:47 UTC
Created attachment 50344 [details]
Additional patch that changes the description again etc.

Hi.

This patch does the following:
* change the caption for the check box to "Embed OpenDocument file"
* add a descriptive line underneath ("Makes this document easily editable in LibreOffice")
* since the hybrid PDF function depends on Java/PDF Import extension, all elements are now moved up on non-Java builds etc. (this is not done in a terribly clever fashion, though)

Screenshots below.
Comment 10 Stefan Knorr (astron) 2011-08-18 01:37:50 UTC
Created attachment 50346 [details]
Screenshot with both patches