In the mean time I've arrived here !
http://www.zend.com/zend/tut/tutorial-PDFgen2.php
>From this point it should be very easy of including SVG into PDF. I will try
soon to create with a comercial tool a PDF with a single line in it and an
other one with the line and SVG. Than should be cleare what we have to do to
insert SVG !
So pitty that I have not much time for now ! If you could do it please send
me an email too.

------------------------------------ 

I'm using pdflib. You can download it and use it for free as long you
don't use it commercially. Otherwise it is about $450 per processor.
It works very well. At first I parsed an svg file with parseXML, but
given the y coords are backwards, you need to read each string and
isolate the y coord to multiply by -1. Since now I'm using postGIS, I
now skip the svg part altogether with regards to the pdf, and export as
text with y coord already correct, saving much code and hassle.
Unfortunately, I did not save my code for actually parsing out svg,
flipping the y coord, and writing out to a pdf. All I can say is that
it can be done.

Sean





-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to