A B C D E F G H I K L M N O P R S T U V W X

A

AbstractCmdExecutor - Class in org.pdfsam.console.business.pdf.handlers.interfaces
Abstract command executor
AbstractCmdExecutor() - Constructor for class org.pdfsam.console.business.pdf.handlers.interfaces.AbstractCmdExecutor
 
AbstractCmdHandler - Class in org.pdfsam.console.business.parser.handlers.interfaces
Abstract CmdHandler to be extended to handle input arguments based on the input command (concat, split, ecc ecc)
AbstractCmdHandler() - Constructor for class org.pdfsam.console.business.parser.handlers.interfaces.AbstractCmdHandler
Constructor
AbstractCmdValidator - Class in org.pdfsam.console.business.parser.validators.interfaces
Abstract command validator
AbstractCmdValidator() - Constructor for class org.pdfsam.console.business.parser.validators.interfaces.AbstractCmdValidator
 
AbstractParsedCommand - Class in org.pdfsam.console.business.dto.commands
Abstract parsed command dto filled by parsing service and used by worker service
AbstractParsedCommand() - Constructor for class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
AbstractParsedCommand(boolean, boolean, File, char) - Constructor for class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
Deprecated. use the constructor without the logFile parameter
AbstractParsedCommand(boolean, boolean, char) - Constructor for class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
accept(File) - Method in class org.pdfsam.console.utils.PdfFilter
 
addDocument(PdfReader, String) - Method in interface org.pdfsam.console.business.pdf.writers.interfaces.PdfConcatenator
Concatenates a PDF document selecting the pages to keep.
addDocument(PdfReader) - Method in interface org.pdfsam.console.business.pdf.writers.interfaces.PdfConcatenator
Concatenates a PDF document.
addDocument(PdfReader, String) - Method in class org.pdfsam.console.business.pdf.writers.PdfCopyFieldsConcatenator
 
addDocument(PdfReader) - Method in class org.pdfsam.console.business.pdf.writers.PdfCopyFieldsConcatenator
 
addDocument(PdfReader, String) - Method in class org.pdfsam.console.business.pdf.writers.PdfSimpleConcatenator
 
addDocument(PdfReader) - Method in class org.pdfsam.console.business.pdf.writers.PdfSimpleConcatenator
 
addExecutionObserver(Observer) - Method in class org.pdfsam.console.business.ConsoleServicesFacade
Adds an observer that observe the execution.
ALL_PAGES - Static variable in class org.pdfsam.console.business.dto.PageRotation
 
ALL_STRING - Static variable in class org.pdfsam.console.utils.ValidationUtility
 
ALLOW_ARG - Static variable in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
AlternateMixCmdExecutor - Class in org.pdfsam.console.business.pdf.handlers
Command executor for the alternate mix command
AlternateMixCmdExecutor() - Constructor for class org.pdfsam.console.business.pdf.handlers.AlternateMixCmdExecutor
 
APWD_ARG - Static variable in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
ARABIC - Static variable in class org.pdfsam.console.business.dto.PageLabel
 
arraysConcat(PdfFile[], PdfFile[]) - Method in class org.pdfsam.console.business.pdf.handlers.interfaces.AbstractCmdExecutor
concat the two arrays
assertNotIntersectedBoundsList(List) - Static method in class org.pdfsam.console.utils.ValidationUtility
validates the input bounds list ensuring that there is no intersections between the objects of the input list
assertValidBounds(Bounds, int) - Static method in class org.pdfsam.console.utils.ValidationUtility
validates the input Bounds object
assertValidDirectory(File) - Static method in class org.pdfsam.console.utils.ValidationUtility
check if the given file is a directory
assertValidPageSelectionsArray(String[]) - Static method in class org.pdfsam.console.utils.ValidationUtility
validates the selections array.
assertValidPdfExtension(String) - Static method in class org.pdfsam.console.utils.ValidationUtility
check if the given file path identifies a pdf format file
AUTHOR_ARG - Static variable in class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 

B

B_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
BasicPdfsamException - Exception in org.pdfsam.console.exceptions
Basic pdfsam Exception
BasicPdfsamException(int, String[], Throwable) - Constructor for exception org.pdfsam.console.exceptions.BasicPdfsamException
 
BasicPdfsamException(int, Throwable) - Constructor for exception org.pdfsam.console.exceptions.BasicPdfsamException
 
BasicPdfsamException(int) - Constructor for exception org.pdfsam.console.exceptions.BasicPdfsamException
 
BasicPdfsamException(Throwable) - Constructor for exception org.pdfsam.console.exceptions.BasicPdfsamException
 
BasicPdfsamException(int, String[]) - Constructor for exception org.pdfsam.console.exceptions.BasicPdfsamException
 
BL_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
BookmarksProcessor - Class in org.pdfsam.console.business.pdf.bookmarks
Helper class used to process bookmarks
BookmarksProcessor(List, int) - Constructor for class org.pdfsam.console.business.pdf.bookmarks.BookmarksProcessor
 
Bounds - Class in org.pdfsam.console.business.dto
Maps the limit of the concat command, start and end
Bounds() - Constructor for class org.pdfsam.console.business.dto.Bounds
 
Bounds(int, int) - Constructor for class org.pdfsam.console.business.dto.Bounds
 
BREGEXP_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
BUFFER_NAME - Static variable in class org.pdfsam.console.utils.FileUtility
 

C

CENTERWINDOW_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
clean() - Method in class org.pdfsam.console.business.pdf.handlers.AlternateMixCmdExecutor
 
clean() - Method in class org.pdfsam.console.business.pdf.handlers.ConcatCmdExecutor
 
clean() - Method in class org.pdfsam.console.business.pdf.handlers.DecryptCmdExecutor
 
clean() - Method in class org.pdfsam.console.business.pdf.handlers.DocumentInfoCmdExecutor
 
clean() - Method in class org.pdfsam.console.business.pdf.handlers.EncryptCmdExecutor
 
clean() - Method in interface org.pdfsam.console.business.pdf.handlers.interfaces.CmdExecutor
Called after the execute to perform close/clean operations
clean() - Method in class org.pdfsam.console.business.pdf.handlers.PageLabelsCmdExecutor
 
clean() - Method in class org.pdfsam.console.business.pdf.handlers.RotateCmdExecutor
 
clean() - Method in class org.pdfsam.console.business.pdf.handlers.SetViewerCmdExecutor
 
clean() - Method in class org.pdfsam.console.business.pdf.handlers.SlideShowCmdExecutor
 
clean() - Method in class org.pdfsam.console.business.pdf.handlers.SplitCmdExecutor
 
clean() - Method in class org.pdfsam.console.business.pdf.handlers.UnpackCmdExecutor
 
close() - Method in interface org.pdfsam.console.business.pdf.writers.interfaces.PdfConcatenator
close
close() - Method in class org.pdfsam.console.business.pdf.writers.PdfCopyFieldsConcatenator
 
close() - Method in class org.pdfsam.console.business.pdf.writers.PdfSimpleConcatenator
 
closePdfReader(PdfReader) - Method in class org.pdfsam.console.business.pdf.handlers.interfaces.AbstractCmdExecutor
Close the @lonk PdfReader if not null.
closePdfStamper(PdfStamper) - Method in class org.pdfsam.console.business.pdf.handlers.interfaces.AbstractCmdExecutor
Close the @link PdfStamper if not null.
closePdfWriter(PdfWriter) - Method in class org.pdfsam.console.business.pdf.handlers.interfaces.AbstractCmdExecutor
Close the @lonk PdfWriter if not null.
CMD_LINE_EXECUTOR_NULL - Static variable in exception org.pdfsam.console.exceptions.console.ConsoleException
 
CMD_LINE_HANDLER_NULL - Static variable in exception org.pdfsam.console.exceptions.console.ConsoleException
 
CMD_LINE_NULL - Static variable in exception org.pdfsam.console.exceptions.console.ConsoleException
 
CMD_LINE_VALIDATOR_NULL - Static variable in exception org.pdfsam.console.exceptions.console.ConsoleException
 
CMD_NO_INPUT_FILE - Static variable in exception org.pdfsam.console.exceptions.console.ConcatException
 
CMD_NO_INPUT_FILE - Static variable in exception org.pdfsam.console.exceptions.console.EncryptException
 
CMD_NO_INPUT_FILE - Static variable in exception org.pdfsam.console.exceptions.console.SetViewerException
 
CMD_NO_INPUT_FILE - Static variable in exception org.pdfsam.console.exceptions.console.UnpackException
 
CmdExecuteManager - Class in org.pdfsam.console.business.pdf
Manager for the commands execution
CmdExecuteManager() - Constructor for class org.pdfsam.console.business.pdf.CmdExecuteManager
 
CmdExecutor - Interface in org.pdfsam.console.business.pdf.handlers.interfaces
Interface for the command executors
CmdHandler - Interface in org.pdfsam.console.business.parser.handlers.interfaces
Interface for the command line handler
CmdParseManager - Class in org.pdfsam.console.business.parser
Main command parser
CmdParseManager() - Constructor for class org.pdfsam.console.business.parser.CmdParseManager
 
CmdParseManager(String[]) - Constructor for class org.pdfsam.console.business.parser.CmdParseManager
 
CmdValidator - Interface in org.pdfsam.console.business.parser.validators.interfaces
Interface for the command line validators
COMMAND - Static variable in interface org.pdfsam.console.business.parser.handlers.interfaces.CmdHandler
 
COMMAND_CONCAT - Static variable in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
COMMAND_DECRYPT - Static variable in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
COMMAND_ENCRYPT - Static variable in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
COMMAND_MIX - Static variable in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
COMMAND_PAGELABELS - Static variable in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
COMMAND_ROTATE - Static variable in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
COMMAND_SETDOCINFO - Static variable in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
COMMAND_SETVIEWER - Static variable in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
COMMAND_SLIDESHOW - Static variable in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
COMMAND_SPLIT - Static variable in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
COMMAND_UNPACK - Static variable in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
compare(Object, Object) - Method in class org.pdfsam.console.utils.FilenameComparator
 
COMPRESSED_ARG - Static variable in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
ConcatCmdExecutor - Class in org.pdfsam.console.business.pdf.handlers
Command executor for the concat command
ConcatCmdExecutor() - Constructor for class org.pdfsam.console.business.pdf.handlers.ConcatCmdExecutor
 
ConcatCmdHandler - Class in org.pdfsam.console.business.parser.handlers
Handler for the concat command
ConcatCmdHandler() - Constructor for class org.pdfsam.console.business.parser.handlers.ConcatCmdHandler
 
