Home
ePageCreator Online Help Prev Page Prev Page
Welcome to ePageCreator
How_to_use
Installation
Registration
Getting Started
Right Click to Create Publication
Command Line
Add Table of Contents
Add Bookmarks
Add Audio
Add Links
Add Previous Issues
Options
Requirements
Contacting Us

Command Line


Your digital publication can be created from command line. Command line usage is as follows:

 

  epagecreator <pdf file name> [-o output folder] [-t book title]

 

  <pdf file name> --- Specifies drive, directory, and PDF files to convert

 

  [-o output folder] -- Specifies output drive, directory

  [-t book title] -- Specifies a title for publication

 

Example:

 

  epagecreator c:\pdffiles\mybook.pdf -o d:\output -t "My Book Title"

 

  epagecreator "c:\pdf files\mybook.pdf" -o "d:\output folder"

  epagecreator "c:\pdf files\mybook.pdf" -o "d:\output folder" -t "My Book Title"

 

As shown in the example above, PDF file name and output folder that include spaces must be enclosed in quotes.

 

ePageCreator also processes multiple PDF files in one-time, for example:

  epagecreator "c:\pdf files\mybook1.pdf" "c:\pdf files\mybook2.pdf" "c:\pdf files\mybook3.pdf" -o "d:\output folder"

  epagecreator "c:\pdf files\mybook1.pdf" "c:\pdf files\mybook2.pdf" "c:\pdf files\mybook3.pdf" -o "d:\output folder" -t "My Book Title"