We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsSoftware,  Documentation,  Website Suggestions › PostScript, PDF, EMF, SVF, SWF and CGM exporter
Page Index Toggle Pages: 1
PostScript, PDF, EMF, SVF, SWF and CGM exporter (Read 1435 times)
PostScript, PDF, EMF, SVF, SWF and CGM exporter
Feb 27th, 2006, 5:53pm
 
http://java.freehep.org/vectorgraphics/index.html

this free library includes all those formats.. i was thinking that if you could do what you did with the pdf library with this library instead, it would be a lot more flexible.
Just a thought..

If anybody else could get a sketch working using this library, please let me know..

-seltar
Re: PostScript, PDF, EMF, SVF, SWF and CGM exporte
Reply #1 - Feb 27th, 2006, 6:04pm
 
yeah, i've used this library for other projects so i'm familiar enough with it to add it, and have given it some thought. though i'm happy enough with PDF that it hasn't been a super high priority.

if you'd like to see it happen file it as an "enhancement" in the bugs db so that it gets onto my list.
Re: PostScript, PDF, EMF, SVF, SWF and CGM exporte
Reply #2 - Feb 28th, 2006, 8:15am
 
well, in swf you could save animations, which is alot cooler than just a regular pdf..
And i seem to have another problem with the pdfs.. when i scale them _large_ .. they get jagged edges.. is there a way to make a path instead of drawing lines from previous point to  current point in the pdf library that is currently available?

-seltar
Re: PostScript, PDF, EMF, SVF, SWF and CGM exporte
Reply #3 - Feb 28th, 2006, 1:59pm
 
does vg support exporting swf animations though? usually swf export in this sort of context is just a static, single image (like the way illustrator does, or at least did originally).

you should be able to draw continuous lines using beginShape(LINE_STRIP), but if you're having problems with that sort of thing, please post a program in the "programs" section of the board.
Re: PostScript, PDF, EMF, SVF, SWF and CGM exporte
Reply #4 - Mar 1st, 2006, 8:11am
 
Well.. it _is_ possible.. but not exactly implemented in that library, as far as i could understand..

http://forum.freehep.org/index.php?t=msg&th=24&start=0&rid=0&S=0ed2a8ae4f79bd09dafebad3c4ba8be8

-seltar
Page Index Toggle Pages: 1