pdf split, pdf merge  Home  PDF-Split-Merge  Document  FAQ

PDF Split-Merge FAQ

http://www.verypdf.com
support@verypdf.com

1. What's the difference between "split" and "burst"?
2. Can I specify destination naming patterns for the resulting splitted pages? if yes, what is the syntax?
3. Can I specify wildcards for the input files when merging?
4. What means "mergeform"? What's the difference to "merge"?
5. "pdfpg.exe getpagecount C:\A.pdf" - What does this mean?
6. How to call pdfpg.exe from my .NET application?
7. What is the difference between PDF Split-Merge Licenses?


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.

4. What means "mergeform"? What's the difference to "merge"?

"mergeform" function will merge two PDF files which contain forms into one PDF file, this function will rename the form's name automatically if these PDF files have duplicated form names, the forms will still active in the merged PDF file.
"merge" function will merge two PDF files together and without process the duplicated form names.

5. "pdfpg.exe getpagecount C:\A.pdf" - What does this mean? Is there a resulting parameter returned to the command line which specifies the number of pages?

Yes, this command line will print out the page count of your PDF file.

6. How to call pdfpg.exe from my .NET application?

Please refer to following example code,

    Dim commandline as String
    commandline = "pdfpg.exe burst C:\input.pdf C:\out"
    Shell(commandline, AppWinStyle.NormalFocus, True)

7. What is the difference between PDF Split-Merge Licenses?

Desktop License (End User License): It can be ran from one user account on your computer.
Server License: It can be ran on one server with any number of users, it is licensed by per server, you will need to purchase a server license for each machine you wish to run Server License on.
Developer License: It can be ran on any number of servers (or computers) with any number of users, it is licensed by per developer. Developer License is royalty free for runtime desktop redistribution.


VeryPDF.com | VeryDOC.com | VeryPCL.com | Links | Contact

Copyright © 2000-2007 by VeryPDF.com, Inc.
Send comments about this site to the webmaster.