惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
云风的 BLOG
云风的 BLOG
小众软件
小众软件
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 司徒正美
博客园 - 聂微东
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
宝玉的分享
宝玉的分享
量子位
V
Visual Studio Blog
罗磊的独立博客
Vercel News
Vercel News
B
Blog
J
Java Code Geeks
S
SegmentFault 最新的问题
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
P
Proofpoint News Feed
GbyAI
GbyAI
G
Google Developers Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

Inside Nutrient

A guide to the invisible work behind documents Introducing Nutrient Documents for Salesforce: Native document generation and signing Document AI vs. traditional OCR: Choosing between OCR, AI, and hybrid pipelines PDF SDK compliance and security evaluation checklist for enterprise teams (2026) Invariant Corp replaces paper processes with Nutrient Workflow and scales without limits What is process mapping? A complete guide Nutrient vs. Conga Composer for Salesforce document generation (2026) Document routing: How to automate document distribution The CTO’s AI playbook: Why accountability architecture beats orchestration Compliance workflow automation: Why built-in compliance is table stakes Workflow diagrams: Examples, symbols, and how to build one that actually runs Digital forms: Replace paper forms with automated workflows Approval workflow software: How to automate approvals Why document-centric automation is different The CEO’s AI playbook: Why decision architecture beats model selection Nutrient SDK product updates for Q1 2026 PDF redaction verification: How to prove sensitive data is permanently removed What is a VPAT? The complete guide to accessibility conformance reports What is PDF/UA? The accessible PDF standard explained Salesforce eSignatures: Generate, sign, and track documents in one flow Online document viewer: Options, tradeoffs, and how to embed one Document viewer for web apps: React, Vue, Angular (2026) Best document viewers in 2026: A buyer’s guide How to edit a PDF in Python: Add text, images, and annotations Nutrient advances Workflow platform with agentic AI for enterprise-grade speed and consistency in document-heavy operations How to create a Salesforce quote template from opportunity data The business case for accessibility: Five ways it drives enterprise value Python PDF library comparison (2026): 7 libraries for developers Why your AI agent hallucinates PDF table data PDF.js limitations: When to upgrade to a commercial PDF SDK
Split PDFs for quality control efficiency
Marija Trpkovic · 2024-03-19 · via Inside Nutrient

Quality control is a paramount aspect of manufacturing processes, ensuring that products meet predefined standards and specifications. However, managing and analyzing quality control documents can be challenging, especially within large PDF files. This user guide illustrates how to employ the Aquaforest PDF Connector for Power Automate, specifically utilizing the “Split PDF by Barcode” action, to automate the extraction and analysis of quality control information based on barcode values.

Challenges

Manual processing of quality control documents within large PDF files presents several challenges:

  • Time-Consuming: Sorting and analyzing individual quality control documents manually can be time-consuming, especially with a high volume of documents.
  • Error-Prone: Manual separation increases the risk of errors in categorizing and analyzing quality control information, leading to potential quality issues.
  • Lack of Efficiency: Traditional methods hinder the efficiency of quality control processes, impacting the overall manufacturing workflow.

Aquaforest PDF Connector: “Split PDF by Barcode” Action

The Aquaforest PDF Connector for Power Automate introduces a powerful action called “Split PDF by Barcode,” designed to address the challenges associated with quality control in manufacturing. This action utilizes barcode values embedded in PDF files to automate the splitting of the PDF into individual quality control documents. Furthermore, it facilitates the extraction of relevant information for analysis.

How to Split PDFs by Barcode for Quality Control using Power Automate

Follow these step-by-step instructions to implement the “Split PDF by Barcode” action for quality control:

Step 1. Configure Aquaforest PDF Connector:

Add the Aquaforest PDF Connector to your Power Automate workflow. First you choose the type of the flow and the trigger.

For this example, we will choose the “Automated cloud flow” and set a trigger “When a file is created (Properties only)”. This trigger is activated when an item is created, or modified in a library. As it returns only the properties stored in the library columns you need to add a “Get file content” step and use the “Identifier” property returned by this action to get to the contents of the file.

split pdf by barcode

Click on the + button to add a new action, and in the search bar type “Split PDF by Barcode” action.

extract pdf documents by barcode

As a next step, you will be asked for a Connection Name and an API Key. Give your connection a name and use the primary key generated upon signing up for PDF Connector(opens in a new tab). If you need assistance, read the getting started guide, particularly Generate API key section.

Step 2. Provide Input Parameters:

When you activate the connector and add an action, the next step would be to fill in the required fields. Enter the source file name, file content (base64 string), and file name template.

File Content: The content of the source file. Click on the thunder sign and type Get file content, then click Add.
File Name Template: Template for the output text result if a barcode match is found. You can leave it as it is and the %VALUE1% will be replaced by the barcode values found dynamically.
File Name: Click on the thunder sign and choose “File name with extension”.

split sharepoint documents

Step 3. Configure Optional Parameters:

Pages with no Match: Define the behavior for pages with no barcode value in the split section output.
No Barcode Match Template: Template for the text to be returned if a barcode match is not found.
Output File Options: Choose the location of the page with the barcode in the output files from the split operation.

Step 4. Create file action. Add the create file action and configure following the details below: Site address: The URL of your SharePoint site. Folder path: The location of your SharePoint library where the input file is stored. File name: Choose “Split Output Files (file name)” and add “.pdf”. The output file name contains the barcode file in it. File content: Click on the thunder sign to open Dynamic content. Click on See More to show all the output parameters and then click on Split Output Files (file content) and confirm by clicking on the Add button. Split Output Files is the Array of Split Files with their corresponding file names. You can also check other output parameters: Page Range: The page range containing the page numbers of the split operation. Is Successful: A boolean value specifying if the operation was successful or not. License Info: Information about your API subscription key, it contains: LicenseType CallsRemaining CallsMadeError Message: Contains the Error message returned by the operation if any exist.

split pdf

Step 5. Execute the Action:

Click on the Save button and run the Power Automate workflow to execute the “Split PDF by Barcode” action.

Step 6. Review Output:

Check the output for accurately separated invoices with customized file names based on barcode values.

Conclusion

By incorporating the Aquaforest PDF Connector(opens in a new tab)’s “Split PDF by Barcode” action into your Power Automate workflows, you can significantly enhance the efficiency and accuracy of quality control processes in manufacturing. This user guide provides a comprehensive walkthrough of the action, empowering users to automate the extraction and analysis of quality control information, thereby contributing to improved manufacturing workflows.