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

Autoprint functionality #1

Open
wintermeyer opened this issue Mar 20, 2016 · 4 comments
Open

Autoprint functionality #1

wintermeyer opened this issue Mar 20, 2016 · 4 comments

Comments

@wintermeyer
Copy link

Would it be much work to create a Docker container which prints a given LibreOffice document to a PDF. The PDF should be saved afterwords and the container terminated. That would be such an awesome feature.

@chrisdaish
Copy link
Owner

Isn't this functionality already baked into LibreOffice via:

File -> Export as PDF

Regards,
Chris

@wintermeyer
Copy link
Author

But that needs a human to control it. Cool would be a Docker instance which does that automatically and just spits out the PDF.

@chrisdaish
Copy link
Owner

Interesting idea, it looks like LibreOffice has the --convert-to argument, just need to pass this into the runtime script.

@Lewiscowles1986
Copy link

I'd just like to add a note on the syntax for PDF->HTML

https://github.com/Lewiscowles1986/PDFConvertChilcot#step-2-convert-odt-files-to-html-using-libreoffice

So for this it would require a mounted writable volume, mounted readable source, it's unlikely it could be added to a dockerfile as a command for the entrypoint script.

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

No branches or pull requests

3 participants