#1 2011-07-11 21:07:27

swestner
Member
Registered: 2011-07-11
Posts: 8

Convert TIFF to PDF/A

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

#2 2011-07-12 05:41:50

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,237
Website

Re: Convert TIFF to PDF/A

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

Board footer

Powered by FluxBB