Package com.itextpdf.text.pdf.internal

Examples of com.itextpdf.text.pdf.internal.PdfAConformanceImp


    /**
     * @see com.itextpdf.text.pdf.PdfStamperImp#initPdfIsoConformance()
     */
    protected PdfIsoConformance initPdfIsoConformance() {
        return new PdfAConformanceImp(this);
    }
View Full Code Here


    /**
     * @see com.itextpdf.text.pdf.PdfWriter#initPdfIsoConformance()
     */
    protected PdfIsoConformance initPdfIsoConformance() {
        return new PdfAConformanceImp(this);
    }
View Full Code Here

TOP

Related Classes of com.itextpdf.text.pdf.internal.PdfAConformanceImp

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.