This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.itextpdf.text.pdf.*; | |
import com.itextpdf.text.pdf.parser.PdfImageObject; | |
import java.io.FileOutputStream; | |
/** | |
* This remove the interpolation flag in images in a given PDF file using iText 5. | |
* Requires: iText 5 | |
* | |
* For more info, see: |
OlderNewer