PDF Page Organizer, PDF Page Organizer  Home  PDF-Split-Merge  Document  FAQ  Articles  Products  Downloads

PDF Page Organizer - PDF Page Organizer software

PDF Page Organizer - PDF Page Organizer software
PDF Page Organizer - Which can Append PDF pages, Append PDF files, merge PDF files, delete page, add page, re-arrange pages, split multipage PDF into single page PDF
View PDF Page Organizer Product
Download PDF Page Organizer Product
Purchase PDF Page Organizer Product

PDF Page Organizer (PDF Split-Merge) is a stand-alone application that can be used to split, merge, and manage your PDF files, PDF Page Organizer is offered as an easy to use GUI (Graphical User Interface) application, and a command line application. PDF Page Organizer contains lots of functions to meet user's requirements. PDF Page Organizer allows you to split, merge and reorganizer pages in your PDF documents. PDF Page Organizer also enables you to generate outlines (bookmarks) for your target PDF document, so your readers can browse your document a lot more efficiently. PDF Page Organizer can be used to split files by pages or page range, 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.

VeryPDF PDF Page Organizer (PDF Split-Merge) is an easy-to-use program to manipulate PDF files in the following ways:

bullet

PDF Page Organizer doesn't require Adobe Reader/Acrobat for split and merge functions.

bullet

Split or merge owner password encrypted PDF file. No password is required if the PDF is encrypted with owner password.

bullet

Split PDF files on multiple parameters such as Split by Page, Page Range, Size, Even pages or Odd pages.

bullet

Names the output split files in a sequential order to ease file identification.

bullet

Prioritize page order priority while merging small PDF files.

bullet

Allows you to add complete folder comprising multiple PDF files, so now you don't have to select PDF files one by one.

bullet

Reduces the size of large PDF files and makes them manageable.

bullet Generate a new PDF file by merging one or more PDF documents
bullet Assemble new files by Append pages to existing documents
bullet Split PDF documents by page numbers or custom page ranges etc
bullet Split a file into single pages or sets of pages
bullet Supports Command Line Operation (for manual use or inclusion in scripts)
bullet Supports Win98/ME/NT/2000/XP/Vista/7/etc. platforms
bullet Supports PDF1.8 document format, formerly only supported by Acrobat 9.0

You can use following sample VB.NET code to organize the pages in your PDF file, you can run following code to organize your PDF files quickly,

//Merge several PDF files into one PDF file
Private Declare Function PDF_MergePDFFiles Lib "pdfpage.dll" (ByVal strPDFFiles As String, ByVal strOutPDF As String) As Integer
bRet = PDF_MergePDFFiles("C:\1.pdf|C:\2.pdf|C:\3.pdf|C:\4.pdf|C:\5.pdf ", "C:\out.pdf")

you can use "|" symbol to separate PDF filenames.

You can also run following code to merge your PDF files,

~~~~~~~~~~~
//You can put all filenames into a filelist.txt file, one filename per line, then you can call VerySplitMergePDF() function to merge these PDF files into one PDF file
Private Declare Function VerySplitMergePDF Lib "pdfpage.dll" (ByVal strCmd As String) As Integer
VerySplitMergePDF("C:\filelist.txt", "C:\out.pdf")
~~~~~~~~~~~

Above code will same as following command line,

"C:\Program Files\PDF Split-Merge v3.0\pdfpg.exe" C:\files.txt C:\out.pdf

We hoping above functions will helpful to you, please to try.

You can download and evaluate PDF Page Organizer SDK from following URL,

/pdfpg/pdfsplitmergesdk.zip


Home | Products | Downloads | Support | Links | Contact

Copyright © 2000- VeryPDF.com, Inc. All rights reserved.
Send comments about this site to the webmaster.