aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pdf-create.cc
AgeCommit message (Collapse)Author
2012-06-27Add QPDFObjectHandle::newStream(QPDF *, std::string const&)Tobias Hoffmann
This makes the code simpler than having to create a buffer of a fixed size and copy the string to it.
2012-06-23Add pdf-from-scratch exampleJay Berkenbilt