Darya Said-Akbari wrote:
When I convert my FO file to PCL with FOP 0.20.3 I get
the error message:
!!! TODO: getWidth()
...
How shall I understand the error message? FO to PCL do
not work when there is SVG in the FO file?
The implementation of the PCL renderer is still incomplete.
So, what to do when there is need for SVG images in a
printout?
It may already help to specify an explicit width on the
fo:external-graphic object. You can also render the SVG
separately to a bitmap format, like uncompressed JPG,
using Batik, and use the bitmap in fo:external-graphic.
J.Pietschmann