Common
IPDFDocument4 :: General document management

See Also
Collapse All

Methods and properties for managing a PDF document: 

AddColorTransformationRule This method sets the color conversion rule forcing one color to be transformed into another.
AddPage This method creates a new PDF page, appending it to the end of the PDF document.
Append This method appends the contents of a previously saved PDF file (not a BLOB) to a newly created (or opened) PDF document.
AppendFromBLOB This method appends the contents of a previously saved BLOB (binary large object) to a newly created (or opened) PDF document.
AutoCreateURL This property controls automatic URL creation.
Clear This method clears all internal data and stops the generation of the PDF document.
ClearCanvas This method clears the current page or watermark canvas.
Compression This property gets or sets the value indicating whether PDF page streams are compressed or not.
ConvertToA3 This method converts a document with A4 pages to a document with A3 pages.
CurrentPage This property gets or sets the index of the current page.
DeletePage This method removes the specified page from a PDF document.
DrawPageOnPage The function draws source page into a destination page.
GetBuffer This method returns a generated PDF document as a byte array.
GetBufferAsBSTR This method returns a generated document as a string (BSTR).
GetBufferSize This method returns the size (in bytes) of a PDF file generated in memory.
GetDocumentText This method gets the PDF document's text as a single string.
GetLastError This method gets information about the most recent error.
GetPageCount This method gets the number of pages in the current PDF document.
GetPageText This method gets the specified PDF page's text as a single string.
InsertPage This method creates a new PDF page and inserts it in the position specified.
MovePage Relocate existing page to specified position.
NewPage This method creates a new PDF page, appends it to the end of the PDF document, and makes it current.
Open This method opens an existing PDF document, reads and parses its contents.
OpenFromBLOB This method opens an existing PDF document from a BLOB (binary large object), reads and parses its contents.
WasWrongPassword Determines if the password was invalid when the document was opened or appended.
ProducePDFA This property gets or sets the value indicating whether to produce a PDF/A compatible output file.
SaveToFile This method saves a PDF document to the file specified.
SaveRangeToFile This method saves a new PDF document that will contain specified pages only.
SetLicenseData This method sets user license data to remove all demo version limitations.
SetPDFAOutputIntent This method sets the specified ICC profile as the PDF/A compatible output intent of a PDF document.
SetPDFXOutputIntent This method set the specified ICC profile as the PDF/X compatible output intent of a PDF document.
SwitchToCurrentPage This method switches all output commands back to the current PDF page.
TransformColors This method sets the specified ICC profile to which all colors will be transformed.
UseLogging This property gets or sets the value indicating whether PDF Creator Pilot should log all actions and errors or not.

See Also

Reference