at.gv.egiz.pdfas.impl.input.correction
Class InternalCorrector

java.lang.Object
  extended byat.gv.egiz.pdfas.impl.input.correction.InternalCorrector
All Implemented Interfaces:
Corrector

public class InternalCorrector
extends Object
implements Corrector

Corrects a document using iText.

Author:
wprinz

Constructor Summary
InternalCorrector()
           
 
Method Summary
 PdfDataSource correctDocument(PdfDataSource document)
          Corrects the given PDF document to a form that PDF-AS can use.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalCorrector

public InternalCorrector()
Method Detail

correctDocument

public PdfDataSource correctDocument(PdfDataSource document)
                              throws CorrectorException
Description copied from interface: Corrector
Corrects the given PDF document to a form that PDF-AS can use.

Specified by:
correctDocument in interface Corrector
Parameters:
document - The (incorrect) PDF document.
Returns:
Returns the corrected PDF document.
Throws:
CorrectorException - Exception thrown if the document couldn't be corrected.
See Also:
Corrector.correctDocument(at.gv.egiz.pdfas.framework.input.PdfDataSource)


Copyright © 2006-2010. All Rights Reserved.