IPDFUtilities¶
- class IPDFUtilities¶
Bases:
ImpactCOMWrapperBase- Description:
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.
- Description:
Gets the version of the PDF Library
- Returns:
The value of library_version.
- Return type:
- merge_pdf_files(file_names, destination)¶
- Description:
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