GDC = 2.41.02
FGL = 2.41.02
GRD = 2.41.31
GRE = 2.41.17
RHEL 5.9
I have SVG files I want to print in a PDF. I put an Image Box on my page. I can set the Location property to a specific path/file.svg and the image will print. My problem is, I need to print a different SVG file on each page. I tried setting the location to a variable, and it accepts it as correct syntax, but I get the following errors when my 4gl hits the FINISH REPORT statement.
Exception at document location :
LoaderStyleSheet: element no 69 path=/Report
FGLReportToRTLInputStyleSheet: element no 69 path=/Report
ScopeExtenderStyleSheet: element no 68 path=/Report
RTLStyleSheet: element no 68 path=/Report
BoxDecoratorStyleSheet: element no 3 path=/PXML/MINIPAGE/IMAGEBOX
HlPxmlToPxmlStyleSheet: element no 4 path=/PXML/MINIPAGE/BORDERBOX/IMAGEBOX
PxmlLayouter: element no 4 path=/PXML/MINIPAGE/BORDERBOX/IMAGEBOX
PdfWriterStyleSheet: element no 1 path=/DVI
Processor error:
com.fourjs.pxml.shared.AttributeException: java.net.URISyntaxException Illegal character in path at index 19: tmp/sketch1234.html
The error continues with many lines starting with:
at com.fourjs.pxml........
Also, in the document errors in the GRD, I get this error....
Failed to read image from url "foobar". Reason="Error opening /dw/grw/foobar: No such file or directory".
...I agree. I don't have a file named /dw/grw/foobar. I keep my 4rp and rdd files in /dw/grw.
Can I print a dynamic SVG/image in a PDF?
Thanks,
David