Issues
SVG Support for CFDocument
Description
Details
Assignee
UnassignedUnassignedReporter
Zac SpitzerZac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Priority
New
Details
Details
Assignee
Unassigned
UnassignedReporter
Zac Spitzer
Zac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Priority
Created 8 July 2015 at 01:49
Updated 8 September 2020 at 09:44
Activity
Show:
Zac Spitzer19 June 2019 at 18:37
as the new PDF engine with flying saucer supports SVG, would if be possible to have an extension which adds Batik in as an optional SVG render into the PDF extension, iām guessing Batik is way too large to be bundled in by default
Would like to be able to use SVG files in the pdfs generated by cfdocument.
Ex:
<cfdocument format="pdf">
<cfoutput>
<img src="test.svg" />
</cfoutput>
</cfdocument>
from https://issues.jboss.org/browse/RAILO-1487