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