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
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
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
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
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
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*