| Constructor and Description |
|---|
PdfToHtmlClient(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.PdfToHtmlClient setPdfPassword(String password)
public Pdfcrowd.PdfToHtmlClient setScaleFactor(int factor)
public Pdfcrowd.PdfToHtmlClient setPrintPageRange(String pages)
public Pdfcrowd.PdfToHtmlClient setDpi(int dpi)
public Pdfcrowd.PdfToHtmlClient setImageMode(String mode)
public Pdfcrowd.PdfToHtmlClient setImageFormat(String imageFormat)
public Pdfcrowd.PdfToHtmlClient setCssMode(String mode)
public Pdfcrowd.PdfToHtmlClient setFontMode(String mode)
public Pdfcrowd.PdfToHtmlClient setType3Mode(String mode)
public Pdfcrowd.PdfToHtmlClient setSplitLigatures(boolean value)
public Pdfcrowd.PdfToHtmlClient setCustomCss(String css)
public Pdfcrowd.PdfToHtmlClient setHtmlNamespace(String prefix)
public boolean isZippedOutput()
public Pdfcrowd.PdfToHtmlClient setForceZip(boolean value)
public Pdfcrowd.PdfToHtmlClient setTitle(String title)
public Pdfcrowd.PdfToHtmlClient setSubject(String subject)
public Pdfcrowd.PdfToHtmlClient setAuthor(String author)
public Pdfcrowd.PdfToHtmlClient setKeywords(String keywords)
public Pdfcrowd.PdfToHtmlClient 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.PdfToHtmlClient setTag(String tag)
public Pdfcrowd.PdfToHtmlClient setHttpProxy(String proxy)
public Pdfcrowd.PdfToHtmlClient setHttpsProxy(String proxy)
public Pdfcrowd.PdfToHtmlClient setConverterVersion(String version)
public Pdfcrowd.PdfToHtmlClient setUseHttp(boolean value)
public Pdfcrowd.PdfToHtmlClient setClientUserAgent(String agent)
public Pdfcrowd.PdfToHtmlClient setUserAgent(String agent)
public Pdfcrowd.PdfToHtmlClient setProxy(String host, int port, String userName, String password)
public Pdfcrowd.PdfToHtmlClient setRetryCount(int count)
Copyright © 2026. All rights reserved.