On Fri, 2016-01-22 at 01:45 +0800, Jesse Pepper wrote:
> Any suggestions of how to make it work without writing a file to disk?

        Hi,
some operations require move forward and backward in the stream to
write some bytes "repeatedly", but you only append to the stream.
Implement also Read(), Seek(), Tell(), and eventually Flush() virtual
methods and then it'll work.

Eventually use other PdfOutputDevice() constructor,
like PdfOutputDevice( PdfRefCountedBuffer* pOutBuffer ) and then get
the data straight from the pOutBuffer instead.
        Bye,
        zyx

-- 
http://www.litePDF.cz                                 i...@litepdf.cz



------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to