- WriteDecodedDoc - Class in org.apache.pdfbox.tools
-
load document and write with all streams decoded.
- WriteDecodedDoc() - Constructor for class org.apache.pdfbox.tools.WriteDecodedDoc
-
Constructor.
- writeImage(BufferedImage, String, int) - Static method in class org.apache.pdfbox.tools.imageio.ImageIOUtil
-
Writes a buffered image to a file using the given image format.
- writeImage(BufferedImage, String, int, float) - Static method in class org.apache.pdfbox.tools.imageio.ImageIOUtil
-
Writes a buffered image to a file using the given image format.
- writeImage(BufferedImage, String, OutputStream) - Static method in class org.apache.pdfbox.tools.imageio.ImageIOUtil
-
Writes a buffered image to a file using the given image format.
- writeImage(BufferedImage, String, OutputStream, int) - Static method in class org.apache.pdfbox.tools.imageio.ImageIOUtil
-
Writes a buffered image to a file using the given image format.
- writeImage(BufferedImage, String, OutputStream, int, float) - Static method in class org.apache.pdfbox.tools.imageio.ImageIOUtil
-
Writes a buffered image to a file using the given image format.
- writeImage(BufferedImage, String, OutputStream, int, float, String) - Static method in class org.apache.pdfbox.tools.imageio.ImageIOUtil
-
Writes a buffered image to a file using the given image format.
- writeParagraphEnd() - Method in class org.apache.pdfbox.tools.PDFText2HTML
-
Writes the paragraph end "</p>" to the output.
- writeParagraphEnd() - Method in class org.apache.pdfbox.tools.PDFText2Markdown
-
Writes the Markdown paragraph end to the output.
- writeString(String, List<TextPosition>) - Method in class org.apache.pdfbox.tools.PDFText2HTML
-
Write a string to the output stream, maintain font state, and escape some HTML characters.
- writeString(String) - Method in class org.apache.pdfbox.tools.PDFText2HTML
-
Write a string to the output stream and escape some HTML characters.
- writeString(String, List<TextPosition>) - Method in class org.apache.pdfbox.tools.PDFText2Markdown
-
Write a string to the output stream, maintain font state, and escape some Markdown
characters.
- writeString(String) - Method in class org.apache.pdfbox.tools.PDFText2Markdown
-
Write a string to the output stream and escape some Markdown characters.