Create your first automation in just a few minutes.Try Studio Web →
by The Silicon Partners Inc
0
Snippet
<100
Summary
Summary
Builds upon the basic functionality of UiPath’s PDF splitter tool using a regex pattern to determine page splits
Overview
Overview
This workflow takes a user defined regex expression as well as a file path of the PDF to be worked on. The workflow searches each page of the given PDF file. If a match is found, the PDF document is split with the first page containing the found match. This process continues through the PDF document until it reaches the last page. The user can also opt to delete the original file after splitting.
The output of this program if the regex pattern is found will be one or more PDF files in the specified output path (or in the original path if no output is specified). The files when split will be named as follows: YourFileName_1.pdf, YourFileName_2.pdf exc. for all splits located in the PDF.
Features
Features
- Pre-built system for splitting PDF files. Instead of using page ranges, uses a regex expression to split files. - Lots of flexibility Can delete original file after split Accepts pdf passwords if needed Allows user to rename and move the split files
Additional Information
Additional Information
Dependencies
UiPath.PDF.Actvities v3.2.2 UiPath.System.Activities v20.4.0 UiPath.UIAutomation.Activities v20.4.1
Code Language
Visual Basic
License & Privacy
BSD
Privacy Terms
Technical
Version
1.0.0Updated
July 8, 2020Works with
Studio: 20.4.1 - 22.10
Certification
Silver Certified
Support
UiPath Community Support
Resources