PDFDocExtractor is one of the PDF Builder objects, and is derived from PDFObject. It extracts the document information of a given PDF document and its attachments.
To view the full hierarchy of the PDF Builder objects, find "pdfobject" in the Browser, right-click the object, and then select "Show Hierarchy” in the pop-up menu.
PDFDocExtractor property |
Datatype |
Description |
---|---|---|
ClassDefinition |
PowerObject |
An object of type PowerObject containing information about the class definition of the object or control. |
PDFDocumentProperties |
The document properties of a given PDF document. |
PDFDocExtractor event |
Occurs |
---|---|
Immediately before the Open event occurs in the window. |
|
Immediately after the Close event occurs in the window. |
PDFDocExtractor function |
Datatype returned |
Description |
---|---|---|
String |
Returns the name assigned to the control. |
|
None |
Closes the specified PDF file.. |
|
Long |
Extracts all attachments to the specified folder. |
|
Long |
Extracts a file at the specified path from the currently-open PDF document and attaches it to a new document. |
|
Long |
Gets the list of attachments from the PDF document. |
|
Boolean |
Gets the list of supported standards that are compatible with the specified standards, or the standards used by PDF document(s). |
|
Integer |
Creates a reference to a context-specific instance of the specified service. |
|
Long |
Gets the count of pages in the PDF document. |
|
Long |
Gets the size of a page at the specified page index in the PDF document. |
|
PowerObject |
Returns a reference to the name of the parent object. |
|
PDFStandard |
Obtains the PDF standard used in the current PDF document. |
|
Boolean |
Checks whether the standard used by the current PDF document is compatible with the specified standard. |
|
Long |
Opens a PDF document. |
|
Boolean |
Adds an event to the end of the message queue for the control. |
|
Integer |
Triggers a specified event in the control and executes the script for the event. |
|
Object |
Returns the type of the control. |