Hi. vic_snap: > We have a project where we are leveraging SVG and Batik heavily. One > of the key areas of interest for us lies in the conversion of PDF to > SVG. We are aware of several commercial tools on the market for this > conversion, but we have not had satisfactory results from them as of > yet. > > Are there any open source projects focused on PS or PDF to SVG > conversions that anyone is aware of? We are willing to contribute > and/or donate to further the project.
Not that I know specifically, but if you can paint PDF to a Graphics2D object, you can use Batik’s SVGGraphics2D class to generate SVG from the drawing commands. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] ----- 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

