Uses of Class
com.selectpdf.PdfMergeClient
-
Uses of PdfMergeClient in com.selectpdf
Methods in com.selectpdf that return PdfMergeClient Modifier and Type Method Description PdfMergeClient
PdfMergeClient. addFile(java.lang.String inputPdf)
Add local PDF document to the list of input files.PdfMergeClient
PdfMergeClient. addFile(java.lang.String inputPdf, java.lang.String userPassword)
Add local PDF document to the list of input files.PdfMergeClient
PdfMergeClient. addUrlFile(java.lang.String inputUrl)
Add remote PDF document to the list of input files.PdfMergeClient
PdfMergeClient. addUrlFile(java.lang.String inputUrl, java.lang.String userPassword)
Add remote PDF document to the list of input files.PdfMergeClient
PdfMergeClient. setCustomParameter(java.lang.String parameterName, java.lang.String parameterValue)
Set a custom parameter.PdfMergeClient
PdfMergeClient. setDocAddCreationDate(java.lang.Boolean docAddCreationDate)
Add the date and time when the PDF document was created to the PDF document information.PdfMergeClient
PdfMergeClient. setDocAuthor(java.lang.String docAuthor)
Set the name of the PDF document author.PdfMergeClient
PdfMergeClient. setDocKeywords(java.lang.String docKeywords)
Set the PDF document keywords.PdfMergeClient
PdfMergeClient. setDocSubject(java.lang.String docSubject)
Set the subject of the PDF document.PdfMergeClient
PdfMergeClient. setDocTitle(java.lang.String docTitle)
Set the PDF document title.PdfMergeClient
PdfMergeClient. setOwnerPassword(java.lang.String ownerPassword)
Set PDF owner password.PdfMergeClient
PdfMergeClient. setTimeout(int timeout)
Set the maximum amount of time (in seconds) for this job.PdfMergeClient
PdfMergeClient. setUserPassword(java.lang.String userPassword)
Set PDF user password.PdfMergeClient
PdfMergeClient. setViewerCenterWindow(java.lang.Boolean viewerCenterWindow)
Set a flag specifying whether to position the document's window in the center of the screen.PdfMergeClient
PdfMergeClient. setViewerDisplayDocTitle(java.lang.Boolean viewerDisplayDocTitle)
Set a flag specifying whether the window's title bar should display the document title taken from document information.PdfMergeClient
PdfMergeClient. setViewerFitWindow(java.lang.Boolean viewerFitWindow)
Set a flag specifying whether to resize the document's window to fit the size of the first displayed page.PdfMergeClient
PdfMergeClient. setViewerHideMenuBar(java.lang.Boolean viewerHideMenuBar)
Set a flag specifying whether to hide the pdf viewer application's menu bar when the document is active.PdfMergeClient
PdfMergeClient. setViewerHideToolbar(java.lang.Boolean viewerHideToolbar)
Set a flag specifying whether to hide the pdf viewer application's tool bars when the document is active.PdfMergeClient
PdfMergeClient. setViewerHideWindowUI(java.lang.Boolean viewerHideWindowUI)
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.PdfMergeClient
PdfMergeClient. setViewerPageLayout(ApiEnums.PageLayout pageLayout)
Set the page layout to be used when the document is opened in a PDF viewer.PdfMergeClient
PdfMergeClient. setViewerPageMode(ApiEnums.PageMode pageMode)
Set the document page mode when the pdf document is opened in a PDF viewer.