
Buy now!
Final price will reflect on checkout page.
A-PDF Content Splitter 28% Discount Coupon
A-PDF Content Splitter is an utility that lets you split Acrobat files into smaller pdf files base on location and text information within the files. It can be used to split composite PDF documents (such as invoices, records or salaries) to pieces by invoice number, account number or employees name which statement in a pdf file. A command line version is included also.
Unique Split Function
The program provides an unique function that splits files based on content. It is extremely easy to split a PDF file into individual sections based on keywords.
It is ideal for large invoicing, reporting and payroll systems, where a single output file may contain many thousands of individual records that need to be extracted and distributed. Text within the document can be used to dynamically name output files and extracted to a delimited file for data storage.
Visual Rule Editor
A-PDF Content Splitter provides a power split rule editor to allow you define how the file will be split and how the split output files are uniquely named. You even can define and save multiple rules to apply to different files.
Split Methods
It supports 3 split methods:
Splits on unique text by using word position searches
Splits on find text by using word position searches
Splits on unique text by using word position searches and group output by unique text
Flexible Tags
There are two type tags, split tag and macro tag. Split tag can be used to trigger to split file and can be used in output name and properties. The macro tag can be used to output name and properties only.
You can also use pascal-script to transform and validate tags, either split tag or macro tag. For example:
Transform tags: You can write some script to use only first 5 characters of split tag.
Validate tags: You can write some script to make sure the split tag is all number, otherwise it is not valid tag.
Powerful Output Name Scripts
A-PDF Content Splitter support script for output name using Pascal-Script. For example, you can get rid of the space in split tag using the script below:
Begin
SplitTag:=Trim(SplitTag);
End.
Work with Hot Directories
You can set up a monitored directory, where all files written to that directory will be splitted as they are saved. The original files can also be moved to a backup directory. All of the operations will be recorded in log files.
work with hot directory
Easy to Use
After a rule is defined to split one or a batch of PDF files, you just:
Select the PDF files that need splitting.
Select a split rule to apply.
Click the “Split all” button.
That’s all.
Automation
A-PDF Content Splitter can work with command line, as you defined rules, you can reuse the rule to split file daily.
It also can trigger another program to process split files after splitting.
USAGE
PCSCMD [-S] [-O
Parameters:
Input file: The PDF file to be split. Such as “C:\invoice.pdf”
Output dir: The output directory. If it is blank, will be the
“output” under current directory
rule file: Content Splitter Split Rule file name, PCSCMD will
split base on the rule, the rule
can be defined by A-PDF Content Splitter GUI
-S: A password to open (if the pdf
have open Password Security). If the
no Password Security, it is not need.
-O: output direcotry. Default is currently directory.
Examples:
PCSCMD.exe “C:\invoice.pdf” “InvoiceNumber.rul”
PCSCMD.exe “C:\invoice.pdf” –Spwd “IN.rul” -o”C:\split”
>c:\log.txt
Return Code:
0: Split successful
1: Show help message only. Parameters error.
2: Input file does not exist.
3: Rule file does not exist.
4: Load input file (PDF file) error.
5: Split files error.
6: Create output directory failed.
Save Time
Handle a batch of files at one time.
Reuse rules you defined.
Supports command line files, which can be scheduled or called by your script.