You are not logged in.
Pages: 1
Hello
1. ) It is possible to create a PDF using the commands HTML?
2.) In a large text, there is a command with automatic line break
Offline
1) You can try to use our THtmlView-based version - not finished work.
See http://synopse.info/forum/viewtopic.php?id=56
2) Use the TGDIPages report class as available in SQLite3Pages.pas
See http://synopse.info/forum/viewtopic.php?id=41
and http://synopse.info/forum/viewtopic.php?id=76
and http://synopse.info/forum/viewtopic.php?id=402
Offline
Thanks for the links. Excellent work. I'm from Brazil and my English is not very good.
I tested the example richedit and it worked great. I was making some changes and when I remove the following piece of code
DrawTitle ('Rich Edit Content', true);
The header is broken when the pdf form. I used the following code
DrawTitle ('', false);
but is an extra space at the beginning of the document. Do you have any way to remove that piece of code without breaking the header
thanks
Offline
Pages: 1