org.apache.fop.render.pdf.pdfbox
Class PDFWriter
java.lang.Object
org.apache.fop.render.pdf.pdfbox.PDFWriter
- Direct Known Subclasses:
- MergeFontsPDFWriter
public class PDFWriter
- extends java.lang.Object
Field Summary |
protected UniqueName |
key
|
protected java.lang.StringBuilder |
s
|
Method Summary |
protected int |
getCurrentMCID()
|
protected void |
processArg(org.apache.pdfbox.contentstream.operator.Operator op,
org.apache.pdfbox.cos.COSBase c)
|
protected void |
readPDFArguments(org.apache.pdfbox.contentstream.operator.Operator op,
java.util.Collection<org.apache.pdfbox.cos.COSBase> arguments)
|
java.lang.String |
writeText(org.apache.pdfbox.pdmodel.common.PDStream pdStream)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
s
protected java.lang.StringBuilder s
key
protected UniqueName key
PDFWriter
public PDFWriter(UniqueName key,
int currentMCID)
writeText
public java.lang.String writeText(org.apache.pdfbox.pdmodel.common.PDStream pdStream)
throws java.io.IOException
- Throws:
java.io.IOException
readPDFArguments
protected void readPDFArguments(org.apache.pdfbox.contentstream.operator.Operator op,
java.util.Collection<org.apache.pdfbox.cos.COSBase> arguments)
throws java.io.IOException
- Throws:
java.io.IOException
processArg
protected void processArg(org.apache.pdfbox.contentstream.operator.Operator op,
org.apache.pdfbox.cos.COSBase c)
throws java.io.IOException
- Throws:
java.io.IOException
getCurrentMCID
protected int getCurrentMCID()
Copyright 2007-2017 The Apache Software Foundation. All Rights Reserved.