In the PDF preview, I can see the text but not the image.
Adding signature:
Try
pdf.outImage(File.DirInternal, "driver_sign.png",10,20,0,0)
Catch
Log(LastException.Message)
End Try
pdf.outText(10,10,"Driver's signature above")
Listing the files in DirInternal:
Filelist in DirInternal:
Log("Listing files")
Dim Filelist As List
Filelist.Initialize
Filelist.Add(File.ListFiles(File.DirInternal))
Log(Filelist)
Log("Size of file = " & File.Size(File.DirInternal, "driver_sign.png"))
Hi, This class cPDF.bas (version 0.6 - 2024-01-03) generate PDF File with limited fonctionnalities (but enough for me) Add pages with different paper size (use constants or custom size) PDF standards font (Courier, Helvetica, Times, Symbol and Zapfdingbats), style (Normal, Bold, Italic...
Hi, This class cPDF.bas (version 0.6 - 2024-01-03) generate PDF File with limited fonctionnalities (but enough for me) Add pages with different paper size (use constants or custom size) PDF standards font (Courier, Helvetica, Times, Symbol and Zapfdingbats), style (Normal, Bold, Italic...