Uses of Class
com.winnovative_software.Document
-
Uses of Document in com.winnovative_software
Methods in com.winnovative_software that return DocumentModifier and TypeMethodDescriptionHtmlToPdfConverter.convertHtmlToPdfDocumentObject
(String html, String baseUrl) Converts a HTML string to PDF using a base URL to resolve external resources and returns the rendered PDF document as an object of theDocument
class that can be further used in other operations requiring this type of objectsHtmlToPdfConverter.convertUrlToPdfDocumentObject
(String url) Converts an URL to PDF and returns the rendered PDF document as an object of theDocument
class that can be further used in other operations requiring this type of objectsElementsRenderer.parentDocument()
Gets the parent document of this rendererPdfForm.parentDocument()
Gets the form parent documentMethods in com.winnovative_software with parameters of type DocumentModifier and TypeMethodDescriptionvoid
ElementsRenderer.setParentDocument
(Document pdfDocument) Sets the parent document of this renderer