Document -- Document Object
A document object is a PDF Document Object that contains multiple document objects. You can use the item (INDEX) attribute of documents to obtain the Specified Document Object.
Attribute:
ID: ID of the Document Object in the Set, which is calculated according to the order of opening. This ID is unique.
Version: the version number of the PDF document. The current version is 1.0-1.7.
Documentinformation: information object of a document, including the author and topic.
Fileinformation: The file information of a document, that is, the file path, file name, and other information.
Fields: the internal domain collection object of the document. The domain collection contains many domain objects, which are divided into text, button, and signature fields.
Pages: The page set object in the document.
Views: View Collection class displayed in the Document. multiple views may exist.
Find: The document text search object.
Attachments: the object of the attachment set of the document.
Revisions: indicates the set object of revisions of a document. You can obtain the number of revisions of a document.
Selection: Specifies the document text selection object. You can set the text of the highlighted area.
Window: The Window objects displayed in the document, including the left-side toolbar, panel, and bottom navigation bar. You can hide these windows.
Watermark: the watermark object of a document. You can add a watermark to the page.
Encryption: return the encryption object of a document, which can be used to determine the document's encryption method and key length.
Application: returns the application object.
Method:
Activate: sets the current document as the active document, that is, to display the current document.
Close: Close the currently opened document.
Haspermissions: determines whether the document has permissions.
Save: if the document has been modified, it can be saved, and input parameters can be saved as other names.
If you have any questions, add Q: 2732390655.
Official website address: www.istyleapps.com
Istylepdf interface object must know Document Series