How to divide PDF files just into two parts based on some amount?
Question
If we have a large PDF documents which lists bill amount between 1-10,000,000, how can I split this file into two PDFs, one contains pages more than the amount of 1,000,000, the other is having pages less than the amount?
Solution
To split PDF files based on page content, you can use A-PDF Content Splitter .
Then input a paragraph code in "Transform" box like below:
Click here to download the trial version and have a try now.
This software will help you to easy carry out your above requirements too, just add your PDF file, edit a new rule with extracting amount tag from page:
var
amout:double;
thevalue:double;
Begin
Tag := AnsiReplaceStr(Tag, '$', '');
Tag := AnsiReplaceStr(Tag, ',', '');
amout:=strtofloatdef(tag,-1);
if amout<0 then begin tag:=''; exit; end;
thevalue:=1000000.0;//U can modify this amout
if amout>thevalue then tag:='More than ' +floattostr(thevalue) else tag:='less than ' +floattostr(thevalue); End.
Like the below picture shows:
View video tutorial here:
More Related Q&A
- Cut PDFs into individual chapters
- Split PDF files based on location
- Split PDFs on text in background
- Split a folder (include sub folders) of PDF files
- Break PDF files on word lacation
- Break PDFs with distinct text
- Detect unique words for splitting
- Convert images contain scan files to PDF
- Unlock secured PDF
- Secure PDF with passwords or restrictions
- Protect a PDF File with password
- Scan to PDF and mail it subsequently
- Remove restrictions from encrypted PDF
- Convert scan files to Acrobat PDF
- Protect PDF files or remove restrictions
- Convert Image to PDF
- How to Extract JPEG Image File from PDF files
TOP Q&A
Related products
- A-PDF Split - Split any Acrobat PDF file into separate pdf files base on page, bookmark and more
- A-PDF Size Splitter - Split any Acrobat PDF file or group of files into smaller-sized pdf files
- A-PDF Content Splitter - Split PDF files based on content
We always like improving our products based on your suggestions. Please send your feedback (or ask questions) to us in the contact page.