Summary: | EXPORT: no simple means to export an entire document as pngs or jpgs | ||
---|---|---|---|
Product: | LibreOffice | Reporter: | Jay Philips <philipz85> |
Component: | Writer | Assignee: | Not Assigned <libreoffice-bugs> |
Status: | NEW --- | QA Contact: | |
Severity: | enhancement | ||
Priority: | medium | CC: | jorendc, qubit, spam |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Jay Philips
2014-07-04 00:59:02 UTC
That would be a great feature. Before exporting, all fields should be refreshed: oDoc.TextFields.refresh I think, this is right now not done (p.e. at PDF export) Agreed :-) If you need a workaround for now, try exporting the document to PDF, then using ImageMagick to convert each page to PNG. ImageMagick has the helpful 'convert' command that can do that for you on the command line: (BMC.pdf was produced from a 2-page BMC.odt) qubit@lo:~/$ convert BMC.pdf BMC.png qubit@lo:~/$ ls BMC-0.png BMC-1.png BMC.pdf we want to give our end-users a good user experience, so it's important to receive the first page fast. The end-user doesn't care, if a 100page-export needs 60 or 65 seconds, but it's a big difference, if the first page comes after 2 or after 7 seconds. So it would be great, if the first page is exported as fast as possible. This "all-page-png-export" should be accessable via Macro/API, too. thanks, jens Hi Jens, I think that you should possibly put in a new bug report about being able to limit the repagination to a particular page number, so that the export of the first page can be generated quickly. Hi Jay, see https://bugs.freedesktop.org/show_bug.cgi?id=80990 thanks, jens |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.