| Constructor and Description |
|---|
ImageToImageClient(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.ImageToImageClient setOutputFormat(String outputFormat)
public Pdfcrowd.ImageToImageClient setResize(String resize)
public Pdfcrowd.ImageToImageClient setRotate(String rotate)
public Pdfcrowd.ImageToImageClient setCropAreaX(String x)
public Pdfcrowd.ImageToImageClient setCropAreaY(String y)
public Pdfcrowd.ImageToImageClient setCropAreaWidth(String width)
public Pdfcrowd.ImageToImageClient setCropAreaHeight(String height)
public Pdfcrowd.ImageToImageClient setCropArea(String x, String y, String width, String height)
public Pdfcrowd.ImageToImageClient setRemoveBorders(boolean value)
public Pdfcrowd.ImageToImageClient setCanvasSize(String size)
public Pdfcrowd.ImageToImageClient setCanvasWidth(String width)
public Pdfcrowd.ImageToImageClient setCanvasHeight(String height)
public Pdfcrowd.ImageToImageClient setCanvasDimensions(String width, String height)
public Pdfcrowd.ImageToImageClient setOrientation(String orientation)
public Pdfcrowd.ImageToImageClient setPosition(String position)
public Pdfcrowd.ImageToImageClient setPrintCanvasMode(String mode)
public Pdfcrowd.ImageToImageClient setMarginTop(String top)
public Pdfcrowd.ImageToImageClient setMarginRight(String right)
public Pdfcrowd.ImageToImageClient setMarginBottom(String bottom)
public Pdfcrowd.ImageToImageClient setMarginLeft(String left)
public Pdfcrowd.ImageToImageClient setMargins(String top, String right, String bottom, String left)
public Pdfcrowd.ImageToImageClient setCanvasBackgroundColor(String color)
public Pdfcrowd.ImageToImageClient setDpi(int dpi)
public Pdfcrowd.ImageToImageClient setDebugLog(boolean value)
public String getDebugLogUrl()
public int getRemainingCreditCount()
public int getConsumedCreditCount()
public String getJobId()
public int getOutputSize()
public String getVersion()
public Pdfcrowd.ImageToImageClient setTag(String tag)
public Pdfcrowd.ImageToImageClient setHttpProxy(String proxy)
public Pdfcrowd.ImageToImageClient setHttpsProxy(String proxy)
public Pdfcrowd.ImageToImageClient setConverterVersion(String version)
public Pdfcrowd.ImageToImageClient setUseHttp(boolean value)
public Pdfcrowd.ImageToImageClient setClientUserAgent(String agent)
public Pdfcrowd.ImageToImageClient setUserAgent(String agent)
public Pdfcrowd.ImageToImageClient setProxy(String host, int port, String userName, String password)
public Pdfcrowd.ImageToImageClient setRetryCount(int count)
Copyright © 2026. All rights reserved.