[iText-questions] Adding a /Name to an XObject Form containing an imported page

2009-12-16 Thread Gylfi Ingvason
Gents, I use PdfWriter to import pages as such: PdfImportedPage page = writer.GetImportedPage(reader, pageNumber); writer.DirectContent.AddTemplate(page, ... ); This wraps the page in an XObject Form that is then referenced by the Page being generated in the output. What I would like to do is

Re: [iText-questions] Adding a /Name to an XObject Form containing an imported page

2009-12-16 Thread Leonard Rosenthol
You should take a look at the PDF/VT (ISO 16612-2) standard as it has provisions for this and related RIP optimizations. Better to do it the way everyone is than making up your own. Leonard -Original Message- From: Gylfi Ingvason [mailto:gylfi.ingva...@solimarsystems.com] Sent:

Re: [iText-questions] Adding a /Name to an XObject Form containing an imported page

2009-12-16 Thread Gylfi Ingvason
Thanks Leonard. My understanding was that the intent was for the RIP engine to support the metadata as outlined in ISO 16612-2, but we don't have a time table for that yet. In the interim, we were hoping to key on the name in order to allow us to slim down the monstrous PS conversions. If the