chiefpropellerhead wrote:
> 
> Hello,
> 
> I am a developer of a high performance, comercial,  "Variable Data 
> Printing" (VDP) page composer.  Currently it can generate PCL and
> PDF output at rates exceeding 100,000 pages per minute.  A typical
> use is the generation of invoices for large companies.
> 
> Looking to the future, I am considering moving to SVG as a standard 
> output format that could be then converted to web, pdf, postscript,
> or printer languages.
> 
> Does SVG have the flexability and speed for this type of application.?
> 

Bottom line, SVG is just another text format. The speed at which you can 
generate a file mostly does not depend on the file format but on the 
code used to generate it.

Now you want to also convert SVG to various other formats, and this 
*could* become a possible performance bottleneck as you will most likely 
be using XSLT. A lot will depend on the complexity and size of the 
documents you want to transform.

I would say get a typical document, convert it to SVG manually, then 
develop a hyperoptimized stylesheet that converts it to your desired 
output format and benchmark away. (oh and make sure you get a fast 
stylesheet processor as well, again experiments needed)

HTH
Jorg


-----
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