New PdfDocument (gb.poppler)

Dim hPdfDocument As PdfDocument
hPdfDocument = New PdfDocument ( Path As String [ , Owner As String, Password As String ] )

Create a new PDF document from a PDF file.

  • Path is the path of the PDF file.

  • Owner is the owner of the document, if needed.

  • Password is the password requested for unlocking the document, if needed.