| Constructor and Description |
|---|
PdfToTextClient(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.PdfToTextClient setPdfPassword(String password)
public Pdfcrowd.PdfToTextClient setPrintPageRange(String pages)
public Pdfcrowd.PdfToTextClient setNoLayout(boolean value)
public Pdfcrowd.PdfToTextClient setEol(String eol)
public Pdfcrowd.PdfToTextClient setPageBreakMode(String mode)
public Pdfcrowd.PdfToTextClient setCustomPageBreak(String pageBreak)
public Pdfcrowd.PdfToTextClient setParagraphMode(String mode)
public Pdfcrowd.PdfToTextClient setLineSpacingThreshold(String threshold)
public Pdfcrowd.PdfToTextClient setRemoveHyphenation(boolean value)
public Pdfcrowd.PdfToTextClient setRemoveEmptyLines(boolean value)
public Pdfcrowd.PdfToTextClient setCropAreaX(int x)
public Pdfcrowd.PdfToTextClient setCropAreaY(int y)
public Pdfcrowd.PdfToTextClient setCropAreaWidth(int width)
public Pdfcrowd.PdfToTextClient setCropAreaHeight(int height)
public Pdfcrowd.PdfToTextClient setCropArea(int x, int y, int width, int height)
public Pdfcrowd.PdfToTextClient 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.PdfToTextClient setTag(String tag)
public Pdfcrowd.PdfToTextClient setHttpProxy(String proxy)
public Pdfcrowd.PdfToTextClient setHttpsProxy(String proxy)
public Pdfcrowd.PdfToTextClient setUseHttp(boolean value)
public Pdfcrowd.PdfToTextClient setClientUserAgent(String agent)
public Pdfcrowd.PdfToTextClient setUserAgent(String agent)
public Pdfcrowd.PdfToTextClient setProxy(String host, int port, String userName, String password)
public Pdfcrowd.PdfToTextClient setRetryCount(int count)
Copyright © 2026. All rights reserved.