Split PDF in Power Automate
PDF4me Split PDF action divides PDF documents by page numbers in Power Automate with Simple and Recurring split options. This versatile splitting feature supports Simple Split (divide into two parts at specific page) and Recurring Split (create equal-sized segments by page interval), enabling document segmentation, content distribution, workload division, and targeted information sharing across Microsoft 365 workflows.
Authenticating Your API Request
To access the PDF4me Web API through Power Automate, every request must include proper authentication credentials. Authentication ensures secure communication and validates your identity as an authorized user, enabling seamless integration between your Power Automate flows and PDF4me's powerful PDF splitting services.

Key Features
- Simple Split: Divide PDF into two parts at specific page number
- Recurring Split: Create multiple equal-sized segments by interval
- Page-Based Control: Specify exact page number for splitting
- Equal Segmentation: Divide large documents into manageable chunks
- Flexible Output: Receive array of split documents for processing
Parameters
Complete list of parameters for the Split PDF action. Configure these parameters to control PDF splitting.
Important: Parameters marked with an asterisk (***) are required and must be provided for the action to function correctly.
| Parameter | Type | Description | Example |
|---|---|---|---|
| File Content*** | Binary | Source PDF Content • Map PDF file content from previous action • Supports PDFs from SharePoint, OneDrive, email • Can be dynamically retrieved from flows • Must be valid PDF document | [File Content from Get File] |
| File Name*** | String | PDF Document Name • Name of the file from source • Used for processing identification • Should include .pdf extension • Supports dynamic naming | LargeReport.pdf |
| Split Action*** | Option | Split Method • Simple Split - Divide into two documents at specified page • Recurring Split - Divide into multiple segments by page interval • Determines how document is divided | Recurring Split |
| Split Action Value*** | Integer | Split Page Number or Interval • For Simple Split: Page number where split occurs • For Recurring Split: Number of pages per segment • Must be valid page number within document • Default is 1 if not specified | 10 |
Output
The PDF4me Split PDF action returns comprehensive output data for seamless Power Automate flow integration:
- Table
- JSON
- Flow Integration
Table View
Response data in a structured table format:
| Parameter | Type | Description |
|---|---|---|
| splitedDocuments | Array of Objects | Array containing all split documents |
| File Name | String | Name of each split output document |
| File Content | Binary | Binary content of each split document |
JSON Response Format
{
"splitedDocuments": [
{
"File Name": "Document_Part1.pdf",
"File Content": "[Binary Content 1]"
},
{
"File Name": "Document_Part2.pdf",
"File Content": "[Binary Content 2]"
}
]
}
Power Automate Flow Usage
Use split documents in subsequent actions:
- Apply to Each: Process each split document individually
- Email Distribution: Send document parts to different recipients
- SharePoint Organization: Save parts to categorized folders
- Print Services: Print document segments separately
- Individual Processing: Apply unique workflows to each part
- Workload Distribution: Distribute segments to multiple processors
Workflow Examples
The PDF4me Split PDF action in Power Automate provides comprehensive workflow templates designed for real-world business scenarios:
- Workload Distribution
- Simple Separation
- Print Optimization
- Email Distribution
Automated Review Workload Distribution Workflow
Transform document review with automated equal segmentation:
Complete Workflow Steps:
- Trigger: Large contract uploaded for legal review (100 pages)
- Get Contract: Retrieve contract PDF
- Recurring Split: Divide into 10-page segments (10 parts)
- Apply to Each: Process each segment
- Assign Reviewer: Distribute segments across 5 reviewers equally
- Email Segments: Send 2 segments to each reviewer
- Track Progress: Monitor review completion per segment
- Merge Reviews: Combine reviewed segments back together
Business Benefits:
- Distributes 40+ large documents monthly for parallel review
- Reduces review time by 70% with parallel processing
- Balances workload across review team
- Accelerates document approval cycles
Automated Document Simple Split Workflow
Streamline distribution with simple two-part splitting:
Complete Workflow Steps:
- Trigger: Combined report with public and confidential sections
- Get Report: Retrieve full report PDF (50 pages)
- Simple Split: Split at page 30 into two documents
- Part 1 (1-30): Public section for general distribution
- Part 2 (31-50): Confidential section for management only
- Email Public: Send first part to all employees
- Email Management: Send second part to leadership team only
- Archive Both: Store both parts with access controls
Business Benefits:
- Splits 25+ mixed-sensitivity reports monthly
- Enables targeted distribution based on content sensitivity
- Reduces manual splitting time by 95%
- Ensures proper access control for confidential sections
Automated Print Job Segmentation Workflow
Optimize printing with document segmentation for multiple printers:
Complete Workflow Steps:
- Trigger: Large document ready for printing (200 pages)
- Get Document: Retrieve PDF from print queue
- Recurring Split: Divide into 25-page segments (8 parts)
- Apply to Each: Process each print segment
- Distribute to Printers: Send segments to 4 different printers
- Monitor Printing: Track completion of each segment
- Notify Completion: Alert when all segments printed
- Manual Assembly: Provide instructions for physical assembly
Business Benefits:
- Processes 30+ large print jobs monthly
- Reduces print time by 75% with parallel printing
- Optimizes printer utilization across office
- Enables faster large document production
Automated Email Size Management Workflow
Enhance email delivery with automatic document segmentation:
Complete Workflow Steps:
- Trigger: Large report needs email distribution (40MB PDF)
- Get Report: Retrieve oversized PDF
- Check Size: Validate file exceeds email limit
- Recurring Split: Divide into 5-page segments
- Apply to Each: Process each segment
- Email Segments: Send each part separately to recipients
- Include Index: Add part number to email subject
- Track Delivery: Monitor successful delivery of all parts
Business Benefits:
- Handles 20+ oversized documents monthly
- Bypasses email size restrictions automatically
- Ensures successful delivery of large documents
- Reduces delivery failures by 100%
Industry Use Cases & Applications
- Legal & Professional Services
- Education & Training
- Corporate & Business
- Healthcare & Medical
Legal & Professional Services Use Cases
- Contract Segmentation: Split large contracts for parallel review
- Case File Division: Divide case files for team distribution
- Discovery Splitting: Segment discovery documents for processing
- Brief Distribution: Split briefs for co-counsel review
Education & Training Use Cases
- Textbook Chapters: Split textbooks into chapter segments
- Course Material Division: Separate course PDFs into modules
- Assignment Distribution: Split assignment packets for grading
- Study Guide Segmentation: Divide study materials by topics
Corporate & Business Use Cases
- Report Distribution: Split large reports for stakeholder distribution
- Manual Segmentation: Divide manuals into section segments
- Workload Division: Split documents for parallel processing
- Email Size Management: Segment large files for email delivery
Healthcare & Medical Use Cases
- Medical Record Segmentation: Split large patient records
- Research Document Division: Divide research documents for review
- Protocol Splitting: Segment medical protocols by sections
- Training Material Division: Split training documents into modules