Properties
property for PowerScript objects
Applies to
Description
For a PDFDocument object, gets or sets the properties of the PDF
document. For a PDFDocExtractor object, gets the properties of the PDF
document.
Datatype
Usage
You can set the properties for the PDF document as follows:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
PDFDocument lpdf_doc long ll_return,ll_return1 lpdf_doc = Create PDFDocument lpdf_doc.properties.author = "appeon-author" lpdf_doc.properties.application = "appeon-creator" lpdf_doc.properties.keywords = "appeon-keywords" lpdf_doc.properties.subject = "appeon-subject" lpdf_doc.properties.title = "appeon" ll_return = lpdf_doc.importpdf( "D: oannotsnoPwd.pdf") ll_return1 = lpdf_doc.save( "D:properties.pdf") destroy lpdf_doc |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest