| Constructor and Description |
|---|
PdfToImageClient(String userName,
String apiKey) |
public byte[] convertUrl(String url)
public void convertUrlToStream(String url, OutputStream outStream)
public void convertUrlToFile(String url, String filePath) throws IOException
public byte[] convertFile(String file)
public void convertFileToStream(String file, OutputStream outStream)
public void convertFileToFile(String file, String filePath) throws IOException
public byte[] convertRawData(byte[] data)
public void convertRawDataToStream(byte[] data,
OutputStream outStream)
public void convertRawDataToFile(byte[] data,
String filePath)
throws IOException
public byte[] convertStream(InputStream inStream) throws IOException
IOExceptionpublic void convertStreamToStream(InputStream inStream, OutputStream outStream) throws IOException
public void convertStreamToFile(InputStream inStream, String filePath) throws IOException
public Pdfcrowd.PdfToImageClient setOutputFormat(String outputFormat)
public Pdfcrowd.PdfToImageClient setPdfPassword(String password)
public Pdfcrowd.PdfToImageClient setPrintPageRange(String pages)
public Pdfcrowd.PdfToImageClient setDpi(int dpi)
public boolean isZippedOutput()
public Pdfcrowd.PdfToImageClient setForceZip(boolean value)
public Pdfcrowd.PdfToImageClient setUseCropbox(boolean value)
public Pdfcrowd.PdfToImageClient setCropAreaX(int x)
public Pdfcrowd.PdfToImageClient setCropAreaY(int y)
public Pdfcrowd.PdfToImageClient setCropAreaWidth(int width)
public Pdfcrowd.PdfToImageClient setCropAreaHeight(int height)
public Pdfcrowd.PdfToImageClient setCropArea(int x, int y, int width, int height)
public Pdfcrowd.PdfToImageClient setUseGrayscale(boolean value)
public Pdfcrowd.PdfToImageClient setDebugLog(boolean value)
public String getDebugLogUrl()
public int getRemainingCreditCount()
public int getConsumedCreditCount()
public String getJobId()
public int getPageCount()
public int getOutputSize()
public String getVersion()
public Pdfcrowd.PdfToImageClient setTag(String tag)
public Pdfcrowd.PdfToImageClient setHttpProxy(String proxy)
public Pdfcrowd.PdfToImageClient setHttpsProxy(String proxy)
public Pdfcrowd.PdfToImageClient setUseHttp(boolean value)
public Pdfcrowd.PdfToImageClient setClientUserAgent(String agent)
public Pdfcrowd.PdfToImageClient setUserAgent(String agent)
public Pdfcrowd.PdfToImageClient setProxy(String host, int port, String userName, String password)
public Pdfcrowd.PdfToImageClient setRetryCount(int count)
Copyright © 2026. All rights reserved.