vladholubiev / serverless-libreoffice

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

Conversion html to pdf with mistakes #35

Open LLDmitry opened 4 years ago

LLDmitry commented 4 years ago

Hello A couple mistakes on converting html->pdf: I need convert msg files to pdf. As LibreOffice can't convert msg to pdf directly, i do pre-conversion msg-> html by another app. And AWS Lambda with LibreOffice converts this html to pdf. Result pdf contains empty, extra first blank page and doesn't contain "From" email part. I've tried desktop LibreOffice app, it converts the same html correctly. Could you please advise?