Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Set objMyForm = CreateObject("CutePDF.Document")
objMyForm.Initialize ("DEMO-SDK-84232865-00514228") 'Initialize object by serial number of the license
If objMyForm.openFile("Pdffilename.pdf") = False Then
ErrorMessage = objMyForm.GetLastError()
End If
msgbox objMyForm.documentInfo("Title ")
msgbox objMyForm.documentInfo("Keywords")
msgbox objMyForm.documentInfo("author")
msgbox objMyForm.documentInfo("subject")