Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PPT/ODP Exporting hidden pages option when exporting to PDF #108

Closed
deanchester opened this issue Dec 17, 2012 · 3 comments
Closed

PPT/ODP Exporting hidden pages option when exporting to PDF #108

deanchester opened this issue Dec 17, 2012 · 3 comments

Comments

@deanchester
Copy link

Is it possible to export a ppt/odp to PDF and allow the hidden pages to be exported? The filter ExportHiddenSlides needs to be enabled, its disabled by default.

@dagwieers
Copy link
Member

Did you try the -e/--export option with your flag ? It should work.

@deanchester
Copy link
Author

Yes, the commands i've tried are:

$ unoconv -f pdf -e ExportHiddenSlides=true presentation.ppt

and

$ unoconv -f pdf -e ExportHiddenPages=true presentation.ppt

In the source code for libreoffice it appears ExportHiddenSlides but in the GUI it appears as Export Hidden Pages. So what else could I try?

@deanchester
Copy link
Author

Solution move to OpenOffice from Libreoffice until its possible to export the hidden slides, and then using unoconv it is possible to export the hidden slides to a pdf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants