Re: [Podofo-users] PdfObject::GetParent??

2008-02-19 Thread Martin Schröder
2008/2/19, Leonard Rosenthol [EMAIL PROTECTED]: A resource dictionary shall be associated with a content stream in one of the following ways: • For a content stream that is the value of a page's Contents entry (or is an element of an array that is the value of that entry), the resource

[Podofo-users] podofobrowser feature request: Warn on duplicate keys

2008-06-24 Thread Martin Schröder
Hi, I'm debugging a faulty PDF generated by pdfTeX with podofobrowser. It would be nice if the browser would detect duplicate keys and warn about them... Best Martin - Check out the new SourceForge.net Marketplace. It's

Re: [Podofo-users] PDF file trailer question

2008-08-01 Thread Martin Schröder
2008/8/1 Dominik Seichter [EMAIL PROTECTED]: This file has two xref tables and 15 objects. When reading the file beginning at the end, PoDoFo reads the first trailer (at the end), which has a /Size key which states that the file has 10 objects. That is why PoDoFo ignores any objects beyond 10.

Re: [Podofo-users] Selecting Printer Tray in PDF

2008-11-06 Thread Martin Schröder
2008/11/6 Reinhard Mitteregger [EMAIL PROTECTED]: does anybody know how to select a paper-tray for a printer within a PDF-job? The PDF reference manual apparently doesn't mention anything. In PDF-land you might be able to do this with Portable Job Tickets. Best Martin

Re: [Podofo-users] Margins and Fonts

2009-07-24 Thread Martin Schröder
2009/7/23 Craig Ringer cr...@postnewspapers.com.au: On Thu, 2009-07-23 at 02:02 +0200, Martin Schröder wrote: If you intend to use a lot of of fonts (or want to include pdfs with fonts), you should look at pdftex/luatex. We've spent years on getting subsetting etc. right, especially

Re: [Podofo-users] PdfPagesTree::GetPageNode does not work correct on structured page trees

2010-11-10 Thread Martin Schröder
2010/11/10 ronny.ban...@nexgo.de: Yes, I have a example pdf (see attached file): Is this really created by OOO 2.4 or is it a specially crafted edge case? Best Martin -- The Next 800 Companies to Lead America's

Re: [Podofo-users] Adding Annotations to a Documents

2011-02-10 Thread Martin Schröder
2011/2/9 xteo x...@xteo.com: is there a way to sort of copy the file and then append those objects as revision to the PDF , I think the format allow for that ? You want incremental updates. AFAIK no free pdf library supports these. :-( Best Martin

Re: [Podofo-users] Adding Annotations to a Documents

2011-02-16 Thread Martin Schröder
2011/2/16 Leonard Rosenthol lrose...@adobe.com: There is a patch for adding incremental update writes to Poppler - but I don't know if it's part of mainline or not. There is indeed PDFDoc::saveIncrementalUpdate in poppler-trunk... :-) Best Martin

Re: [Podofo-users] It is possible to crop a page

2011-02-19 Thread Martin Schröder
2011/2/18 Tomasz J. Kotarba tom...@kotarba.net: I also found PdfPage::GetTrimBox() and PdfPage::GetMediaBox().  The former mentions the cut area while the latter claims to deal with the physical page size.  Could I achieve the cropping effect (and get rid of all the unnecessary (i.e.

Re: [Podofo-users] does PoDoFo supports ios

2011-06-18 Thread Martin Schröder
2011/6/15 Arun Karnik Rajashekaraiah arun.rajashekara...@igatepatni.com: has any one found success implementing PoDoFo in ios, if yes,please share the procedure of integrating PoDoFo in iphone and iPad.I welcome your comments and suggestions. Information contained and transmitted by this

Re: [Podofo-users] UR3

2011-09-29 Thread Martin Schröder
2011/9/29 Pablo Ariel Schulklapper senpa...@gmail.com: If I wanted to modify PoDoFo's writing algorithm to solve this problem, do you think that is doable? No. You would have to break the signature, which is unlikely if not impossible. Best Martin

Re: [Podofo-users] UR3

2011-10-02 Thread Martin Schröder
2011/10/2 Leonard Rosenthol lrose...@adobe.com: The ONLY POSSIBLE way to write data to a Reader Enabled file w/o breaking the signature is: Write in Append mode Not write anything that isn't allowed By Append you mean write an incremental update? How can I do that without breaking the