vladholubiev / serverless-libreoffice

Run LibreOffice in AWS Lambda to create PDFs & convert documents
https://vladholubiev.com/serverless-libreoffice
513 stars 75 forks source link

remove `--disable-pdfimport`? #5

Closed fengsi closed 6 years ago

fengsi commented 6 years ago

Could you please remove --disable-pdfimport from build script? With this flag, lo cannot convert PDF to other formats such as doc, which should be a very common use case.

I was able to compile my own binary without it, but it would be better if your release already contains pdfimport. :)

Thanks!

vladholubiev commented 6 years ago

@fengsi thanks for the input! Looks like you are digging into the topic too.

I'll compile it w/o this flag on a weekend! And hopefully look into your previous ideas of reducing size https://github.com/vladgolubev/serverless-libreoffice/issues/4

vladholubiev commented 6 years ago

@fengsi DONE - download the latest build here - https://github.com/vladgolubev/serverless-libreoffice/releases/tag/v6.1.0.0.alpha0

fengsi commented 6 years ago

Tested the new release and it's working well on PDF ==> doc. Thanks for saving us 1.5 hrs on compiling! 👍