PdfMergeClient Methods |
The PdfMergeClient type exposes the following members.
| Name | Description | |
|---|---|---|
| addFile(String) |
Add local PDF document to the list of input files.
| |
| addFile(String, String) |
Add local PDF document to the list of input files.
| |
| addUrlFile(String) |
Add remote PDF document to the list of input files.
| |
| addUrlFile(String, String) |
Add remote PDF document to the list of input files.
| |
| getNumberOfPages |
Get the number of pages processed from the PDF document.
| |
| save |
Merge all specified input pdfs and return the resulted PDF.
| |
| saveAsync |
Merge all specified input pdfs and return the resulted PDF. An asynchronous call is used.
| |
| saveToFile |
Merge all specified input pdfs and writes the resulted PDF to a local file.
| |
| saveToFileAsync |
Merge all specified input pdfs and writes the resulted PDF to a local file. An asynchronous call is used.
| |
| saveToStream |
Merge all specified input pdfs and writes the resulted PDF to a specified stream.
| |
| saveToStreamAsync |
Merge all specified input pdfs and writes the resulted PDF to a specified stream. An asynchronous call is used.
| |
| setCustomParameter |
Set a custom parameter. Do not use this method unless advised by SelectPdf.
| |
| setDocAddCreationDate |
Add the date and time when the PDF document was created to the PDF document information. The default value is False.
| |
| setDocAuthor |
Set the name of the PDF document author.
| |
| setDocKeywords |
Set the PDF document keywords.
| |
| setDocSubject |
Set the subject of the PDF document.
| |
| setDocTitle |
Set the PDF document title.
| |
| setOwnerPassword |
Set PDF owner password.
| |
| setTimeout |
Set the maximum amount of time (in seconds) for this job.
| |
| setUserPassword |
Set PDF user password.
| |
| setViewerCenterWindow |
Set a flag specifying whether to position the document's window in the center of the screen. The default value is False.
| |
| setViewerDisplayDocTitle |
Set a flag specifying whether the window's title bar should display the document title taken from document information. The default value is False.
| |
| setViewerFitWindow |
Set a flag specifying whether to resize the document's window to fit the size of the first displayed page. The default value is False.
| |
| setViewerHideMenuBar |
Set a flag specifying whether to hide the pdf viewer application's menu bar when the document is active. The default value is False.
| |
| setViewerHideToolbar |
Set a flag specifying whether to hide the pdf viewer application's tool bars when the document is active. The default value is False.
| |
| setViewerHideWindowUI |
Set a flag specifying whether to hide user interface elements in the document's window (such as scroll bars and navigation controls), leaving only the document's contents displayed.
The default value is False.
| |
| setViewerPageLayout |
Set the page layout to be used when the document is opened in a PDF viewer. The default value is PageLayout.OneColumn.
| |
| setViewerPageMode |
Set the document page mode when the pdf document is opened in a PDF viewer. The default value is PageMode.UseNone.
|