at.gv.egiz.pdfas.utils
Class PDFASUtils

java.lang.Object
  extended byat.gv.egiz.pdfas.utils.PDFASUtils

public class PDFASUtils
extends Object

Author:
tknall

Method Summary
static void checkReaderPermissions(com.lowagie.text.pdf.PdfReader pdfReader)
          Verifies that a document could be opened with full permissions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

checkReaderPermissions

public static void checkReaderPermissions(com.lowagie.text.pdf.PdfReader pdfReader)
                                   throws PDFDocumentException
Verifies that a document could be opened with full permissions.

Parameters:
pdfReader - The PdfReader
Throws:
PDFDocumentException - Thrown if document has not been opened with full permissions.


Copyright © 2006-2010. All Rights Reserved.