PDF Split-Merge是一個獨立的應用程序,它可以用來分割、合并、和管理您的PDF文件,PDF Split- Merge以一種易用使用的GUI(圖形用戶界面)應用程序和一種命令行應用程序的方式提供。PDF Split-Merge可以用來按頁分割文件,您可以分割成單頁的文件或保存幾個頁為一個新的文件,它還可以用來合并多個PDF文件或從一個或多個文件中選定的頁面到一個PDF文件中,并保留原始的鏈接和表格字段。PDF Split-Merge軟件是一個獨立的程序,并且不需要Adobe Acrobat,或者甚至Acrobat Reader。
PDF Split-Merge is a stand-alone application that can be used to split, merge, and manage your PDF files, PDF Split- Merge is offered as an easy to use GUI (Graphical User Interface) application, and a command line application.PDF Split-Merge is used to split files by pages, you can split the file into single pages or save every a few pages as a new file, it also can be used to merge multiple PDF files or selected pages from one or more files into a PDF file, preservation of original links, and form fields.PDF Split-Merge software is a standalone program and does not require Adobe Acrobat, or even Acrobat Reader.
PDF Split-Merge Function and face
Standalone software, Adobe Acrobat and Reader NOT required!
Merge multiple PDF files or selected pages from one or more files into a PDF file;
Generate a new PDF file by merging one or more PDF documents;
Assemble new files by appending pages to existing documents;
Split PDF documents by page numbers or by even, odd or custom page ranges etc;
Split by page ranges (split pages, page ranges, odd/even pages ...);
Split a file into single pages or sets of pages;
Support Command Line Operation (for manual use or inclusion in scripts);
Support Win98/ME/NT/2000/XP/Vista/7 platforms;
Easy to use;
Support PDF1.8 file format (formerly only supported by Acrobat 9.0);
Merge from text file, a text file which contains file names to be merged, one file name per line;
Split into n pages per PDF file (into files which containing n pages per file);
Reverse or rearrange pages in a document;
Retain links (update links, bookmarks and destinations between merged PDF files);
Preserve all kinds of annotations;
Split PDF documents by bookmarks;
Extract all or individual chapters according to bookmarks;
Because of built-in support for server environment, PDF Split-Merge is a good match for concurrent and server based applications;
Support to retain or remove bookmarks and AcroForms within processing;
Support "owner" password protected PDF files;
Support use overlapping page ranges to create output PDF files;
Support get page count from a PDF file from the command line;
Insert bookmarks for each PDF filename into merged PDF file;
Delete page or page range from a PDF file;
Support "Cross-Merge PDF files" function to merge PDF files cross together;
FAQ
1. What's the difference between "split" and "burst"?
"split" will extract a page range from a PDF file and save to a new PDF file.
"burst" will create a new PDF file for each page from your PDF file, for example, if your PDF file has 10 pages, "burst" will create 10 single page PDF files.
2. Can I specify destination naming patterns for the resulting splitted pages? if yes, what is the syntax?
Yes, you can, please refer to following command lines,
*extract page 1 and page 3 from A.pdf and merge to out.pdf
pdfpg.exe C:\A.pdf,1,3 C:\out.pdf
*split A.pdf to outXXX.pdf files
pdfpg.exe split 2 C:\A.pdf C:\out
*burst A.pdf to outXXX.pdf files
pdfpg.exe burst C:\A.pdf C:\out
3. Can I specify wildcards for the input files when merging?
No, pdfpg.exe doesn't support wildcards yet, but you can create a TXT file which contain filenames for merging,
you can use a TXT file to merge any number of PDF files into one PDF file, for example,
1. Please run following command line to get all filenames for all of your PDF files,
C:\>dir C:\pdf\*.pdf /s/b > C:\files.txt
2. Please run following command line merge these PDF files into a PDF file,
C:\>pdfpg.exe C:\files.txt C:\out.pdf
The command line application works better than GUI version if you wish merge 1000+ PDF files into one PDF file.