Documentation ¶
Index ¶
- type PDFWriter
- func (w *PDFWriter) NextID() int
- func (w *PDFWriter) Pos() int
- func (w *PDFWriter) Write(p []byte) (int, error)
- func (w *PDFWriter) WriteFontEmbedded(id int, f *otf.Font)
- func (w *PDFWriter) WriteFooter(root, info int)
- func (w *PDFWriter) WriteHeader()
- func (w *PDFWriter) WriteImageJPEG(id int, img image.Image)
- func (w *PDFWriter) WriteObjectEnd()
- func (w *PDFWriter) WriteObjectStart(id int) int
- func (w *PDFWriter) WriteObjectf(id int, format string, args ...interface{}) int
- func (w *PDFWriter) WriteStreamPlain(s string) error
- func (w *PDFWriter) WriteString(s string) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PDFWriter ¶
type PDFWriter struct {
// contains filtered or unexported fields
}
func NewPDFWriter ¶
func (*PDFWriter) WriteFooter ¶
func (*PDFWriter) WriteHeader ¶
func (w *PDFWriter) WriteHeader()
func (*PDFWriter) WriteObjectEnd ¶
func (w *PDFWriter) WriteObjectEnd()
func (*PDFWriter) WriteObjectStart ¶
func (*PDFWriter) WriteObjectf ¶
func (*PDFWriter) WriteStreamPlain ¶
Click to show internal directories.
Click to hide internal directories.