public interface GraphicPdf extends GraphicOutput
Modifier and Type | Method and Description |
---|---|
void |
drawVectorContent(java.io.OutputStream output,
GraphicOutputContext outputContext,
FontConsumer fontConsumer,
boolean strokeText,
boolean commentsEnabled)
Places the graphic content into an output stream in PDF format.
|
getGraphic
void drawVectorContent(java.io.OutputStream output, GraphicOutputContext outputContext, FontConsumer fontConsumer, boolean strokeText, boolean commentsEnabled) throws GraphicException
output
- The output stream into which the graphic should be written.outputContext
- The output context in which this content is being
written.fontConsumer
- The FontConsumer used for resolving and tracking
fonts.strokeText
- Indicates whether text should be converted to strokes
(true) or whether it should be drawn with fonts (false). In most cases
it is highly recommended that this value be set to false.commentsEnabled
- Indicates whether comments should be written to
the output.GraphicException
- For errors writing the PDF document.This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.