| 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
Loader.loadPDF(File) instead |
| org.apache.pdfbox.pdfparser.PDFParser.load(File, String)
use
Loader.loadPDF(File, String) instead |
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.