-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mohammad Badar Hashimi edited this page Jan 16, 2020
·
1 revision
This library has specifications for PDF generation from different types.
- Convert HTML obtained from an InputStream to a PDF written to an OutputStream.
- Convert process Template as String to outpustStream
- Take input as template file and convert template to PDF and save to the given path with given fileName.
- Convert InputStream to OutputStream.
- Convert BufferedImage list to Byte Array.
- Merge PDF files.
- Convert data obtained from an InputStream to a password protected PDF written to an OutputStream. If password is null or empty, PDF will not be encrypted.