Package sk.iway.iwcm
Class HtmlToPdfAction
java.lang.Object
sk.iway.iwcm.HtmlToPdfAction
Description: Vytvori pdfko z HTML kodu, pouzivajuc kniznicu pd4ml. Na nastavenie Truetype fontov nastavit konstantu pdfFontDirectory. Defaultne sa berie C:/Windows/Fonts
Copyright: Interway s.r.o. (www.interway.sk) 2008
Company: Interway s.r.o. (www.interway.sk)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleangetPdfVersion(int docId, javax.servlet.http.HttpServletRequest request, OutputStream output) Deprecated.static voidrenderHtmlCode(String data, OutputStream output, javax.servlet.http.HttpServletRequest request) Deprecated.static voidrenderHtmlCode(String data, OutputStream output, javax.servlet.http.HttpServletRequest request, Pd4mlOptions options) Deprecated.static voidrenderHtmlCode(String data, OutputStream output, javax.servlet.http.HttpServletRequest request, Pd4mlOptions options, boolean useSpamProtection) Deprecated.static voidrenderHtmlCode(String data, String path) Deprecated.
-
Constructor Details
-
HtmlToPdfAction
public HtmlToPdfAction()
-
-
Method Details
-
renderHtmlCode
Deprecated.- Throws:
IOException
-
renderHtmlCode
@Deprecated public static void renderHtmlCode(String data, OutputStream output, javax.servlet.http.HttpServletRequest request) throws IOException Deprecated.- Throws:
IOException
-
renderHtmlCode
@Deprecated public static void renderHtmlCode(String data, OutputStream output, javax.servlet.http.HttpServletRequest request, Pd4mlOptions options) throws IOException Deprecated.- Throws:
IOException
-
renderHtmlCode
@Deprecated public static void renderHtmlCode(String data, OutputStream output, javax.servlet.http.HttpServletRequest request, Pd4mlOptions options, boolean useSpamProtection) throws IOException Deprecated.- Throws:
IOException
-
getPdfVersion
@Deprecated public static boolean getPdfVersion(int docId, javax.servlet.http.HttpServletRequest request, OutputStream output) Deprecated.
-