public interface PDFWritable
Modifier and Type | Method and Description |
---|---|
void |
outputInline(OutputStream out,
StringBuilder textBuffer)
Writes a "direct object" (inline object) representation to the stream.
|
void outputInline(OutputStream out, StringBuilder textBuffer) throws IOException
IMPORTANT: If you need to write out binary output, call
PDFDocument.flushTextBuffer(StringBuilder, OutputStream)
before writing any content
to the OutputStream
!
out
- the OutputStream (for binary content)textBuffer
- the text buffer for text contentIOException
- if an I/O error occursCopyright © 2025 Apache Software Foundation. All rights reserved.