IPDFUtilities¶
- class IPDFUtilities¶
Bases:
ImpactCOMWrapperBase- Summary:
Utilities for manipulating PDF files.
- Remarks:
introduced in Impact 11.1.0.10 and 12.0.0.74
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property library_version¶
Gets library_version.
- Summary:
Gets the version of the PDF Library
- Returns:
The value of library_version.
- Return type:
- isNone()¶
Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.
- merge_pdf_files(file_names, destination)¶
- Summary:
Merges multiple PDF files into a single PDF
- Parameters:
file_names (any) – An array of file paths
destination (str) – The path for the resultant PDF file
Examples