Wednesday, January 3, 2018

Export Image To PDF with Delphi (Tip for 10 )


Visit my Youtube channnels :  Electro_Magic ; Practical Tips  ; Delphi practical school

This is example how one can export image from Delphi application to PDF file, using open source library SynPDF.


In the following video full procedure is described



Library can be downloaded from :
https://github.com/synopse/SynPDF

Following is full source code :
Edited 10.01.2018 : added code for the Form after main code.