Showing posts with label export to excel. Show all posts
Showing posts with label export to excel. Show all posts

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.

Tuesday, August 15, 2017

Export sql database to Excel Delphi tutorial (Tip for 10 )





An example of exporting sql database table ( in this case sqlite table ) to MS Excel.

Link to full source : Source code

Here we use previous example which we upgrade with new function used for exporting data.

 As always , here is video tutorial to watch, following with full source of this example.