Re: [Podofo-users] Write current object to file

2007-07-31 Thread Dominik Seichter
Hi, Well this is what PdfStreamedDocument will do for you. After my latest commit you should be able to use PdfStreamedDocument as you can now set the PdfVersion to 1.6. One thing you have to be careful about is, that PdfStreamedDocument is only able to stream one object out to disc directly

Re: [Podofo-users] Setting PDF version

2007-07-31 Thread Dominik Seichter
Hi, This was currently indeed not possible. I commited a small patch so that you can set the PDF version in the constructor of a PdfStreamedDocument. best regards, Dom Am Monday 30 July 2007 schrieb Jonathan Sibony: > Small question, > > I guess that in order that the UserUnit would tak

[Podofo-users] [ podofo-Bugs-1763550 ] PdfDocument & PDF version 1.6

2007-07-31 Thread SourceForge.net
Bugs item #1763550, was opened at 2007-07-30 20:29 Message generated for change (Comment added) made by ringerc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=790130&aid=1763550&group_id=154028 Please note that this message will contain a full copy of the comment t

[Podofo-users] [ podofo-Bugs-1763550 ] PdfDocument & PDF version 1.6

2007-07-31 Thread SourceForge.net
Bugs item #1763550, was opened at 2007-07-30 05:29 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=790130&aid=1763550&group_id=154028 Please note that this message will contain a full copy

[Podofo-users] [ podofo-Bugs-1763550 ] PdfDocument & PDF version 1.6

2007-07-31 Thread SourceForge.net
Bugs item #1763550, was opened at 2007-07-30 20:29 Message generated for change (Comment added) made by ringerc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=790130&aid=1763550&group_id=154028 Please note that this message will contain a full copy of the comment t

[Podofo-users] Write current object to file

2007-07-31 Thread Jonathan Sibony
Hello All, Small question regarding the way things are being written to file in PdfDocument. For now the way I put images into my document is pretty much as follows: PdfDocument document; document.SetPdfVersion(ePdfVersion_1_6); ... PdfPage*