Normalize PDF
Last updated
Last updated
This is pre-built Action located under the @Generic Element Name. It instructs the Avo Assure Client to normalize/flatten a specified special PDF (that can be opened/launched only via Acrobat Reader DC) and save the result in the given output variable.
Input: <PDF Reader FilePath>;<Source PDF FilePath>;<Destination Path>;<1 (overwrite)/0(normal)>Optional)
Note: In above syntax if user gave input as 1 then Normalized PDF will be overwritten on old PDF path else if user gave input as 0 then normalized PDF will be saved as a different file in given destination path.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Scenario: Document Verification in an Application
You are testing a document management system where you can upload PDF files. It’s essential to ensure that all PDF files are processed consistently, regardless of their original formatting, to facilitate accurate searches and data extraction
PDF Files to Normalize: During testing, the application processes various PDF files that may have different formatting issues, such as inconsistent fonts, sizes, or embedded images. For instance:
Expected Result: The application should normalize these PDF files to Acrobat Reader DC format that is easy to read and extract data from.
Output: This Action will save the normalized PDF in {result} Output Variable, which can be utilized for display or other purposes.