I want to open PDF file,
Its shows message :: Can't open file trying saving the file on device and then opening it.
I written this code :
Dim pdf As PdfDocument
pdf.Initialize
pdf.StartPage(595, 842) 'A4 size
pdf.Canvas.DrawLine(2, 2, 593 , 840, Colors.Blue, 4)...