Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Data Type

Description

Title

*Input (Optional)

Unicode String

Document title

Author

*Input (Optional)

Unicode String

Document author

Creator

*Input (Optional)

Unicode String

Document creator

Keywords

*Input (Optional)

Unicode String

Keywords to associate with the document

...

     Define_Com Class(#PRIM_PDF) Name(#pdf) Unitm(mm) Pageformat(A4) Pageorientation(Portrait) 

#pdf.start
#pdf.setDocumentProperties Title('My PDF report') Author('John Smith') Creator('My Company, Inc') Keywords('Weekly report')
#pdf.text Text('Hello World!') Left(10) Top(10)

#pdf.save Filename('myReport.pdf')

 See See also

All Component Classes

Technical Reference