https://issues.apache.org/bugzilla/show_bug.cgi?id=50340
Summary: Processing image in network path using FOP.jar
Product: Fop
Version: all
Platform: PC
Status: NEW
Severity: blocker
Priority: P1
Component: pdf
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Hi,
Currently we are using fop.jar to render pdf from the FO file.
We are facing issue while processing the image present in the network
path(//s-fileserver-1/image/1.jpeg).
The java transformation converts the File path to the file url and sets in the
FO file as shown below
<fo:external-graphic src="file:////s-fileserver-1/image/1.jpeg" />
When we pass this FO to FOP.jar, it doesn't recogonize the path properly and
throws the below error
org.apache.fop.apps.FOURIResolver resolve
SEVERE: Error with opening URL
'file://s-fileserver-1////s-fileserver-1/image/1.jpeg
Kindly suggest us some solution as soon as possible :(.
Thanks,
Prem
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.