ConcatCmdValidator - Class in org.pdfsam.console.business.parser.validators
CmdValidator for the concat command
ConcatCmdValidator() - Constructor for class org.pdfsam.console.business.parser.validators.ConcatCmdValidator
 
ConcatException - Exception in org.pdfsam.console.exceptions.console
Exception thrown while merging pdf files
ConcatException(int, String[], Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.ConcatException
 
ConcatException(int, Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.ConcatException
 
ConcatException(int) - Constructor for exception org.pdfsam.console.exceptions.console.ConcatException
 
ConcatException(Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.ConcatException
 
ConcatException(int, String[]) - Constructor for exception org.pdfsam.console.exceptions.console.ConcatException
 
ConcatParsedCommand - Class in org.pdfsam.console.business.dto.commands
Concat parsed command dto filled by parsing service and used by worker service
ConcatParsedCommand() - Constructor for class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
ConcatParsedCommand(File, File, PdfFile[], String[], boolean, PageRotation[], File) - Constructor for class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
ConcatParsedCommand(File, File, PdfFile[], String[], boolean, PageRotation[], File, boolean, boolean, char) - Constructor for class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
ConcatParsedCommand(File, File, PdfFile[], String, boolean, PageRotation[], File, boolean, boolean, File, char) - Constructor for class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
Deprecated. use the constructor without the logFile parameter
ConsoleClient - Class in org.pdfsam.console
Shell client for the console
ConsoleClient() - Constructor for class org.pdfsam.console.ConsoleClient
 
ConsoleException - Exception in org.pdfsam.console.exceptions.console
Generic console Exception
ConsoleException(int, String[], Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.ConsoleException
 
ConsoleException(int, Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.ConsoleException
 
ConsoleException(int) - Constructor for exception org.pdfsam.console.exceptions.console.ConsoleException
 
ConsoleException(Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.ConsoleException
 
ConsoleException(int, String[]) - Constructor for exception org.pdfsam.console.exceptions.console.ConsoleException
 
ConsoleServicesFacade - Class in org.pdfsam.console.business
Facade for the console services
ConsoleServicesFacade() - Constructor for class org.pdfsam.console.business.ConsoleServicesFacade
 
COPYFIELDS_ARG - Static variable in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
copyFile(File, File) - Static method in class org.pdfsam.console.utils.FileUtility
copy source to dest
CREATOR - Static variable in class org.pdfsam.console.business.ConsoleServicesFacade
 
CSV_EXTENSION - Static variable in interface org.pdfsam.console.business.parser.validators.interfaces.CmdValidator
 

D

D_ARG - Static variable in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
D_ARG - Static variable in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
D_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
D_ARG - Static variable in class org.pdfsam.console.business.dto.commands.UnpackParsedCommand
 
D_L2R - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
D_R2L - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
DecryptCmdExecutor - Class in org.pdfsam.console.business.pdf.handlers
 
DecryptCmdExecutor() - Constructor for class org.pdfsam.console.business.pdf.handlers.DecryptCmdExecutor
 
DecryptCmdHandler - Class in org.pdfsam.console.business.parser.handlers
Handler for the decrypt command
DecryptCmdHandler() - Constructor for class org.pdfsam.console.business.parser.handlers.DecryptCmdHandler
 
DecryptCmdValidator - Class in org.pdfsam.console.business.parser.validators
CmdValidator for the decrypt command
DecryptCmdValidator() - Constructor for class org.pdfsam.console.business.parser.validators.DecryptCmdValidator
 
DecryptParsedCommand - Class in org.pdfsam.console.business.dto.commands
Decrypt parsed command dto filled by parsing service and used by worker service
DecryptParsedCommand() - Constructor for class org.pdfsam.console.business.dto.commands.DecryptParsedCommand
 
DecryptParsedCommand(PdfFile[], File, String) - Constructor for class org.pdfsam.console.business.dto.commands.DecryptParsedCommand
 
DecryptParsedCommand(PdfFile[], File, String, boolean, boolean, File, char) - Constructor for class org.pdfsam.console.business.dto.commands.DecryptParsedCommand
Deprecated. use the constructor without the logFile parameter
DecryptParsedCommand(PdfFile[], File, String, boolean, boolean, char) - Constructor for class org.pdfsam.console.business.dto.commands.DecryptParsedCommand
 
DEFAULT_STEP - Static variable in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
DefaultCmdHandler - Class in org.pdfsam.console.business.parser.handlers
Default handler
DefaultCmdHandler() - Constructor for class org.pdfsam.console.business.parser.handlers.DefaultCmdHandler
 
DEGREES_0 - Static variable in class org.pdfsam.console.business.dto.PageRotation
 
DEGREES_180 - Static variable in class org.pdfsam.console.business.dto.PageRotation
 
DEGREES_270 - Static variable in class org.pdfsam.console.business.dto.PageRotation
 
DEGREES_90 - Static variable in class org.pdfsam.console.business.dto.PageRotation
 
deleteFile(File) - Static method in class org.pdfsam.console.utils.FileUtility
deletes the file
DIRECTION_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
DOCINFO_EXAMPLE - Static variable in class org.pdfsam.console.business.parser.handlers.DocumentInfoCmdHandler
Examples text for the split handler
DOCTITLE_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
DocumentInfoCmdExecutor - Class in org.pdfsam.console.business.pdf.handlers
Executor for the set document info command
DocumentInfoCmdExecutor() - Constructor for class org.pdfsam.console.business.pdf.handlers.DocumentInfoCmdExecutor
 
DocumentInfoCmdHandler - Class in org.pdfsam.console.business.parser.handlers
 
DocumentInfoCmdHandler() - Constructor for class org.pdfsam.console.business.parser.handlers.DocumentInfoCmdHandler
 
DocumentInfoCmdValidator - Class in org.pdfsam.console.business.parser.validators
CmdValidator for the document info command
DocumentInfoCmdValidator() - Constructor for class org.pdfsam.console.business.parser.validators.DocumentInfoCmdValidator
 
DocumentInfoParsedCommand - Class in org.pdfsam.console.business.dto.commands
SetInfo parsed command dto filled by parsing service and used by worker service
DocumentInfoParsedCommand() - Constructor for class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 
DocumentInfoParsedCommand(File, PdfFile, String, String, String, String) - Constructor for class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 
DocumentInfoParsedCommand(File, PdfFile, String, String, String, String, boolean, boolean, char) - Constructor for class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
Full constructor
DT_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 

E

E_AES_128 - Static variable in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
E_ANNOTATION - Static variable in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
E_ASSEMBLY - Static variable in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
E_COPY - Static variable in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
E_DPRINT - Static variable in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
E_FILL - Static variable in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
E_MODIFY - Static variable in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
E_PRINT - Static variable in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
E_RC4_128 - Static variable in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
E_RC4_40 - Static variable in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
E_SCREEN - Static variable in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
EMPTY - Static variable in class org.pdfsam.console.business.dto.PageLabel
 
EMPTY_FILENAME - Static variable in exception org.pdfsam.console.exceptions.console.ConsoleException
 
EncryptCmdExecutor - Class in org.pdfsam.console.business.pdf.handlers
Command executor for the encrypt command
EncryptCmdExecutor() - Constructor for class org.pdfsam.console.business.pdf.handlers.EncryptCmdExecutor
 
EncryptCmdHandler - Class in org.pdfsam.console.business.parser.handlers
Handler for the encrypt command
EncryptCmdHandler() - Constructor for class org.pdfsam.console.business.parser.handlers.EncryptCmdHandler
 
EncryptCmdValidator - Class in org.pdfsam.console.business.parser.validators
CmdValidator for the encrypt command
EncryptCmdValidator() - Constructor for class org.pdfsam.console.business.parser.validators.EncryptCmdValidator
 
EncryptException - Exception in org.pdfsam.console.exceptions.console
Exception thrown while encrypting pdf files
EncryptException(int, String[], Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.EncryptException
 
EncryptException(int, Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.EncryptException
 
EncryptException(int) - Constructor for exception org.pdfsam.console.exceptions.console.EncryptException
 
EncryptException(Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.EncryptException
 
EncryptException(int, String[]) - Constructor for exception org.pdfsam.console.exceptions.console.EncryptException
 
EncryptParsedCommand - Class in org.pdfsam.console.business.dto.commands
Encrypt parsed command dto filled by parsing service and used by worker service
EncryptParsedCommand() - Constructor for class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
EncryptParsedCommand(File, String, String, String, int, String, PdfFile[], File) - Constructor for class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
EncryptParsedCommand(File, String, String, String, int, String, PdfFile[], File, boolean, boolean, File, char) - Constructor for class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
Deprecated. use the constructor without the logFile parameter
EncryptParsedCommand(File, String, String, String, int, String, PdfFile[], File, boolean, boolean, char) - Constructor for class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
equals(Object) - Method in class org.pdfsam.console.business.dto.PageLabel
 
equals(Object) - Method in class org.pdfsam.console.business.dto.PdfFile
 
equals(Object) - Method in class org.pdfsam.console.business.dto.Transition
 
equals(Object) - Method in class org.pdfsam.console.business.dto.WorkDoneDataModel
 
ERR_B_NOT_NEEDED - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_BAD_COMMAND - Static variable in exception org.pdfsam.console.exceptions.console.ConsoleException
 
ERR_BAD_INPUT_STRING - Static variable in exception org.pdfsam.console.exceptions.console.SlideShowException
 
ERR_BL_NOT_NEEDED - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_BLEVEL - Static variable in exception org.pdfsam.console.exceptions.console.SplitException
 
ERR_BLEVEL_NO_DEST - Static variable in exception org.pdfsam.console.exceptions.console.SplitException
 
ERR_BLEVEL_OUTOFBOUNDS - Static variable in exception org.pdfsam.console.exceptions.console.SplitException
 
ERR_BOTH_F_OR_D - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_BOTH_F_OR_L_OR_D - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_BOUNDS_INTERSECTS - Static variable in exception org.pdfsam.console.exceptions.console.ValidationException
 
ERR_BREGEXP_NOT_NEEDED - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_CANNOT_MERGE - Static variable in exception org.pdfsam.console.exceptions.console.ValidationException
 
ERR_DEFAULT_TRANSITION_ALREADY_SET - Static variable in exception org.pdfsam.console.exceptions.console.SlideShowException
 
ERR_DEGREES_NOT_ALLOWED - Static variable in exception org.pdfsam.console.exceptions.console.ValidationException
 
ERR_DEL_TEMP_FILE - Static variable in exception org.pdfsam.console.exceptions.console.ConcatException
 
ERR_EMPTY_INPUT_STRING - Static variable in exception org.pdfsam.console.exceptions.console.SlideShowException
 
ERR_ILLEGAL_U - Static variable in exception org.pdfsam.console.exceptions.console.ValidationException
 
ERR_IN_NOT_PDF - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_N_NOT_NEEDED - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_N_NOT_NUM - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_N_NOT_NUM_OR_SEQ - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_NO_B - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_NO_BL - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_NO_F - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_NO_F1 - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_NO_F2 - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_NO_F_OR_D - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_NO_F_OR_L_OR_D - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_NO_N - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_NO_O - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_NO_OUT - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_NO_PAGE_LIMITS - Static variable in exception org.pdfsam.console.exceptions.console.SplitException
 
ERR_NO_S - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_NO_SUCH_PAGE - Static variable in exception org.pdfsam.console.exceptions.console.SplitException
 
ERR_NOT_CSV_OR_XML - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_NOT_DIR - Static variable in exception org.pdfsam.console.exceptions.console.ValidationException
 
ERR_NOT_PDF - Static variable in exception org.pdfsam.console.exceptions.console.ValidationException
 
ERR_NOT_POSITIVE - Static variable in exception org.pdfsam.console.exceptions.console.ValidationException
 
ERR_NOT_SINGLE_ROTATION - Static variable in exception org.pdfsam.console.exceptions.console.RotateException
 
ERR_NOT_VALID_BLEVEL - Static variable in exception org.pdfsam.console.exceptions.console.SplitException
 
ERR_NOT_VALID_LABEL_PREFIX - Static variable in exception org.pdfsam.console.exceptions.console.ValidationException
 
ERR_NOT_VALID_SPLIT_TYPE - Static variable in exception org.pdfsam.console.exceptions.console.SplitException
 
ERR_NOT_XML - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_PARAM_ROTATION - Static variable in exception org.pdfsam.console.exceptions.console.ValidationException
 
ERR_PARSE - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_READING_CSV_OR_XML - Static variable in exception org.pdfsam.console.exceptions.console.ConcatException
 
ERR_READING_TRANSITION - Static variable in exception org.pdfsam.console.exceptions.console.SlideShowException
 
ERR_READING_XML_TRANSITIONS_FILE - Static variable in exception org.pdfsam.console.exceptions.console.SlideShowException
 
ERR_START_BIGGER_THAN_END - Static variable in exception org.pdfsam.console.exceptions.console.ValidationException
 
ERR_STEP_ZERO_OR_NEGATIVE - Static variable in exception org.pdfsam.console.exceptions.console.ParseException
 
ERR_SYNTAX - Static variable in exception org.pdfsam.console.exceptions.console.ConcatException
 
ERR_UNCOMPLETE_INPUT_STRING - Static variable in exception org.pdfsam.console.exceptions.console.SlideShowException
 
ERR_UNK_LABEL_STYLE - Static variable in exception org.pdfsam.console.exceptions.console.ValidationException
 
ERR_UNKNOWN - Static variable in exception org.pdfsam.console.exceptions.BasicPdfsamException
 
ERR_WRONG_PAGE_LABEL - Static variable in exception org.pdfsam.console.exceptions.console.ValidationException
 
ERR_WRONG_ROTATION - Static variable in exception org.pdfsam.console.exceptions.console.ValidationException
 
ERR_ZERO_LENGTH - Static variable in exception org.pdfsam.console.exceptions.console.ConsoleException
 
ETYPE_ARG - Static variable in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
EVEN_PAGES - Static variable in class org.pdfsam.console.business.dto.PageRotation
 
EVEN_STRING - Static variable in class org.pdfsam.console.utils.ValidationUtility
 
EVERY_PAGE - Static variable in class org.pdfsam.console.business.dto.Transition
 
execute(AbstractParsedCommand) - Method in class org.pdfsam.console.business.ConsoleServicesFacade
execute parsedCommand
execute(AbstractParsedCommand) - Method in class org.pdfsam.console.business.pdf.CmdExecuteManager
Executes the input parsed command
execute(AbstractParsedCommand) - Method in class org.pdfsam.console.business.pdf.handlers.AlternateMixCmdExecutor
 
execute(AbstractParsedCommand) - Method in class org.pdfsam.console.business.pdf.handlers.ConcatCmdExecutor
 
execute(AbstractParsedCommand) - Method in class org.pdfsam.console.business.pdf.handlers.DecryptCmdExecutor
 
execute(AbstractParsedCommand) - Method in class org.pdfsam.console.business.pdf.handlers.DocumentInfoCmdExecutor
 
execute(AbstractParsedCommand) - Method in class org.pdfsam.console.business.pdf.handlers.EncryptCmdExecutor
 
execute(AbstractParsedCommand) - Method in class org.pdfsam.console.business.pdf.handlers.interfaces.AbstractCmdExecutor
 
execute(AbstractParsedCommand) - Method in interface org.pdfsam.console.business.pdf.handlers.interfaces.CmdExecutor
Execute the tool command.
execute(AbstractParsedCommand) - Method in class org.pdfsam.console.business.pdf.handlers.PageLabelsCmdExecutor
 
execute(AbstractParsedCommand) - Method in class org.pdfsam.console.business.pdf.handlers.RotateCmdExecutor
 
execute(AbstractParsedCommand) - Method in class org.pdfsam.console.business.pdf.handlers.SetViewerCmdExecutor
 
execute(AbstractParsedCommand) - Method in class org.pdfsam.console.business.pdf.handlers.SlideShowCmdExecutor
 
execute(AbstractParsedCommand) - Method in class org.pdfsam.console.business.pdf.handlers.SplitCmdExecutor
 
execute(AbstractParsedCommand) - Method in class org.pdfsam.console.business.pdf.handlers.UnpackCmdExecutor
 

F

F1_ARG - Static variable in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
F2_ARG - Static variable in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
F_ARG - Static variable in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
F_ARG - Static variable in class org.pdfsam.console.business.dto.commands.DecryptParsedCommand
 
F_ARG - Static variable in class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 
F_ARG - Static variable in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
F_ARG - Static variable in class org.pdfsam.console.business.dto.commands.PageLabelsParsedCommand
 
F_ARG - Static variable in class org.pdfsam.console.business.dto.commands.RotateParsedCommand
 
F_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
F_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
F_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
F_ARG - Static variable in class org.pdfsam.console.business.dto.commands.UnpackParsedCommand
 
FilenameComparator - Class in org.pdfsam.console.utils
Comparator for the file names
FilenameComparator() - Constructor for class org.pdfsam.console.utils.FilenameComparator
 
FileNameRequest - Class in org.pdfsam.console.utils.perfix
 
FileNameRequest(Integer, Integer, String) - Constructor for class org.pdfsam.console.utils.perfix.FileNameRequest
 
FileNameRequest(int, int, String) - Constructor for class org.pdfsam.console.utils.perfix.FileNameRequest
 
FileNameRequest() - Constructor for class org.pdfsam.console.utils.perfix.FileNameRequest
 
FileUtility - Class in org.pdfsam.console.utils
Utility class for file handling
FITWINDOW_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
freeReader(PdfReader) - Method in interface org.pdfsam.console.business.pdf.writers.interfaces.PdfConcatenator
 
freeReader(PdfReader) - Method in class org.pdfsam.console.business.pdf.writers.PdfCopyFieldsConcatenator
 
freeReader(PdfReader) - Method in class org.pdfsam.console.business.pdf.writers.PdfSimpleConcatenator
 
fullReaderFor(PdfFile) - Static method in class org.pdfsam.console.utils.PdfUtility
 
FULLSCREEN_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 

G

generateFileName(FileNameRequest) - Method in class org.pdfsam.console.utils.perfix.PrefixParser
Generates the filename depending on the type of prefix.
generateFileName() - Method in class org.pdfsam.console.utils.perfix.PrefixParser
Generates the filename depending on the type of prefix.
generateTmpFile(String) - Static method in class org.pdfsam.console.utils.FileUtility
Generates a not existing temporary file
generateTmpFile(File) - Static method in class org.pdfsam.console.utils.FileUtility
 
getArguments() - Method in class org.pdfsam.console.business.parser.handlers.ConcatCmdHandler
 
getArguments() - Method in class org.pdfsam.console.business.parser.handlers.DecryptCmdHandler
 
getArguments() - Method in class org.pdfsam.console.business.parser.handlers.DefaultCmdHandler
 
getArguments() - Method in class org.pdfsam.console.business.parser.handlers.DocumentInfoCmdHandler
 
getArguments() - Method in class org.pdfsam.console.business.parser.handlers.EncryptCmdHandler
 
getArguments() - Method in class org.pdfsam.console.business.parser.handlers.interfaces.AbstractCmdHandler
 
getArguments() - Method in interface org.pdfsam.console.business.parser.handlers.interfaces.CmdHandler
 
getArguments() - Method in class org.pdfsam.console.business.parser.handlers.MixCmdHandler
 
getArguments() - Method in class org.pdfsam.console.business.parser.handlers.PageLabelsCmdHandler
 
getArguments() - Method in class org.pdfsam.console.business.parser.handlers.RotateCmdHandler
 
getArguments() - Method in class org.pdfsam.console.business.parser.handlers.SetViewerCmdHandler
 
getArguments() - Method in class org.pdfsam.console.business.parser.handlers.SlideShowCmdHandler
 
getArguments() - Method in class org.pdfsam.console.business.parser.handlers.SplitCmdHandler
 
getArguments() - Method in class org.pdfsam.console.business.parser.handlers.UnpackCmdHandler
 
getAuthor() - Method in class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 
getBookmarkName() - Method in class org.pdfsam.console.utils.perfix.FileNameRequest
 
getBookmarkRegexp() - Method in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
getBookmarksLevel() - Method in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
getCommand() - Method in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
getCommand() - Method in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
getCommand() - Method in class org.pdfsam.console.business.dto.commands.DecryptParsedCommand
 
getCommand() - Method in class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 
getCommand() - Method in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
getCommand() - Method in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
getCommand() - Method in class org.pdfsam.console.business.dto.commands.PageLabelsParsedCommand
 
getCommand() - Method in class org.pdfsam.console.business.dto.commands.RotateParsedCommand
 
getCommand() - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
getCommand() - Method in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
getCommand() - Method in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
getCommand() - Method in class org.pdfsam.console.business.dto.commands.UnpackParsedCommand
 
getCommandDescription() - Method in class org.pdfsam.console.business.parser.handlers.ConcatCmdHandler
 
getCommandDescription() - Method in class org.pdfsam.console.business.parser.handlers.DecryptCmdHandler
 
getCommandDescription() - Method in class org.pdfsam.console.business.parser.handlers.DefaultCmdHandler
 
getCommandDescription() - Method in class org.pdfsam.console.business.parser.handlers.DocumentInfoCmdHandler
 
getCommandDescription() - Method in class org.pdfsam.console.business.parser.handlers.EncryptCmdHandler
 
getCommandDescription() - Method in class org.pdfsam.console.business.parser.handlers.interfaces.AbstractCmdHandler
 
getCommandDescription() - Method in interface org.pdfsam.console.business.parser.handlers.interfaces.CmdHandler
 
getCommandDescription() - Method in class org.pdfsam.console.business.parser.handlers.MixCmdHandler
 
getCommandDescription() - Method in class org.pdfsam.console.business.parser.handlers.PageLabelsCmdHandler
 
getCommandDescription() - Method in class org.pdfsam.console.business.parser.handlers.RotateCmdHandler
 
getCommandDescription() - Method in class org.pdfsam.console.business.parser.handlers.SetViewerCmdHandler
 
getCommandDescription() - Method in class org.pdfsam.console.business.parser.handlers.SlideShowCmdHandler
 
getCommandDescription() - Method in class org.pdfsam.console.business.parser.handlers.SplitCmdHandler
 
getCommandDescription() - Method in class org.pdfsam.console.business.parser.handlers.UnpackCmdHandler
 
getCommandLineHandler() - Method in class org.pdfsam.console.business.parser.handlers.DefaultCmdHandler
 
getCommandLineHandler() - Method in class org.pdfsam.console.business.parser.handlers.interfaces.AbstractCmdHandler
 
getCommandLineHandler() - Method in interface org.pdfsam.console.business.parser.handlers.interfaces.CmdHandler
 
getCommandLineHandler() - Method in class org.pdfsam.console.business.parser.handlers.UnpackCmdHandler
override parent method
getDefaultTransition() - Method in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
getDegrees() - Method in class org.pdfsam.console.business.dto.PageRotation
 
getDirection() - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
getDuration() - Method in class org.pdfsam.console.business.dto.Transition
 
getEncryptionType() - Method in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
getEnd() - Method in class org.pdfsam.console.business.dto.Bounds
 
getExtension(File) - Method in class org.pdfsam.console.utils.PdfFilter
Get the extension of a file.
getFile() - Method in class org.pdfsam.console.business.dto.PdfFile
 
getFileNumber() - Method in class org.pdfsam.console.utils.perfix.FileNameRequest
 
getFirstInputFile() - Method in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
getHelpExamples() - Method in class org.pdfsam.console.business.parser.handlers.ConcatCmdHandler
 
getHelpExamples() - Method in class org.pdfsam.console.business.parser.handlers.DecryptCmdHandler
 
getHelpExamples() - Method in class org.pdfsam.console.business.parser.handlers.DefaultCmdHandler
 
getHelpExamples() - Method in class org.pdfsam.console.business.parser.handlers.DocumentInfoCmdHandler
 
getHelpExamples() - Method in class org.pdfsam.console.business.parser.handlers.EncryptCmdHandler
 
getHelpExamples() - Method in class org.pdfsam.console.business.parser.handlers.interfaces.AbstractCmdHandler
 
getHelpExamples() - Method in interface org.pdfsam.console.business.parser.handlers.interfaces.CmdHandler
 
getHelpExamples() - Method in class org.pdfsam.console.business.parser.handlers.MixCmdHandler
 
getHelpExamples() - Method in class org.pdfsam.console.business.parser.handlers.PageLabelsCmdHandler
 
getHelpExamples() - Method in class org.pdfsam.console.business.parser.handlers.RotateCmdHandler
 
getHelpExamples() - Method in class org.pdfsam.console.business.parser.handlers.SetViewerCmdHandler
 
getHelpExamples() - Method in class org.pdfsam.console.business.parser.handlers.SlideShowCmdHandler
 
getHelpExamples() - Method in class org.pdfsam.console.business.parser.handlers.SplitCmdHandler
 
getHelpExamples() - Method in class org.pdfsam.console.business.parser.handlers.UnpackCmdHandler
 
getHelpMessage() - Method in class org.pdfsam.console.business.parser.handlers.ConcatCmdHandler
 
getHelpMessage() - Method in class org.pdfsam.console.business.parser.handlers.DecryptCmdHandler
 
getHelpMessage() - Method in class org.pdfsam.console.business.parser.handlers.DefaultCmdHandler
 
getHelpMessage() - Method in class org.pdfsam.console.business.parser.handlers.DocumentInfoCmdHandler
 
getHelpMessage() - Method in class org.pdfsam.console.business.parser.handlers.EncryptCmdHandler
 
getHelpMessage() - Method in interface org.pdfsam.console.business.parser.handlers.interfaces.CmdHandler
 
getHelpMessage() - Method in class org.pdfsam.console.business.parser.handlers.MixCmdHandler
 
getHelpMessage() - Method in class org.pdfsam.console.business.parser.handlers.PageLabelsCmdHandler
 
getHelpMessage() - Method in class org.pdfsam.console.business.parser.handlers.RotateCmdHandler
 
getHelpMessage() - Method in class org.pdfsam.console.business.parser.handlers.SetViewerCmdHandler
 
getHelpMessage() - Method in class org.pdfsam.console.business.parser.handlers.SlideShowCmdHandler
 
getHelpMessage() - Method in class org.pdfsam.console.business.parser.handlers.SplitCmdHandler
 
getHelpMessage() - Method in class org.pdfsam.console.business.parser.handlers.UnpackCmdHandler
 
getInputCvsOrXmlFile() - Method in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
getInputDirectory() - Method in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
getInputDirectory() - Method in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
getInputDirectory() - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
getInputDirectory() - Method in class org.pdfsam.console.business.dto.commands.UnpackParsedCommand
 
getInputFile() - Method in class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 
getInputFile() - Method in class org.pdfsam.console.business.dto.commands.PageLabelsParsedCommand
 
getInputFile() - Method in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
getInputFile() - Method in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
getInputFileList() - Method in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
getInputFileList() - Method in class org.pdfsam.console.business.dto.commands.DecryptParsedCommand
 
getInputFileList() - Method in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
getInputFileList() - Method in class org.pdfsam.console.business.dto.commands.RotateParsedCommand
 
getInputFileList() - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
getInputFileList() - Method in class org.pdfsam.console.business.dto.commands.UnpackParsedCommand
 
getInputXmlFile() - Method in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
getKeywords() - Method in class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 
getLabels() - Method in class org.pdfsam.console.business.dto.commands.PageLabelsParsedCommand
 
getLayout() - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
getLicense() - Static method in class org.pdfsam.console.business.ConsoleServicesFacade
 
getLogFile() - Method in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
Deprecated. -log option is no longer used
getLogicalPageNumber() - Method in class org.pdfsam.console.business.dto.PageLabel
 
getMaxBookmarksDepth(InputStream) - Static method in class org.pdfsam.console.utils.PdfUtility
 
getMode() - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
getNfsmode() - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
getOptions() - Method in class org.pdfsam.console.business.parser.handlers.ConcatCmdHandler
 
getOptions() - Method in class org.pdfsam.console.business.parser.handlers.DecryptCmdHandler
 
getOptions() - Method in class org.pdfsam.console.business.parser.handlers.DefaultCmdHandler
 
getOptions() - Method in class org.pdfsam.console.business.parser.handlers.DocumentInfoCmdHandler
 
getOptions() - Method in class org.pdfsam.console.business.parser.handlers.EncryptCmdHandler
 
getOptions() - Method in class org.pdfsam.console.business.parser.handlers.interfaces.AbstractCmdHandler
 
getOptions() - Method in interface org.pdfsam.console.business.parser.handlers.interfaces.CmdHandler
 
getOptions() - Method in class org.pdfsam.console.business.parser.handlers.MixCmdHandler
 
getOptions() - Method in class org.pdfsam.console.business.parser.handlers.PageLabelsCmdHandler
 
getOptions() - Method in class org.pdfsam.console.business.parser.handlers.RotateCmdHandler
 
getOptions() - Method in class org.pdfsam.console.business.parser.handlers.SetViewerCmdHandler
 
getOptions() - Method in class org.pdfsam.console.business.parser.handlers.SlideShowCmdHandler
 
getOptions() - Method in class org.pdfsam.console.business.parser.handlers.SplitCmdHandler
 
getOptions() - Method in class org.pdfsam.console.business.parser.handlers.UnpackCmdHandler
 
getOutputFile() - Method in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
getOutputFile() - Method in class org.pdfsam.console.business.dto.commands.DecryptParsedCommand
 
getOutputFile() - Method in class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 
getOutputFile() - Method in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
getOutputFile() - Method in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
getOutputFile() - Method in class org.pdfsam.console.business.dto.commands.PageLabelsParsedCommand
 
getOutputFile() - Method in class org.pdfsam.console.business.dto.commands.RotateParsedCommand
 
getOutputFile() - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
getOutputFile() - Method in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
getOutputFile() - Method in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
getOutputFile() - Method in class org.pdfsam.console.business.dto.commands.UnpackParsedCommand
 
getOutputFilesPrefix() - Method in class org.pdfsam.console.business.dto.commands.DecryptParsedCommand
 
getOutputFilesPrefix() - Method in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
getOutputFilesPrefix() - Method in class org.pdfsam.console.business.dto.commands.RotateParsedCommand
 
getOutputFilesPrefix() - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
getOutputFilesPrefix() - Method in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
getOutputFilesPrefix() - Method in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
getOutputPdfVersion() - Method in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
getOwnerPwd() - Method in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
getPageLabel(String) - Static method in class org.pdfsam.console.utils.ValidationUtility
 
getPageNumber() - Method in class org.pdfsam.console.business.dto.PageLabel
 
getPageNumber() - Method in class org.pdfsam.console.business.dto.PageRotation
 
getPageNumber() - Method in class org.pdfsam.console.business.dto.Transition
 
getPageNumber() - Method in class org.pdfsam.console.utils.perfix.FileNameRequest
 
getPageSelections() - Method in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
getPagesRotation(String, boolean) - Static method in class org.pdfsam.console.utils.ValidationUtility
all, odd and even pages rotation cannot be mixed together or with single pages rotations
getPagesRotation(String) - Static method in class org.pdfsam.console.utils.ValidationUtility
Overloaded ValidationUtility.getPagesRotation(String, boolean).
getPassword() - Method in class org.pdfsam.console.business.dto.PdfFile
 
getPasswordBytes() - Method in class org.pdfsam.console.business.dto.PdfFile
 
getPdfFile(PdfFile) - Static method in class org.pdfsam.console.utils.FileUtility
Mapping from jcmdline.dto.PdfFile to org.pdfsam.console.business.dto.PdfFile
getPdfFiles(File) - Method in class org.pdfsam.console.business.pdf.handlers.interfaces.AbstractCmdExecutor
get an array of PdfFile in the input directory alphabetically ordered
getPdfFiles(PdfFile[]) - Static method in class org.pdfsam.console.utils.FileUtility
Mapping from an array of jcmdline.dto.PdfFile to an array of org.pdfsam.console.business.dto.PdfFile
getPdfFiles(Collection) - Static method in class org.pdfsam.console.utils.FileUtility
Mapping from a Collection of jcmdline.dto.PdfFile to an array of org.pdfsam.console.business.dto.PdfFile
getPercentage() - Method in class org.pdfsam.console.business.dto.WorkDoneDataModel
 
getPermissions() - Method in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
getPrefix() - Method in class org.pdfsam.console.business.dto.PageLabel
 
getRotation() - Method in class org.pdfsam.console.business.dto.commands.RotateParsedCommand
 
getRotations() - Method in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
getSecondInputFile() - Method in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
getSecondStep() - Method in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
getSplitPageNumbers() - Method in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
getSplitSize() - Method in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
getSplitType() - Method in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
getStart() - Method in class org.pdfsam.console.business.dto.Bounds
 
getStep() - Method in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
getStyle() - Method in class org.pdfsam.console.business.dto.PageLabel
 
getSubject() - Method in class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 
getTitle() - Method in class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 
getTransition() - Method in class org.pdfsam.console.business.dto.Transition
 
getTransitionDuration() - Method in class org.pdfsam.console.business.dto.Transition
 
getTransitions() - Method in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
getType() - Method in class org.pdfsam.console.business.dto.PageRotation
 
getUserPwd() - Method in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 

H

hashCode() - Method in class org.pdfsam.console.business.dto.PageLabel
 
hashCode() - Method in class org.pdfsam.console.business.dto.PdfFile
 
hashCode() - Method in class org.pdfsam.console.business.dto.Transition
 
hashCode() - Method in class org.pdfsam.console.business.dto.WorkDoneDataModel
 
HIDEMENU_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
HIDETOOLBAR_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
HIDEWINDOWUI_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 

I

INDETERMINATE - Static variable in class org.pdfsam.console.business.dto.WorkDoneDataModel
 
intersects(Bounds) - Method in class org.pdfsam.console.business.dto.Bounds
 
isCenterWindow() - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
isCompress() - Method in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
isCopyFields() - Method in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
isDisplayDocTitle() - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
isEmpty() - Method in class org.pdfsam.console.utils.perfix.FileNameRequest
 
isFitWindow() - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
isFullScreen() - Method in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
isHideMenu() - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
isHideToolBar() - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
isHideWindowUI() - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
isNoPrintScaling() - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
isOverwrite() - Method in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
isReverseFirst() - Method in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
isReverseSecond() - Method in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
isValidPageSelectionsArray(String[]) - Static method in class org.pdfsam.console.utils.ValidationUtility
validates the selections array

K

KEYWORDS_ARG - Static variable in class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 

L

L_ARG - Static variable in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
L_ARG - Static variable in class org.pdfsam.console.business.dto.commands.PageLabelsParsedCommand
 
L_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
L_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
L_ONECOLUMN - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
L_SINGLEPAGE - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
L_TWOCOLUMNLEFT - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
L_TWOCOLUMNRIGHT - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
L_TWOPAGELEFT - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
L_TWOPAGERIGHT - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
LLETTER - Static variable in class org.pdfsam.console.business.dto.PageLabel
 
LOG_ARG - Static variable in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
LP_ARG - Static variable in class org.pdfsam.console.business.dto.commands.PageLabelsParsedCommand
 
LROMAN - Static variable in class org.pdfsam.console.business.dto.PageLabel
 

M

M_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
M_ATTACHMENTS - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
M_FULLSCREEN - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
M_NONE - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
M_OCONTENT - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
M_OUTLINES - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
M_THUMBS - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
main(String[]) - Static method in class org.pdfsam.console.ConsoleClient
 
MAX_PERGENTAGE - Static variable in class org.pdfsam.console.business.dto.WorkDoneDataModel
 
MixCmdHandler - Class in org.pdfsam.console.business.parser.handlers
Handler for the mix command
MixCmdHandler() - Constructor for class org.pdfsam.console.business.parser.handlers.MixCmdHandler
 
MixCmdValidator - Class in org.pdfsam.console.business.parser.validators
CmdValidator for the mix command
MixCmdValidator() - Constructor for class org.pdfsam.console.business.parser.validators.MixCmdValidator
 
MixException - Exception in org.pdfsam.console.exceptions.console
Exception thrown while mixing pdf files
MixException(int, String[], Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.MixException
 
MixException(int, Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.MixException
 
MixException(int) - Constructor for exception org.pdfsam.console.exceptions.console.MixException
 
MixException(Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.MixException
 
MixException(int, String[]) - Constructor for exception org.pdfsam.console.exceptions.console.MixException
 
MixParsedCommand - Class in org.pdfsam.console.business.dto.commands
Mix parsed command dto filled by parsing service and used by worker service
MixParsedCommand() - Constructor for class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
MixParsedCommand(File, PdfFile, PdfFile, boolean, boolean, int, int) - Constructor for class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
MixParsedCommand(File, PdfFile, PdfFile, boolean, boolean, int, boolean, boolean, File, char) - Constructor for class org.pdfsam.console.business.dto.commands.MixParsedCommand
Deprecated. use the constructor without the logFile parameter
MixParsedCommand(File, PdfFile, PdfFile, boolean, boolean, int, int, boolean, boolean, char) - Constructor for class org.pdfsam.console.business.dto.commands.MixParsedCommand
 

N

N_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
NFSM_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
NFSM_NONE - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
NFSM_OCONTENT - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
NFSM_OUTLINES - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
NFSM_THUMBS - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
NO_PAGE - Static variable in class org.pdfsam.console.business.dto.PageRotation
 
NOPRINTSCALING_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 

O

O_ARG - Static variable in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
O_ARG - Static variable in class org.pdfsam.console.business.dto.commands.DecryptParsedCommand
 
O_ARG - Static variable in class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 
O_ARG - Static variable in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
O_ARG - Static variable in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
O_ARG - Static variable in class org.pdfsam.console.business.dto.commands.PageLabelsParsedCommand
 
O_ARG - Static variable in class org.pdfsam.console.business.dto.commands.RotateParsedCommand
 
O_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
O_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
O_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
O_ARG - Static variable in class org.pdfsam.console.business.dto.commands.UnpackParsedCommand
 
ODD_PAGES - Static variable in class org.pdfsam.console.business.dto.PageRotation
 
ODD_STRING - Static variable in class org.pdfsam.console.utils.ValidationUtility
 
org.pdfsam.console - package org.pdfsam.console
 
org.pdfsam.console.business - package org.pdfsam.console.business
 
org.pdfsam.console.business.dto - package org.pdfsam.console.business.dto
 
org.pdfsam.console.business.dto.commands - package org.pdfsam.console.business.dto.commands
 
org.pdfsam.console.business.parser - package org.pdfsam.console.business.parser
 
org.pdfsam.console.business.parser.handlers - package org.pdfsam.console.business.parser.handlers
 
org.pdfsam.console.business.parser.handlers.interfaces - package org.pdfsam.console.business.parser.handlers.interfaces
 
org.pdfsam.console.business.parser.validators - package org.pdfsam.console.business.parser.validators
 
org.pdfsam.console.business.parser.validators.interfaces - package org.pdfsam.console.business.parser.validators.interfaces
 
org.pdfsam.console.business.pdf - package org.pdfsam.console.business.pdf
 
org.pdfsam.console.business.pdf.bookmarks - package org.pdfsam.console.business.pdf.bookmarks
 
org.pdfsam.console.business.pdf.handlers - package org.pdfsam.console.business.pdf.handlers
 
org.pdfsam.console.business.pdf.handlers.interfaces - package org.pdfsam.console.business.pdf.handlers.interfaces
 
org.pdfsam.console.business.pdf.writers - package org.pdfsam.console.business.pdf.writers
 
org.pdfsam.console.business.pdf.writers.interfaces - package org.pdfsam.console.business.pdf.writers.interfaces
 
org.pdfsam.console.exceptions - package org.pdfsam.console.exceptions
 
org.pdfsam.console.exceptions.console - package org.pdfsam.console.exceptions.console
 
org.pdfsam.console.utils - package org.pdfsam.console.utils
 
org.pdfsam.console.utils.perfix - package org.pdfsam.console.utils.perfix
 
OVERWRITE_ARG - Static variable in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
OVERWRITE_IS_FALSE - Static variable in exception org.pdfsam.console.exceptions.console.ConsoleException
 

P

P_ARG - Static variable in class org.pdfsam.console.business.dto.commands.DecryptParsedCommand
 
P_ARG - Static variable in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
P_ARG - Static variable in class org.pdfsam.console.business.dto.commands.RotateParsedCommand
 
P_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
P_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
P_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
PageLabel - Class in org.pdfsam.console.business.dto
DTO to store page label settings
PageLabel() - Constructor for class org.pdfsam.console.business.dto.PageLabel
 
PageLabelsCmdExecutor - Class in org.pdfsam.console.business.pdf.handlers
Executes the page labels command
PageLabelsCmdExecutor() - Constructor for class org.pdfsam.console.business.pdf.handlers.PageLabelsCmdExecutor
 
PageLabelsCmdHandler - Class in org.pdfsam.console.business.parser.handlers
handler for the pagelabels command
PageLabelsCmdHandler() - Constructor for class org.pdfsam.console.business.parser.handlers.PageLabelsCmdHandler
 
PageLabelsCmdValidator - Class in org.pdfsam.console.business.parser.validators
 
PageLabelsCmdValidator() - Constructor for class org.pdfsam.console.business.parser.validators.PageLabelsCmdValidator
 
PageLabelsException - Exception in org.pdfsam.console.exceptions.console
Exception used by the pagelabels command
PageLabelsException(int, String[], Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.PageLabelsException
 
PageLabelsException(int, Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.PageLabelsException
 
PageLabelsException(int) - Constructor for exception org.pdfsam.console.exceptions.console.PageLabelsException
 
PageLabelsException(Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.PageLabelsException
 
PageLabelsException(int, String[]) - Constructor for exception org.pdfsam.console.exceptions.console.PageLabelsException
 
PageLabelsParsedCommand - Class in org.pdfsam.console.business.dto.commands
PageLabels parsed command dto filled by parsing service and used by worker service
PageLabelsParsedCommand() - Constructor for class org.pdfsam.console.business.dto.commands.PageLabelsParsedCommand
 
PageLabelsParsedCommand(PdfFile, File, PageLabel[]) - Constructor for class org.pdfsam.console.business.dto.commands.PageLabelsParsedCommand
 
PageLabelsParsedCommand(PdfFile, File, PageLabel[], boolean, boolean, char) - Constructor for class org.pdfsam.console.business.dto.commands.PageLabelsParsedCommand
 
PageRotation - Class in org.pdfsam.console.business.dto
Model for a page rotation
PageRotation() - Constructor for class org.pdfsam.console.business.dto.PageRotation
 
PageRotation(int, int) - Constructor for class org.pdfsam.console.business.dto.PageRotation
type is SINGLE_PAGE
PageRotation(int, int, int) - Constructor for class org.pdfsam.console.business.dto.PageRotation
 
parse() - Method in class org.pdfsam.console.business.parser.CmdParseManager
Perform command line parsing
parse(String[]) - Method in class org.pdfsam.console.business.parser.CmdParseManager
Perform command line parsing for the input arguments
parseAndValidate(String[]) - Method in class org.pdfsam.console.business.ConsoleServicesFacade
parse and validate the input arguments
ParseException - Exception in org.pdfsam.console.exceptions.console
Exception thrown while parsing input arguments
ParseException(int, String[], Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.ParseException
 
ParseException(int, Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.ParseException
 
ParseException(int) - Constructor for exception org.pdfsam.console.exceptions.console.ParseException
 
ParseException(Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.ParseException
 
ParseException(int, String[]) - Constructor for exception org.pdfsam.console.exceptions.console.ParseException
 
PDF_EXTENSION - Static variable in interface org.pdfsam.console.business.parser.validators.interfaces.CmdValidator
 
PDF_EXTENSION - Static variable in class org.pdfsam.console.utils.ValidationUtility
 
PdfConcatenator - Interface in org.pdfsam.console.business.pdf.writers.interfaces
Interface for the writers used to concat pdf files
PdfCopyFieldsConcatenator - Class in org.pdfsam.console.business.pdf.writers
Copy Fields concatenator.
PdfCopyFieldsConcatenator(OutputStream) - Constructor for class org.pdfsam.console.business.pdf.writers.PdfCopyFieldsConcatenator
 
PdfCopyFieldsConcatenator(OutputStream, boolean) - Constructor for class org.pdfsam.console.business.pdf.writers.PdfCopyFieldsConcatenator
 
PdfFile - Class in org.pdfsam.console.business.dto
Model of a password protected pdf file
PdfFile() - Constructor for class org.pdfsam.console.business.dto.PdfFile
 
PdfFile(File, String) - Constructor for class org.pdfsam.console.business.dto.PdfFile
 
PdfFile(String, String) - Constructor for class org.pdfsam.console.business.dto.PdfFile
 
PdfFilter - Class in org.pdfsam.console.utils
Pdf filter
PdfFilter() - Constructor for class org.pdfsam.console.utils.PdfFilter
 
PdfSimpleConcatenator - Class in org.pdfsam.console.business.pdf.writers
Simple concatenator.
PdfSimpleConcatenator(Document, OutputStream) - Constructor for class org.pdfsam.console.business.pdf.writers.PdfSimpleConcatenator
 
PdfSimpleConcatenator(Document, OutputStream, boolean) - Constructor for class org.pdfsam.console.business.pdf.writers.PdfSimpleConcatenator
 
PdfUtility - Class in org.pdfsam.console.utils
Utility class for pdf documents
PDFVERSION_ARG - Static variable in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
PREFIX_REQUEST_NULL - Static variable in exception org.pdfsam.console.exceptions.console.ConsoleException
 
PrefixParser - Class in org.pdfsam.console.utils.perfix
Used to parse the prefix and generate the output filename.
PrefixParser(String, String) - Constructor for class org.pdfsam.console.utils.perfix.PrefixParser
 
processBookmarks(int, int, int) - Method in class org.pdfsam.console.business.pdf.bookmarks.BookmarksProcessor
Process the bookmarks returning a view of the whole list that contains only pages comprehended among the two limits (included) with page number shifted if necessary.
processBookmarks(int, int) - Method in class org.pdfsam.console.business.pdf.bookmarks.BookmarksProcessor
Process the bookmarks returning a view of the whole list that contains only pages comprehended among the two limits (included) with page number shifted if necessary.

R

R_ARG - Static variable in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
R_ARG - Static variable in class org.pdfsam.console.business.dto.commands.RotateParsedCommand
 
readerFor(PdfFile) - Static method in class org.pdfsam.console.utils.PdfUtility
 
renameTemporaryFile(File, File, boolean) - Static method in class org.pdfsam.console.utils.FileUtility
rename temporary file to output file
resetPercentage() - Method in class org.pdfsam.console.business.dto.WorkDoneDataModel
reset the percentage
resetPercentageOfWorkDone() - Method in class org.pdfsam.console.business.pdf.handlers.interfaces.AbstractCmdExecutor
reset the percentage of work done
REVERSE_FIRST_ARG - Static variable in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
REVERSE_SECOND_ARG - Static variable in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
RotateCmdExecutor - Class in org.pdfsam.console.business.pdf.handlers
Executes the rotate command
RotateCmdExecutor() - Constructor for class org.pdfsam.console.business.pdf.handlers.RotateCmdExecutor
 
RotateCmdHandler - Class in org.pdfsam.console.business.parser.handlers
handler for the rotate command
RotateCmdHandler() - Constructor for class org.pdfsam.console.business.parser.handlers.RotateCmdHandler
 
RotateCmdValidator - Class in org.pdfsam.console.business.parser.validators
CmdValidator for the rotate command
RotateCmdValidator() - Constructor for class org.pdfsam.console.business.parser.validators.RotateCmdValidator
 
RotateException - Exception in org.pdfsam.console.exceptions.console
Exception thrown while validating rotation of rotating files
RotateException(int, String[], Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.RotateException
 
RotateException(int, Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.RotateException
 
RotateException(int) - Constructor for exception org.pdfsam.console.exceptions.console.RotateException
 
RotateException(Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.RotateException
 
RotateException(int, String[]) - Constructor for exception org.pdfsam.console.exceptions.console.RotateException
 
RotateParsedCommand - Class in org.pdfsam.console.business.dto.commands
Rotate parsed command dto filled by parsing service and used by worker service
RotateParsedCommand() - Constructor for class org.pdfsam.console.business.dto.commands.RotateParsedCommand
 
RotateParsedCommand(PdfFile[], File, String, PageRotation) - Constructor for class org.pdfsam.console.business.dto.commands.RotateParsedCommand
 
RotateParsedCommand(PdfFile[], File, String, PageRotation, boolean, boolean, char) - Constructor for class org.pdfsam.console.business.dto.commands.RotateParsedCommand
 

S

S_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
S_BLEVEL - Static variable in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
S_BURST - Static variable in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
S_EVEN - Static variable in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
S_NSPLIT - Static variable in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
S_ODD - Static variable in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
S_SIZE - Static variable in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
S_SPLIT - Static variable in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
SECOND_STEP_ARG - Static variable in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
setAuthor(String) - Method in class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 
setBookmarkName(String) - Method in class org.pdfsam.console.utils.perfix.FileNameRequest
 
setBookmarkRegexp(String) - Method in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
setBookmarksLevel(Integer) - Method in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
setCenterWindow(boolean) - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
setCompress(boolean) - Method in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
setCompressionSettingOnStamper(AbstractParsedCommand, PdfStamper) - Method in class org.pdfsam.console.business.pdf.handlers.interfaces.AbstractCmdExecutor
Sets the compression settings on the pdf stamper depending on the inputCommand
setCompressionSettingOnWriter(AbstractParsedCommand, PdfWriter) - Method in class org.pdfsam.console.business.pdf.handlers.interfaces.AbstractCmdExecutor
Sets the compression settings on the pdf writer depending on the inputCommand
setCopyFields(boolean) - Method in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
setDefaultTransition(Transition) - Method in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
setDegrees(int) - Method in class org.pdfsam.console.business.dto.PageRotation
 
setDirection(int) - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
setDisplayDocTitle(boolean) - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
setDuration(int) - Method in class org.pdfsam.console.business.dto.Transition
 
setEncryptionType(String) - Method in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
setEnd(int) - Method in class org.pdfsam.console.business.dto.Bounds
 
setFile(File) - Method in class org.pdfsam.console.business.dto.PdfFile
 
setFileNumber(Integer) - Method in class org.pdfsam.console.utils.perfix.FileNameRequest
 
setFirstInputFile(PdfFile) - Method in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
setFitWindow(boolean) - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
setFullScreen(boolean) - Method in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
setHideMenu(boolean) - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
setHideToolBar(boolean) - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
setHideWindowUI(boolean) - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
setInputArguments(String[]) - Method in class org.pdfsam.console.business.parser.CmdParseManager
Sets the input arguments creating the properCmdHandler and CmdValidator
setInputCvsOrXmlFile(File) - Method in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
setInputDirectory(File) - Method in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
setInputDirectory(File) - Method in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
setInputDirectory(File) - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
setInputDirectory(File) - Method in class org.pdfsam.console.business.dto.commands.UnpackParsedCommand
 
setInputFile(PdfFile) - Method in class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 
setInputFile(PdfFile) - Method in class org.pdfsam.console.business.dto.commands.PageLabelsParsedCommand
 
setInputFile(PdfFile) - Method in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
setInputFile(PdfFile) - Method in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
setInputFileList(PdfFile[]) - Method in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
setInputFileList(PdfFile[]) - Method in class org.pdfsam.console.business.dto.commands.DecryptParsedCommand
 
setInputFileList(PdfFile[]) - Method in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
setInputFileList(PdfFile[]) - Method in class org.pdfsam.console.business.dto.commands.RotateParsedCommand
 
setInputFileList(PdfFile[]) - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
setInputFileList(PdfFile[]) - Method in class org.pdfsam.console.business.dto.commands.UnpackParsedCommand
 
setInputXmlFile(File) - Method in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
setKeywords(String) - Method in class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 
setLabels(PageLabel[]) - Method in class org.pdfsam.console.business.dto.commands.PageLabelsParsedCommand
 
setLayout(int) - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
setLogFile(File) - Method in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
Deprecated. -log option is no longer used
setLogicalPageNumber(int) - Method in class org.pdfsam.console.business.dto.PageLabel
 
setMode(int) - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
setNfsmode(int) - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
setNoPrintScaling(boolean) - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
setOutlines(List) - Method in interface org.pdfsam.console.business.pdf.writers.interfaces.PdfConcatenator
Sets the bookmarks
setOutlines(List) - Method in class org.pdfsam.console.business.pdf.writers.PdfCopyFieldsConcatenator
 
setOutlines(List) - Method in class org.pdfsam.console.business.pdf.writers.PdfSimpleConcatenator
 
setOutputFile(File) - Method in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
setOutputFile(File) - Method in class org.pdfsam.console.business.dto.commands.DecryptParsedCommand
 
setOutputFile(File) - Method in class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 
setOutputFile(File) - Method in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
setOutputFile(File) - Method in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
setOutputFile(File) - Method in class org.pdfsam.console.business.dto.commands.PageLabelsParsedCommand
 
setOutputFile(File) - Method in class org.pdfsam.console.business.dto.commands.RotateParsedCommand
 
setOutputFile(File) - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
setOutputFile(File) - Method in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
setOutputFile(File) - Method in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
setOutputFile(File) - Method in class org.pdfsam.console.business.dto.commands.UnpackParsedCommand
 
setOutputFilesPrefix(String) - Method in class org.pdfsam.console.business.dto.commands.DecryptParsedCommand
 
setOutputFilesPrefix(String) - Method in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
setOutputFilesPrefix(String) - Method in class org.pdfsam.console.business.dto.commands.RotateParsedCommand
 
setOutputFilesPrefix(String) - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
setOutputFilesPrefix(String) - Method in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
setOutputFilesPrefix(String) - Method in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
setOutputPdfVersion(char) - Method in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
setOutputPdfVersion(Character) - Method in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
setOverwrite(boolean) - Method in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
setOwnerPwd(String) - Method in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
setPageNumber(int) - Method in class org.pdfsam.console.business.dto.PageLabel
 
setPageNumber(int) - Method in class org.pdfsam.console.business.dto.PageRotation
 
setPageNumber(int) - Method in class org.pdfsam.console.business.dto.Transition
 
setPageNumber(Integer) - Method in class org.pdfsam.console.utils.perfix.FileNameRequest
 
setPageSelections(String[]) - Method in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
setPassword(String) - Method in class org.pdfsam.console.business.dto.PdfFile
 
setPdfVersion(char) - Method in interface org.pdfsam.console.business.pdf.writers.interfaces.PdfConcatenator
Sets the output document pdf version
setPdfVersion(char) - Method in class org.pdfsam.console.business.pdf.writers.PdfCopyFieldsConcatenator
 
setPdfVersion(char) - Method in class org.pdfsam.console.business.pdf.writers.PdfSimpleConcatenator
 
setPdfVersionSettingOnWriter(AbstractParsedCommand, PdfWriter, Character) - Method in class org.pdfsam.console.business.pdf.handlers.interfaces.AbstractCmdExecutor
Sets the pdf version setting on the pdf writer depending on the inputCommand
setPdfVersionSettingOnWriter(AbstractParsedCommand, PdfWriter) - Method in class org.pdfsam.console.business.pdf.handlers.interfaces.AbstractCmdExecutor
Convenience method to set the pdf version settings on the writer without a default version
setPercentage(int) - Method in class org.pdfsam.console.business.dto.WorkDoneDataModel
 
setPercentageIndeterminate() - Method in class org.pdfsam.console.business.dto.WorkDoneDataModel
sets the percentage to indeterminate
setPercentageMax() - Method in class org.pdfsam.console.business.dto.WorkDoneDataModel
sets the percentage to the max value
setPercentageOfWorkDone(int) - Method in class org.pdfsam.console.business.pdf.handlers.interfaces.AbstractCmdExecutor
set the percentage of work done for the current execution and notify the observers
setPermissions(int) - Method in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
setPrefix(String) - Method in class org.pdfsam.console.business.dto.PageLabel
 
setReverseFirst(boolean) - Method in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
setReverseSecond(boolean) - Method in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
setRotation(PageRotation) - Method in class org.pdfsam.console.business.dto.commands.RotateParsedCommand
 
setRotations(PageRotation[]) - Method in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
setSecondInputFile(PdfFile) - Method in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
setSecondStep(int) - Method in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
setSplitPageNumbers(Integer[]) - Method in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
setSplitSize(Long) - Method in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
setSplitType(String) - Method in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
setStart(int) - Method in class org.pdfsam.console.business.dto.Bounds
 
setStep(int) - Method in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
setStyle(String) - Method in class org.pdfsam.console.business.dto.PageLabel
 
setSubject(String) - Method in class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 
setTitle(String) - Method in class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 
setTransition(String) - Method in class org.pdfsam.console.business.dto.Transition
 
setTransitionDuration(int) - Method in class org.pdfsam.console.business.dto.Transition
 
setTransitions(Transition[]) - Method in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
setType(int) - Method in class org.pdfsam.console.business.dto.PageRotation
 
setUserPwd(String) - Method in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
SetViewerCmdExecutor - Class in org.pdfsam.console.business.pdf.handlers
Command executor for the setviewer command
SetViewerCmdExecutor() - Constructor for class org.pdfsam.console.business.pdf.handlers.SetViewerCmdExecutor
 
SetViewerCmdHandler - Class in org.pdfsam.console.business.parser.handlers
Handler for the setviewer command
SetViewerCmdHandler() - Constructor for class org.pdfsam.console.business.parser.handlers.SetViewerCmdHandler
 
SetViewerCmdValidator - Class in org.pdfsam.console.business.parser.validators
CmdValidator for the setviewer command
SetViewerCmdValidator() - Constructor for class org.pdfsam.console.business.parser.validators.SetViewerCmdValidator
 
SetViewerException - Exception in org.pdfsam.console.exceptions.console
Exception thrown while setting viewer options to pdf files
SetViewerException(int, String[], Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.SetViewerException
 
SetViewerException(int, Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.SetViewerException
 
SetViewerException(int) - Constructor for exception org.pdfsam.console.exceptions.console.SetViewerException
 
SetViewerException(Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.SetViewerException
 
SetViewerException(int, String[]) - Constructor for exception org.pdfsam.console.exceptions.console.SetViewerException
 
SetViewerParsedCommand - Class in org.pdfsam.console.business.dto.commands
SetViewer parsed command dto filled by parsing service and used by worker service
SetViewerParsedCommand() - Constructor for class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
SetViewerParsedCommand(File, int, int, int, int, PdfFile[], String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, File) - Constructor for class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
SetViewerParsedCommand(File, int, int, int, int, PdfFile[], String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, File, boolean, boolean, File, char) - Constructor for class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
Deprecated. use the constructor without the logFile parameter
SetViewerParsedCommand(File, int, int, int, int, PdfFile[], String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, File, boolean, boolean, char) - Constructor for class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
setWorkCompleted() - Method in class org.pdfsam.console.business.pdf.handlers.interfaces.AbstractCmdExecutor
set the work completed for the current execution and notify the observers
setWorkIndeterminate() - Method in class org.pdfsam.console.business.pdf.handlers.interfaces.AbstractCmdExecutor
set the percentage of work done to indeterminate for the current execution and notify the observers
SINGLE_PAGE - Static variable in class org.pdfsam.console.business.dto.PageRotation
 
SlideShowCmdExecutor - Class in org.pdfsam.console.business.pdf.handlers
Command executor for the slideshow command
SlideShowCmdExecutor() - Constructor for class org.pdfsam.console.business.pdf.handlers.SlideShowCmdExecutor
 
SlideShowCmdHandler - Class in org.pdfsam.console.business.parser.handlers
Handler for the slide show command
SlideShowCmdHandler() - Constructor for class org.pdfsam.console.business.parser.handlers.SlideShowCmdHandler
 
SlideShowCmdValidator - Class in org.pdfsam.console.business.parser.validators
CmdValidator for the slideshow command
SlideShowCmdValidator() - Constructor for class org.pdfsam.console.business.parser.validators.SlideShowCmdValidator
 
SlideShowException - Exception in org.pdfsam.console.exceptions.console
Exception thrown while setting transitions options to pdf files
SlideShowException(int, String[], Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.SlideShowException
 
SlideShowException(int, Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.SlideShowException
 
SlideShowException(int) - Constructor for exception org.pdfsam.console.exceptions.console.SlideShowException
 
SlideShowException(Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.SlideShowException
 
SlideShowException(int, String[]) - Constructor for exception org.pdfsam.console.exceptions.console.SlideShowException
 
SlideShowParsedCommand - Class in org.pdfsam.console.business.dto.commands
SlideShow parsed command dto filled by parsing service and used by worker service
SlideShowParsedCommand() - Constructor for class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
SlideShowParsedCommand(File, PdfFile, boolean, Transition, Transition[], File) - Constructor for class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
SlideShowParsedCommand(File, PdfFile, boolean, Transition, Transition[], File, boolean, boolean, File, char) - Constructor for class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
Deprecated. use the constructor without the logFile parameter
SlideShowParsedCommand(File, PdfFile, boolean, Transition, Transition[], File, boolean, boolean, char) - Constructor for class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
SPLIT_EXAMPLES - Static variable in class org.pdfsam.console.business.parser.handlers.SplitCmdHandler
Examples text for the split handler
SplitCmdExecutor - Class in org.pdfsam.console.business.pdf.handlers
Command executor for the split command
SplitCmdExecutor() - Constructor for class org.pdfsam.console.business.pdf.handlers.SplitCmdExecutor
 
SplitCmdHandler - Class in org.pdfsam.console.business.parser.handlers
Handler for the split command
SplitCmdHandler() - Constructor for class org.pdfsam.console.business.parser.handlers.SplitCmdHandler
 
SplitCmdValidator - Class in org.pdfsam.console.business.parser.validators
CmdValidator for the split command
SplitCmdValidator() - Constructor for class org.pdfsam.console.business.parser.validators.SplitCmdValidator
 
SplitException - Exception in org.pdfsam.console.exceptions.console
Exception thrown while splitting pdf files
SplitException(int, String[], Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.SplitException
 
SplitException(int, Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.SplitException
 
SplitException(int) - Constructor for exception org.pdfsam.console.exceptions.console.SplitException
 
SplitException(Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.SplitException
 
SplitException(int, String[]) - Constructor for exception org.pdfsam.console.exceptions.console.SplitException
 
SplitParsedCommand - Class in org.pdfsam.console.business.dto.commands
Split parsed command dto filled by parsing service and used by worker service
SplitParsedCommand() - Constructor for class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
SplitParsedCommand(File, String, PdfFile, String, Integer[], Long, Integer, String) - Constructor for class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
SplitParsedCommand(File, String, PdfFile, String, Integer[], Long, Integer, boolean, boolean, File, char) - Constructor for class org.pdfsam.console.business.dto.commands.SplitParsedCommand
Deprecated. use the constructor without the logFile parameter
SplitParsedCommand(File, String, PdfFile, String, Integer[], Long, Integer, String, boolean, boolean, char) - Constructor for class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
STEP_ARG - Static variable in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
SUBJECT_ARG - Static variable in class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 

T

T_ARG - Static variable in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
T_BLINDH - Static variable in class org.pdfsam.console.business.dto.Transition
Vertical Blinds
T_BLINDV - Static variable in class org.pdfsam.console.business.dto.Transition
Vertical Blinds
T_BTWIPE - Static variable in class org.pdfsam.console.business.dto.Transition
Bottom-Top Wipe
T_DGLITTER - Static variable in class org.pdfsam.console.business.dto.Transition
Diagonal Glitter
T_DISSOLVE - Static variable in class org.pdfsam.console.business.dto.Transition
Dissolve
T_INBOX - Static variable in class org.pdfsam.console.business.dto.Transition
Inward Box
T_LRGLITTER - Static variable in class org.pdfsam.console.business.dto.Transition
Left-Right Glitter
T_LRWIPE - Static variable in class org.pdfsam.console.business.dto.Transition
Left-Right Wipe
T_OUTBOX - Static variable in class org.pdfsam.console.business.dto.Transition
Outward Box
T_RLWIPE - Static variable in class org.pdfsam.console.business.dto.Transition
Right-Left Wipe
T_SPLITHIN - Static variable in class org.pdfsam.console.business.dto.Transition
In Horizontal Split
T_SPLITHOUT - Static variable in class org.pdfsam.console.business.dto.Transition
Out Horizontal Split
T_SPLITVIN - Static variable in class org.pdfsam.console.business.dto.Transition
In Vertical Split
T_SPLITVOUT - Static variable in class org.pdfsam.console.business.dto.Transition
Out Vertical Split
T_TBGLITTER - Static variable in class org.pdfsam.console.business.dto.Transition
Top-Bottom Glitter
T_TBWIPE - Static variable in class org.pdfsam.console.business.dto.Transition
Top-Bottom Wipe
TITLE_ARG - Static variable in class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 
toString() - Method in class org.pdfsam.console.business.dto.Bounds
 
toString() - Method in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
toString() - Method in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
toString() - Method in class org.pdfsam.console.business.dto.commands.DecryptParsedCommand
 
toString() - Method in class org.pdfsam.console.business.dto.commands.DocumentInfoParsedCommand
 
toString() - Method in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
toString() - Method in class org.pdfsam.console.business.dto.commands.MixParsedCommand
 
toString() - Method in class org.pdfsam.console.business.dto.commands.PageLabelsParsedCommand
 
toString() - Method in class org.pdfsam.console.business.dto.commands.RotateParsedCommand
 
toString() - Method in class org.pdfsam.console.business.dto.commands.SetViewerParsedCommand
 
toString() - Method in class org.pdfsam.console.business.dto.commands.SlideShowParsedCommand
 
toString() - Method in class org.pdfsam.console.business.dto.commands.SplitParsedCommand
 
toString() - Method in class org.pdfsam.console.business.dto.commands.UnpackParsedCommand
 
toString() - Method in class org.pdfsam.console.business.dto.PageLabel
 
toString() - Method in class org.pdfsam.console.business.dto.PageRotation
 
toString() - Method in class org.pdfsam.console.business.dto.PdfFile
 
toString() - Method in class org.pdfsam.console.business.dto.Transition
 
toString() - Method in class org.pdfsam.console.business.dto.WorkDoneDataModel
 
Transition - Class in org.pdfsam.console.business.dto
DTO that maps a transition
Transition(int, int, String, int) - Constructor for class org.pdfsam.console.business.dto.Transition
 
Transition() - Constructor for class org.pdfsam.console.business.dto.Transition
 

U

U_ARG - Static variable in class org.pdfsam.console.business.dto.commands.ConcatParsedCommand
 
ULETTER - Static variable in class org.pdfsam.console.business.dto.PageLabel
 
UNABLE_TO_ADD_TRANSITION - Static variable in exception org.pdfsam.console.exceptions.console.SlideShowException
 
UNABLE_TO_OVERWRITE - Static variable in exception org.pdfsam.console.exceptions.console.ConsoleException
 
UNABLE_TO_RENAME - Static variable in exception org.pdfsam.console.exceptions.console.ConsoleException
 
UnpackCmdExecutor - Class in org.pdfsam.console.business.pdf.handlers
Command executor for the unpack command
UnpackCmdExecutor() - Constructor for class org.pdfsam.console.business.pdf.handlers.UnpackCmdExecutor
 
UnpackCmdHandler - Class in org.pdfsam.console.business.parser.handlers
Handler for the unpack command
UnpackCmdHandler() - Constructor for class org.pdfsam.console.business.parser.handlers.UnpackCmdHandler
 
UnpackCmdValidator - Class in org.pdfsam.console.business.parser.validators
CmdValidator for the unpack command
UnpackCmdValidator() - Constructor for class org.pdfsam.console.business.parser.validators.UnpackCmdValidator
 
UnpackException - Exception in org.pdfsam.console.exceptions.console
Exception thrown while unpack pdf files
UnpackException(int, String[], Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.UnpackException
 
UnpackException(int, Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.UnpackException
 
UnpackException(int) - Constructor for exception org.pdfsam.console.exceptions.console.UnpackException
 
UnpackException(Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.UnpackException
 
UnpackException(int, String[]) - Constructor for exception org.pdfsam.console.exceptions.console.UnpackException
 
UnpackParsedCommand - Class in org.pdfsam.console.business.dto.commands
Unpack parsed command dto filled by parsing service and used by worker service
UnpackParsedCommand() - Constructor for class org.pdfsam.console.business.dto.commands.UnpackParsedCommand
 
UnpackParsedCommand(File, File, PdfFile[]) - Constructor for class org.pdfsam.console.business.dto.commands.UnpackParsedCommand
 
update(Observable, Object) - Method in class org.pdfsam.console.business.pdf.CmdExecuteManager
forward the WorkDoneDataModel to the observers
UPWD_ARG - Static variable in class org.pdfsam.console.business.dto.commands.EncryptParsedCommand
 
UROMAN - Static variable in class org.pdfsam.console.business.dto.PageLabel
 

V

validate() - Method in class org.pdfsam.console.business.parser.CmdParseManager
Perform command validation
validate(CmdLineHandler) - Method in class org.pdfsam.console.business.parser.validators.interfaces.AbstractCmdValidator
 
validate(CmdLineHandler) - Method in interface org.pdfsam.console.business.parser.validators.interfaces.CmdValidator
called by the Manager to validate input arguments for this validator.
validateArguments(CmdLineHandler) - Method in class org.pdfsam.console.business.parser.validators.ConcatCmdValidator
 
validateArguments(CmdLineHandler) - Method in class org.pdfsam.console.business.parser.validators.DecryptCmdValidator
 
validateArguments(CmdLineHandler) - Method in class org.pdfsam.console.business.parser.validators.DocumentInfoCmdValidator
 
validateArguments(CmdLineHandler) - Method in class org.pdfsam.console.business.parser.validators.EncryptCmdValidator
 
validateArguments(CmdLineHandler) - Method in class org.pdfsam.console.business.parser.validators.interfaces.AbstractCmdValidator
Perform validation for the specific CmdHandler
validateArguments(CmdLineHandler) - Method in class org.pdfsam.console.business.parser.validators.MixCmdValidator
 
validateArguments(CmdLineHandler) - Method in class org.pdfsam.console.business.parser.validators.PageLabelsCmdValidator
 
validateArguments(CmdLineHandler) - Method in class org.pdfsam.console.business.parser.validators.RotateCmdValidator
 
validateArguments(CmdLineHandler) - Method in class org.pdfsam.console.business.parser.validators.SetViewerCmdValidator
 
validateArguments(CmdLineHandler) - Method in class org.pdfsam.console.business.parser.validators.SlideShowCmdValidator
 
validateArguments(CmdLineHandler) - Method in class org.pdfsam.console.business.parser.validators.SplitCmdValidator
 
validateArguments(CmdLineHandler) - Method in class org.pdfsam.console.business.parser.validators.UnpackCmdValidator
 
ValidationException - Exception in org.pdfsam.console.exceptions.console
Exception during parameters validation
ValidationException(int, String[], Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.ValidationException
 
ValidationException(int, Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.ValidationException
 
ValidationException(int) - Constructor for exception org.pdfsam.console.exceptions.console.ValidationException
 
ValidationException(Throwable) - Constructor for exception org.pdfsam.console.exceptions.console.ValidationException
 
ValidationException(int, String[]) - Constructor for exception org.pdfsam.console.exceptions.console.ValidationException
 
ValidationUtility - Class in org.pdfsam.console.utils
Utility for the arguments validation
VERSION - Static variable in class org.pdfsam.console.business.ConsoleServicesFacade
 
VERSION_1_2 - Static variable in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
VERSION_1_3 - Static variable in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
VERSION_1_4 - Static variable in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
VERSION_1_5 - Static variable in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
VERSION_1_6 - Static variable in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 
VERSION_1_7 - Static variable in class org.pdfsam.console.business.dto.commands.AbstractParsedCommand
 

W

WorkDoneDataModel - Class in org.pdfsam.console.business.dto
Percentage of work done
WorkDoneDataModel() - Constructor for class org.pdfsam.console.business.dto.WorkDoneDataModel
 

X

XML_EXTENSION - Static variable in interface org.pdfsam.console.business.parser.validators.interfaces.CmdValidator
 

A B C D E F G H I K L M N O P R S T U V W X