Package org.adempiere.pdf
Class Document
- java.lang.Object
-
- org.adempiere.pdf.Document
-
public class Document extends Object
Generate PDF document using iText- Author:
- Low Heng Sin
-
-
Constructor Summary
Constructors Constructor Description Document()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
getPDFAsArray(Pageable pageable)
static File
getPDFAsFile(String filename, Pageable pageable)
static boolean
isLicensed()
static boolean
isValid(Pageable layout)
-