Re: [iText-questions] Include SVN in PDF

2008-05-13 Thread Fechner, Nicholas
Hi, thanks for all the answers. (I meant SVG not SVN of course). It seems, like I should have analyzed the resulting PDF further. I looked at its source and only saw a block of raw data. I didn't occur to me, that that was a compressed vector description, instead of a compressed bitmap. Thanks aga

Re: [iText-questions] Include SVN in PDF

2008-05-09 Thread Mark Storer
ill > Ensley > Sent: Friday, May 09, 2008 11:39 AM > To: 'Post all your questions about iText here' > Subject: Re: [iText-questions] Include SVN in PDF > > > > >Now we (and everyone) needs to look at > >PDF in a wider context... > > Makes sense to m

Re: [iText-questions] Include SVN in PDF

2008-05-09 Thread Bill Ensley
>Now we (and everyone) needs to look at >PDF in a wider context... Makes sense to me. So, vendors creating PDF's need to do the parsing and content transfer into a PDF. This is what is recommended for iText using Batik anyway. -Bill Ensley www.bearprinting.com -

Re: [iText-questions] Include SVN in PDF

2008-05-09 Thread Leonard Rosenthol
On May 9, 2008, at 10:54 AM, Bill Ensley wrote: >> In that case, native embedding of SVG in PDF has been removed >> from the PDF Reference in its conversion/transition to ISO >> 32000 and thus will not be supported by future ISO 32000 >> compliant versions of Adobe >> Acrobat/Reader. > > Any reason

Re: [iText-questions] Include SVN in PDF

2008-05-09 Thread Bill Ensley
>In that case, native embedding of SVG in PDF has been removed >from the PDF Reference in its conversion/transition to ISO >32000 and thus will not be supported by future ISO 32000 >compliant versions of Adobe >Acrobat/Reader. Any reason why? Is Adobe considering SVG a "failed" format? -

Re: [iText-questions] Include SVN in PDF

2008-05-09 Thread Leonard Rosenthol
I am going to assume you mean SVG (a vector graphics format) and not SVN (which is a version a control system). In that case, native embedding of SVG in PDF has been removed from the PDF Reference in its conversion/transition to ISO 32000 and thus will not be supported by future ISO 32000 co

Re: [iText-questions] Include SVN in PDF

2008-05-09 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Fechner, Nicholas > Sent: Friday, May 09, 2008 1:05 PM > To: iText-questions@lists.sourceforge.net > Subject: [iText-questions] Include SVN in PDF > > Hi all, &

[iText-questions] Include SVN in PDF

2008-05-09 Thread Fechner, Nicholas
Hi all, this is probably more of a feature request, than an actual question. I have seen the posts on this list and read the chapter in the book concerning this topic. But all the solutions I have seen until now first convert the SVN into a raster image (using Graphics2D) and then proceed to includ