at.gv.egiz.pdfas.impl.input.correction
Class InternalCorrector
java.lang.Object
at.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InternalCorrector
public InternalCorrector()
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.