Output Options

  • Retain annotations from the original PDF document in the extracted output files
  • Include bookmarks from the original file
  • Optimize output PDFs for faster access and viewing when downloaded from the Web or a network

Splitting Options

  • Individual pages. Each page in the original document becomes a new document
  • Odd pages. All of the odd pages in the original document are split into a new document
  • Even pages. All of the even pages in the original document are split into a new document
  • Page ranges. A single page range, consecutive page ranges of the same length, or multiple page ranges of any size and from any location in the original document are extracted to one or more documents
  • First-level bookmarks. Each first-level bookmark section in the original document becomes a new document
  • File size. The original document is split into one or more new documents based on a user-specified maximum output file size or page count
  • Regular expressions. Split each time the text on a page matches a pattern you define — for example, at every new invoice or account number

See It Work

Split a report into one file per top-level bookmark:

apsplit -bybookmarks -o /out  report.pdf

Extract a page range to a single file:

apsplit -startpage 1 -endpage 5 -o intro.pdf  book.pdf

Break a large file into chunks no bigger than 2 MB:

apsplit -byfilesize -maxsize 2000 -maxcount 50 -o /out  big.pdf

Interesting Uses

APSplit can be used to easily extract the first few pages from all PDF files in a directory.

Integration Features

  • No limit on concurrent users or connections
  • No limit on the number of documents processed
  • No limit on threads – run as many instances as you want
  • Supports PDF 1.2 and above
  • Call from any programming or scripting language including (but not limited to) Perl, PHP, Java, C++, ASP & .Net, Visual Basic, Cold Fusion and Lotus Notes
  • May be integrated with other Appligent Document Solutions server products as part of a complete PDF workflow solution

Supported Operating Systems

Microsoft Windows / Windows Server (64-bit)

Linux (RedHat, SUSE, Ubuntu, etc.) — 64-bit

IBM AIX on Power

Oracle Solaris on SPARC

Basic Operation

The simplest way to run APSplit is from the command line. Option flags are available to tailor the output.

Automation

APSplit can be scripted for multistage processing and used with our other products as part of a complete PDF workflow solution.

Documentation

See the APSplit User Guide for complete documentation.

Back to top