I am trying to print a pdf document using the code below.
However, when the document prints the upper left quarter of the text starts in the middle of the page with a giant font size. Only a few rows of text show up on the print.
I've attached the pdf. It opens and prints correctly in Adobe Acrobat.
What am I doing wrong?
Thanks,
Joe
Dim pdfv As New Aspose.Pdf.Kit.PdfViewer
pdfv.OpenPdfFile(File2)
pdfv.PrintDocument()
pdfv.ClosePdfFile()