Documentation ¶
Index ¶
Constants ¶
View Source
const ( DeviceWidth = 1404 DeviceHeight = 1872 )
Variables ¶
This section is empty.
Functions ¶
func NewSeekCloser ¶
func NewSeekCloser(b []byte) io.ReadSeekCloser
func RenderPoundifdef ¶
func RenderPoundifdef(input, output string) (io.ReadCloser, error)
RenderPoundifdef caligraphy pen is nice
Types ¶
type MyArchive ¶
type MyArchive struct { archive.Zip PayloadReader io.ReadSeekCloser }
MyArchive but having the payload reader
type PdfGenerator ¶
type PdfGenerator struct {
// contains filtered or unexported fields
}
func (*PdfGenerator) Generate ¶
func (p *PdfGenerator) Generate(zip *MyArchive, output io.Writer, options PdfGeneratorOptions) (err error)
type PdfGeneratorOptions ¶
type SeekCloser ¶
Click to show internal directories.
Click to hide internal directories.