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
Post a Comment