You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2001/04/11 21:56:13 UTC

[Bug 1312] New - fo:external-graphics using 0.17.0 as well as 0.18.1

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1312

*** shadow/1312	Wed Apr 11 12:56:13 2001
--- shadow/1312.tmp.14719	Wed Apr 11 12:56:13 2001
***************
*** 0 ****
--- 1,56 ----
+ +============================================================================+
+ | fo:external-graphics using 0.17.0 as well as 0.18.1                        |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 1312                        Product: Fop                     |
+ |       Status: NEW                         Version: all                     |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Blocker                  OS/Version: Windows NT/2K           |
+ |     Priority: High                      Component: images                  |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: eschaeffer@posterconseil.com,fop-dev@xml.apache.org          |
+ |  Reported By: sudeep_mulki@yahoo.com                                       |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ I do not seem to get this working in either of the versions:
+ CODE FRAGMENT (abc.XSL):
+ ...
+ 	<fo:block>
+  		<fo:external-graphic src="file://c:/temp/chka.gif"/>
+   	</fo:block>
+         <fo:block>
+  	   <fo:external-graphic src="file:exposure_off.gif"/>
+   	</fo:block>
+ 	</fo:flow>
+ 	</fo:page-sequence>	
+   </fo:root>
+ </xsl:template>
+ The exposure*.gif file is in the same directory as the XSL file. The 'fo' file 
+ is also in the same directory:
+ ::::::::::::::::::Here is the run::::::::
+ M:\Sudeep\trial>c:\jdk1.1.8\bin\java org.apache.fop.apps.Fop recommendation_test
+ .fo recommendation_test.pdf
+ FOP 0.18.1-DEV
+ using SAX parser org.apache.xerces.parsers.SAXParser
+ building formatting object tree
+ setting up fonts
+ formatting FOs into areas
+  [1WARNING: defaulted font to any,normal,normal
+ WARNING: unknown font Helvetica,normal,italic so defaulted font to any
+ WARNING: defaulted font to any,normal,normal
+ WARNING: unknown font Helvetica,normal,italic so defaulted font to any
+ Error while creating area : Error while recovering Image Informations (file://c/
+ temp/chka.gif) : c
+ Error while creating area : Error while recovering Image Informations (file:/exp
+ osure_off.gif) : \exposure_off.gif
+ ]
+ rendering areas to PDF
+ writing out PDF
+ 
+ WHAT is this "Error"? Please help.
+ 
+ Thanks
+ Sudeep Mulki
+ sudeep_mulki@yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org