Documents -- document set object
A basic concept in set mathematics is generally a bunch of things, which means a bunch of PDF documents. This object can be used to calculate the number of PDF files opened in the current reader, and the currently activated PDF files.
Attribute:
Activedocument: the active PDF document in the current document set, that is, the PDF document displayed on the pdf page.
Count: number of documents in the current document set.
Item: obtains a PDF Document Object in a document set. The index value starts from 0.
Method:
Open: open a PDF document. If the parameter is set to the document path, the PDF file in the specified path is displayed. If the parameter is not set, a dialog box is displayed to select a PDF file.
Openfromurl: open a PDF file on the network. Enter the URL of a PDF file. The platform automatically downloads the PDF file asynchronously and opens the file.
Closeall: Close all documents in the document set.
Merge: merges two PDF documents. The merged PDF files are not saved in the document collection and saved to the specified path.
Createfromblankpage: Create a PDF document with only one blank page. The page size is the default A4 size. If not, you can use the function to crop the page.
Createfromimage: converts an image file to a PDF file and opens the file.
This object is relatively simple and does not have many complex operations,
If you have any questions, add Q: 273239065.
Official website address: www.istyleapps.com
The istylepdf interface object must know the required documents