You are not logged in.
Pages: 1
Hello,
im absolutly new to Synopse (I just found it on google). I have TIFF-files which need to v´convert to PDF/A. Does anybody could point me to an example how to do this with Delphi XE?
Greetings
Stefan Westner
Offline
You can use the SynGdiPlus library to read the TIFF files, then use SynPdf to produce the PDF/A content.
Use the LoadFrom() function to create a TBitmap from the TIFF, then paint it on the PDF page.
See for instance http://synopse.info/forum/viewtopic.php?pid=1466#p1466 or the other sample codes in this forum.
Offline
Pages: 1