Generated by
JDiff

Class com.qoppa.pdfProcess.PDFDocument

Added Methods
void close() Close / release all resources held by this document.
Font embedFont(InputStream, int) Embeds a font in the PDF file.
Action getOpenAction() Returns the Action to run when the document is opened.
void setInitialPage(int, String) Sets the initial page and scale to use when this document is opened with a PDF viewer.
void setPageLabels(int[], String, String, int) Sets a page label to identify each page visually on the screen or in print.
 

Changed Methods
int getInitialPage() Now deprecated.
Use getOpenAction() instead.
String getMagnification() Now deprecated.
Use getOpenActions()
void setMagnification(String) Now deprecated.
Use setInitialPage() method that takes the page index and the scale as arguments.
void setInitialPage(int) Now deprecated.
Use setInitialPage() variant that takes scale as an argument