Search found 1 match

by SamLeung
Thu Jun 05, 2014 5:51 am
Forum: Document Printing
Topic: Print PDF
Replies: 1
Views: 11323

Print PDF

i am using 9.4 version i try to print pdf but not thing printed on paper Public Sub AddTask(ByVal pdfpath As String) Dim pdfcontent As New GdPicturePDF Dim ps As Printing.PrinterSettings = pdfcontent.PrintGetPrinterSettings If pdfcontent.LoadFromFile(pdfpath, False) = GdPictureStatus.OK Then If pdfc...