Child pages
  • pdf_output

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Rev: 1384958006482
Div
styledisplay:none

DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY (EXCEPT INSIDE THE DIV BELOW WITH ID=DESCRIPTION), UNLESS YOU KNOW WHAT YOU'RE DOING.
THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO AUTO UPDATE THE CONTENT THROUGH THE DOC GENERATOR. Enter additional information related to this 'class' inside the {div} macro with 'id=description'

Div
iddescription



HTML Table
id
classservoy sSummary
Colgroup Tag
Col
width80px
Col
Table Head (thead)
Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
addMetaData(data, metaData)
Add metadata to the PDF, like Author
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
combinePDFDocuments(pdf_docs_bytearrays)
Combine multiple PDF docs into one.
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
combineProtectedPDFDocuments(pdf_docs_bytearrays, pdf_docs_passwords)
Combine multiple protected PDF docs into one.
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
convertPDFFormToPDFDocument(pdf_form, field_values)
Convert a PDF form to a PDF document.
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
convertProtectedPDFFormToPDFDocument(pdf_form, pdf_password, field_values)
Convert a protected PDF form to a PDF document.
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
encrypt(data, ownerPassword)
Add password protection and security options to the PDF
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
encrypt(data, ownerPassword, userPassword)
Add password protection and security options to the PDF
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
encrypt(data, ownerPassword, userPassword, allowAssembly, allowCopy, allowDegradedPrinting, allowFillIn, allowModifyAnnotations, allowModifyContents, allowPrinting, allowScreenreaders)
Add password protection and security options to the PDF
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
encrypt(data, ownerPassword, userPassword, allowAssembly, allowCopy, allowDegradedPrinting, allowFillIn, allowModifyAnnotations, allowModifyContents, allowPrinting, allowScreenreaders, is128bit)
Add password protection and security options to the PDF
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
encrypt(data, ownerPassword, userPassword, allowAssembly, allowCopy, allowDegradedPrinting, allowFillIn, allowModifyAnnotations, allowModifyContents, allowPrinting, allowScreenreaders, is128bit, metaData)
Add password protection and security options to the PDF
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
endMetaPrintJob()
Ends a previously started meta print job.
Table Row (tr)
Table Cell (td)
PrinterJob
Table Cell (td)
getPDFPrinter()
Returns a PDF printer that can be used in print calls.
Table Row (tr)
Table Cell (td)
PrinterJob
Table Cell (td)
getPDFPrinter(filename)
Returns a PDF printer that can be used in print calls.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getPagesPrinted()
Returns the number of pages printed by the last print call done in the context of a meta print job.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getTotalPagesPrinted()
Returns the total number of pages printed in the context of a meta print job.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
insertFontDirectory(path)
Add a directory that should be searched for fonts.
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
numberPages(data)
Add pages numbers to a PDF
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
numberPages(data, fontSize, locationX, locationY, font, hexColor)
Add pages numbers to a PDF
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
overlay(data, forOverlay)
Add some PDF based content over a PDF
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
overlay(data, forOverlay, isOver)
Add some PDF based content over a PDF
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
overlay(data, forOverlay, isOver, pages)
Add some PDF based content over a PDF
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
overlay(data, forOverlay, pages)
Add some PDF based content over a PDF
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
overlayText(data, text)
Add text over every page at a 45 degree angle
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
overlayText(data, text, locationX, locationY, isOver, fontSize, font, hexColor)
Add text over every page at a 45 degree angle
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
startMetaPrintJob()
Used for printing multiple things into the same PDF document.
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
startMetaPrintJob(filename)
Used for printing multiple things into the same PDF document.
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
watermark(data, image)
Add an image as a watermark on every page, or the pages specified as a parameter
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
watermark(data, image, locationX, locationY, isOver)
Add an image as a watermark on every page, or the pages specified as a parameter
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
watermark(data, image, locationX, locationY, isOver, pages)
Add an image as a watermark on every page, or the pages specified as a parameter

...