Modifier and Type | Method and Description |
---|---|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.addPdfFile(String filePath)
Add a PDF file to the list of the input PDFs.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.addPdfRawData(byte[] data)
Add in-memory raw PDF data to the list of the input PDFs.
Typical usage is for adding PDF created by another Pdfcrowd converter. Example in PHP: $clientPdf2Pdf->addPdfRawData($clientHtml2Pdf->convertUrl('http://www.example.com')); |
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setAction(String action)
Specifies the action to be performed on the input PDFs.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setAuthor(String author)
Set the author of the PDF.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setCenterWindow(boolean value)
Specify whether to position the document's window in the center of the screen.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setConverterVersion(String version)
Set the converter version.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setDebugLog(boolean value)
Turn on the debug logging.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setDisplayTitle(boolean value)
Specify whether the window's title bar should display the document title.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setEncrypt(boolean value)
Encrypt the PDF.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setFitWindow(boolean value)
Specify whether to resize the document's window to fit the size of the first displayed page.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setHideMenubar(boolean value)
Specify whether to hide the viewer application's menu bar when the document is active.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setHideToolbar(boolean value)
Specify whether to hide the viewer application's tool bars when the document is active.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setHideWindowUi(boolean value)
Specify 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.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setInitialPage(int page)
Display the specified page when the document is opened.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setInitialZoom(int zoom)
Specify the initial page zoom in percents when the document is opened.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setInitialZoomType(String zoomType)
Specify how the page should be displayed when opened.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setInputPdfPassword(String password)
Password to open the encrypted PDF file.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setKeywords(String keywords)
Associate keywords with the document.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setLinearize(boolean value)
Create linearized PDF.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setMultipageBackground(String background)
Apply each page of a background to the corresponding page of the output PDF.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setMultipageBackgroundUrl(String url)
Load a file from the specified URL and apply each page of the file as a background to the corresponding page of the output PDF.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setMultipageWatermark(String watermark)
Apply each page of a watermark to the corresponding page of the output PDF.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setMultipageWatermarkUrl(String url)
Load a file from the specified URL and apply each page of the file as a watermark to the corresponding page of the output PDF.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setNoCopy(boolean value)
Disallow text and graphics extraction from the output PDF.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setNoModify(boolean value)
Disallow modification of the output PDF.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setNoPrint(boolean value)
Disallow printing of the output PDF.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setOwnerPassword(String password)
Protect the PDF with an owner password.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setPageBackground(String background)
Apply a background to each page of the output PDF file.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setPageBackgroundUrl(String url)
Load a file from the specified URL and apply the file as a background to each page of the output PDF.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setPageLayout(String layout)
Specify the page layout to be used when the document is opened.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setPageMode(String mode)
Specify how the document should be displayed when opened.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setPageRange(String pages)
Set the page range for extract or delete action.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setPageWatermark(String watermark)
Apply a watermark to each page of the output PDF file.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setPageWatermarkUrl(String url)
Load a file from the specified URL and apply the file as a watermark to each page of the output PDF.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setProxy(String host,
int port,
String userName,
String password)
Specifies an HTTP proxy that the API client library will use to connect to the internet.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setRetryCount(int count)
Specifies the number of automatic retries when the 502 or 503 HTTP status code is received.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setRightToLeft(boolean value)
Set the predominant reading order for text to right-to-left.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setSubject(String subject)
Set the subject of the PDF.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setTag(String tag)
Tag the conversion with a custom value.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setTitle(String title)
Set the title of the PDF.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setUseHttp(boolean value)
Specifies if the client communicates over HTTP or HTTPS with Pdfcrowd API.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setUseMetadataFrom(int index)
Use metadata (title, subject, author and keywords) from the n-th input PDF.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setUserAgent(String agent)
Set a custom user agent HTTP header.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setUserPassword(String password)
Protect the PDF with a user password.
|
Copyright © 2023. All rights reserved.