Open
Description
Hallo I'm running aeroodocs with Odoo v8 on Ubuntu 14.04.
I'm experiencing a huge growth of PDF outputs size.
This is the simplest test I did:
- I created a 3-pages template containing only page breaks (no text body), with header and footer containing images
- I printed it (eg. as an invoice) as PDF: the size is 38.5KB
- I added a Lorem Ipsum line of text in each page in the original template
- I printed it as PDF: the size is 132KB
- I printed the "Lorem Ipsum" template as DOC
- Using LibreOffice application, I manually saved the doc as a PDF: the size is 50.6KB
Summarizing:
A 3-page document with header and footer containing images:
- if it contains no text in the body, is sized 38.5 KB - when printed with aeroodocs
- if it contains a line of text in each page, is sized 132 KB - when printed with aeroodocs
- if it is saved from within LibreOffice, is sized 50.6 KB
In real-word example, these are the sizes of a 1-page invoice with 3 tables in it:
- 422KB when printed as PDF
- 36.5KB when printed as DOC
- 130KB when the DOC is exported as PDF manually from LibreOffice
Any idea about where I should investigate on?