com.itextpdf.text.pdf.PdfContentByte.addImage(Image, AffineTransform)
use com.itextpdf.text.geom.AffineTransform as parameter
|
com.itextpdf.text.xml.xmp.XmpWriter.addRdfDescription(String, String) |
com.itextpdf.text.xml.xmp.XmpWriter.addRdfDescription(XmpSchema) |
com.itextpdf.text.pdf.PdfContentByte.addTemplate(PdfTemplate, AffineTransform)
use com.itextpdf.text.geom.AffineTransform as parameter
|
com.itextpdf.text.pdf.PdfContentByte.concatCTM(AffineTransform)
use com.itextpdf.text.geom.AffineTransform as parameter
|
com.itextpdf.text.pdf.PdfContentByte.createGraphics(float, float)
use the constructor in PdfGraphics2D
|
com.itextpdf.text.pdf.PdfContentByte.createGraphics(float, float, boolean, float)
use the constructor in PdfGraphics2D
|
com.itextpdf.text.pdf.PdfContentByte.createGraphics(float, float, FontMapper)
use the constructor in PdfPrinterGraphics2D
|
com.itextpdf.text.pdf.PdfContentByte.createGraphics(float, float, FontMapper, boolean, float)
use the constructor in PdfPrinterGraphics2D
|
com.itextpdf.text.pdf.PdfContentByte.createGraphicsShapes(float, float)
use the constructor in PdfGraphics2D
|
com.itextpdf.text.pdf.PdfContentByte.createGraphicsShapes(float, float, boolean, float)
use the constructor in PdfPrinterGraphics2D
|
com.itextpdf.text.pdf.PdfContentByte.createPrinterGraphics(float, float, boolean, float, PrinterJob)
use the constructor in PdfGraphics2D
|
com.itextpdf.text.pdf.PdfContentByte.createPrinterGraphics(float, float, FontMapper, boolean, float, PrinterJob)
use the constructor in PdfPrinterGraphics2D
|
com.itextpdf.text.pdf.PdfContentByte.createPrinterGraphics(float, float, FontMapper, PrinterJob)
use the constructor in PdfPrinterGraphics2D
|
com.itextpdf.text.pdf.PdfContentByte.createPrinterGraphics(float, float, PrinterJob)
use the constructor in PdfPrinterGraphics2D
|
com.itextpdf.text.pdf.PdfContentByte.createPrinterGraphicsShapes(float, float, boolean, float, PrinterJob)
use the constructor in PdfPrinterGraphics2D
|
com.itextpdf.text.pdf.PdfContentByte.createPrinterGraphicsShapes(float, float, PrinterJob)
use the constructor in PdfPrinterGraphics2D
|
com.itextpdf.text.Chunk.createTabspace() |
com.itextpdf.text.Chunk.createTabspace(float) |
com.itextpdf.text.pdf.CMapAwareDocumentFont.encode(byte[], int, int)
method name is not indicative of what it does. Use decode instead.
|
com.itextpdf.text.xml.xmp.XmpSchema.escape(String)
use XMLUtil.escapeXml(String s, boolean onlyASCII) instead.
|
com.itextpdf.text.xml.simpleparser.SimpleXMLParser.escapeXML(String, boolean)
|
com.itextpdf.text.pdf.PdfArray.getArrayList() |
com.itextpdf.text.pdf.RandomAccessFileOrArray.getByteSource() |
com.itextpdf.text.html.simpleparser.HTMLWorker.getInterfaceProps()
use getProviders() instead
|
com.itextpdf.text.Utilities.getKeySet(Hashtable) |
com.itextpdf.text.Chunk.isTabspace() |
com.itextpdf.text.pdf.RandomAccessFileOrArray.reOpen() |
com.itextpdf.text.pdf.PdfSignatureAppearance.setAcro6Layers(boolean)
Adobe no longer supports Adobe Acrobat / Reader versions older than 9
|
com.itextpdf.text.pdf.PdfWriter.setEncryption(boolean, String, String, int)
As of iText 2.0.3, replaced by (@link #setEncryption(byte[], byte[], int, int)}. Scheduled for removal at or after 2.2.0
|
com.itextpdf.text.pdf.PdfWriter.setEncryption(byte[], byte[], int, boolean)
As of iText 2.0.3, replaced by (@link #setEncryption(byte[], byte[], int, int)}. Scheduled for removal at or after 2.2.0
|
com.itextpdf.text.pdf.PdfWriter.setEncryption(int, String, String, int)
As of iText 2.0.3, replaced by (@link #setEncryption(byte[], byte[], int, int)}. Scheduled for removal at or after 2.2.0
|
com.itextpdf.text.html.simpleparser.HTMLWorker.setInterfaceProps(HashMap)
use setProviders() instead
|
com.itextpdf.text.pdf.PdfContentByte.setTextMatrix(AffineTransform)
use com.itextpdf.text.geom.AffineTransform as parameter
|
com.itextpdf.text.Paragraph.spacingAfter()
|
com.itextpdf.text.Paragraph.spacingBefore()
|
com.itextpdf.text.pdf.PdfContentByte.transform(AffineTransform)
use com.itextpdf.text.geom.AffineTransform as parameter
|