Result PDF document has strange size:
Using copy/paste from TAdvRichEditor to word I created new document, which was exported to PDF. It looks quite different than PDF document created directly from application - button Generate Pdf. FromWord.pdf (904.8 KB) FromTadvRichEditor.pdf (1.1 MB)
We are able to reproduce this issue here and are currently investigating this. Due to the nature of this issue it can take up some time to find a solution.
Just compare examples of PDF document.
First - generated from RTF Editor to Wotd then exported to PDF - has normal (which is correct) size od fonts, images and line spacing...
Second - generated directly from RTF editor to PDF- has all aspects of document enlarged. I think this is also bug. Or is there any setting which can change this default sizing?
OK, I understand, TAdvRichEditor can't be so powerfull as Word is.
But, can you explain me why there are also differences in size of images, fonts and line spacing when I compare the same document (from example) displayed in TAdvRichEditor and PDF generated directly from TAdvRichEditor?
I just want the functionality of keeping the same apperance which I see in TAdvRichEditor also in PDF document...
A PDF canvas uses a completely different DPI than the screen DPI.
This is by design because a PDF needs to render the same on many different screen DPIs as well as printer DPI when it is being printed.