All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fr.opensagres.xdocreport.itext.extension.IPdfWriterConfiguration Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package fr.opensagres.xdocreport.itext.extension;

import com.lowagie.text.pdf.PdfWriter;

/**
 * API for the configuration to use to configure iText {@link PdfWriter} and null otherwise
 */
public interface IPdfWriterConfiguration
{

    /**
     * Configure the given {@link PdfWriter}
     * 
     * @param writer iText {@link PdfWriter} to configure.
     */
    void configure( PdfWriter writer );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy