| Method and Description |
|---|
| org.apache.pdfbox.pdmodel.PDPageContentStream.appendRawCommands(byte[])
Usage of this method is discouraged.
|
| org.apache.pdfbox.pdmodel.PDPageContentStream.appendRawCommands(double)
Usage of this method is discouraged.
|
| org.apache.pdfbox.pdmodel.PDPageContentStream.appendRawCommands(float)
Usage of this method is discouraged.
|
| org.apache.pdfbox.pdmodel.PDPageContentStream.appendRawCommands(int)
Usage of this method is discouraged.
|
| org.apache.pdfbox.pdmodel.PDPageContentStream.appendRawCommands(String)
Usage of this method is discouraged.
|
| org.apache.pdfbox.pdmodel.font.PDFontLike.getHeight(int)
Use
getBoundingBox().getHeight() instead. |
| org.apache.pdfbox.pdfparser.PDFParser.load(File)
use
loadPDF(File) instead |
| org.apache.pdfbox.pdfparser.PDFParser.load(File, String)
use
loadPDF(File, String) instead |
| org.apache.pdfbox.cos.COSString.setValue(byte[])
to be removed in a future release.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.