You are not logged in.
Pages: 1
I need to generate a PDF report which would contain a table.
It would also contain some header text which would be repeated on every new page.
I just want to know if i can add a table to the PDF using Synpdf library.
I am new to Delphi and synpdf.
Please find the sample pdf file here : http://dl.dropbox.com/u/174941/Sample.pdf
Thanks !
Offline
Directly calling SynPDF is a bit difficult, or you need to use its TCanvas-based version.
To easily produce a table with PDF you can use:
- The report engine included within SynPDF - see http://blog.synopse.info/post/2010/06/3 … -from-code
- Print from a RTF content - http://synopse.info/forum/viewtopic.php?id=76
- Use any other report engine then SynPDF to render it, e.g. QuickReport - see http://synopse.info/forum/viewtopic.php?pid=4098#p4098
Offline
Yes this is what i exactly need
Thanks !
btw, can i add a user password / owner password to the PDF and change the user permissions [ReadOnly/CopyOnly] etc ?
Using synpdf that is
Offline
Pages: 1