php - Print SVG charts into PPML format -


our printer set handle ppml files.

we include svg charts printed. svg charts built php , yui3.

how incorporate svg charts ppml files?
how include yui3 charts ppml?

in ppml file, believe should able add tag below:

<source dimensions="thewidthinpixels theheightinpixels" format="image/svg+xml"> <external_data src="yoursvgfilepath.svg" /> </source> 

here's example ppml file (although doesn't include svg example):
example ppml code

and, if wanted copy , paste svg in, appears can embed internal data, too:
w3c reference regarding use of svg in ppml


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -