<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-352</id>
	<title>Nabble - FOP - Dev</title>
	<updated>2008-07-25T01:52:38Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/FOP---Dev-f352.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/FOP---Dev-f352.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-18647813</id>
	<title>New IF: Some thoughts...</title>
	<published>2008-07-25T01:52:38Z</published>
	<updated>2008-07-25T01:52:38Z</updated>
	<author>
		<name>Jeremias Maerki-2</name>
	</author>
	<content type="html">You've all noticed by now that I'm working intensively on the new IF.
&lt;br&gt;Testing with documents only involving text and rectangles (i.e. what is
&lt;br&gt;implemented right now), the new IF is almost twice as fast as the plain
&lt;br&gt;area tree XML format. So I assume the goals for the new IF can probably
&lt;br&gt;be met. It looks like the output format implementations really get
&lt;br&gt;smaller, faster to implement and more readable. My only worry point is
&lt;br&gt;handling advanced borders in a format-independent way. But it should all
&lt;br&gt;be solvable.
&lt;br&gt;&lt;br&gt;I'm also building the SVG (1.1 and 1.2 Print WD) painter next to the
&lt;br&gt;IFSerializer to see whether a subset of SVG might actually be used as
&lt;br&gt;our new intermediate format. However, I don't see that SVG is the right
&lt;br&gt;way because it would mean defining all sorts of extensions to handle all
&lt;br&gt;the additional things needed for the IF. The SVG needs more hierarchy 
&lt;br&gt;(SVG g tags) for getting paint state right (verbosity). The stronger mix
&lt;br&gt;of namespaces might make the thing slower, too. If course, we will also
&lt;br&gt;mix namespaces in the new IF but only at defined points for FOP
&lt;br&gt;extensions. Finally, there are currently no SVG Print implementation
&lt;br&gt;that I know of. Because we need SVG Print's page and pageSet feature we
&lt;br&gt;couldn't preview the file anyway with external tools. Firefow, Inkscape
&lt;br&gt;and Batik won't display the SVG Print file.
&lt;br&gt;&lt;br&gt;Some additional thoughts while going forward...
&lt;br&gt;&lt;br&gt;I think I'd like to split the IFPainter interface in two. Our Renderer
&lt;br&gt;interface is already much too big causing big subclasses with many
&lt;br&gt;methods. If I put everything in the IFPainter interface something
&lt;br&gt;similar will happen here, too. The obvious split-point IMO is the
&lt;br&gt;page. The IFDocumentHandler would deal with setting up the document and
&lt;br&gt;handling page-sequences. The IFPagePainter would deal with single pages.
&lt;br&gt;Formats like PNG, Mars and XPS generate a new file per page inside their
&lt;br&gt;ZIP containers. PDF, AFP and PostScript also have distinct objects for
&lt;br&gt;pages. So I think that makes sense. Please chime in if you don't agree
&lt;br&gt;or if you have better names for the interfaces.
&lt;br&gt;&lt;br&gt;You may have seen my recent addition to the Wiki page about resource
&lt;br&gt;management. This is only an idea at the moment. Basically, it's about an
&lt;br&gt;optimization for formats like PS and AFP (avoids a two-pass approach
&lt;br&gt;when generating a resource-optimized print file).
&lt;br&gt;&lt;br&gt;Thoughts and opinions welcome.
&lt;br&gt;&lt;br&gt;Jeremias Maerki
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/New-IF%3A-Some-thoughts...-tp18647813p18647813.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18640241</id>
	<title>DO NOT REPLY [Bug 45306] fo:instream-foreign-object in fo: marker does not work</title>
	<published>2008-07-24T13:42:55Z</published>
	<updated>2008-07-24T13:42:55Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=45306&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=45306&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Andreas L. Delmelle &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18640241&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;adelmelle@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |ASSIGNED
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #3 from Andreas L. Delmelle &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18640241&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;adelmelle@...&lt;/a&gt;&amp;gt; &amp;nbsp;2008-07-24 13:42:55 PST ---
&lt;br&gt;(In reply to comment #1)
&lt;br&gt;&lt;br&gt;(Apologies for being so late with the reply)
&lt;br&gt;&lt;br&gt;&amp;gt; I'm wondering whether we really need to clone the whole foreign subtree, as we
&lt;br&gt;&amp;gt; are quite sure (?) that it's not FO and it's self-contained ....
&lt;br&gt;&lt;br&gt;Yep, now that you mention it. :-)
&lt;br&gt;&lt;br&gt;Seems like it could also be solved by overriding
&lt;br&gt;InstreamForeignObject.clone(FONode, boolean), to always pass 'false' for the
&lt;br&gt;boolean parameter (= removeChildren)...?
&lt;br&gt;&lt;br&gt;I'll look into it again later, and see what would work best.
&lt;br&gt;&lt;br&gt;Thanks for the feedback.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-45306--New%3A-fo%3Ainstream-foreign-object-in-fo%3A-marker-does-not-work-tp18179658p18640241.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18626114</id>
	<title>DO NOT REPLY [Bug 45470] Better support for overriding default LayoutManagerMaker needed</title>
	<published>2008-07-23T23:33:32Z</published>
	<updated>2008-07-23T23:33:32Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=45470&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=45470&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #3 from Jeremias Maerki &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18626114&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jeremias@...&lt;/a&gt;&amp;gt; &amp;nbsp;2008-07-23 23:33:31 PST ---
&lt;br&gt;(In reply to comment #2)
&lt;br&gt;&amp;gt; What do you think about this solution? Do you know a better or simpler
&lt;br&gt;&amp;gt; solution? The drawback of my solution is, you have to provide this extension
&lt;br&gt;&amp;gt; for every possible XSL-FO processor.
&lt;br&gt;&lt;br&gt;Sorry, but I don't have a qualified opinion here as I know nothing of this XDP.
&lt;br&gt;But it definitely sounds suboptimal if you have to hack a FO processor to make
&lt;br&gt;this work.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-45470--New%3A-Better-support-for-overriding-default-LayoutManagerMaker-needed-tp18618761p18626114.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18620263</id>
	<title>DO NOT REPLY [Bug 45470] Better support for overriding default LayoutManagerMaker needed</title>
	<published>2008-07-23T13:47:15Z</published>
	<updated>2008-07-23T13:47:15Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=45470&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=45470&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from Rainer Langbehn &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18620263&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;langbehn@...&lt;/a&gt;&amp;gt; &amp;nbsp;2008-07-23 13:47:14 PST ---
&lt;br&gt;(In reply to comment #1)
&lt;br&gt;&amp;gt; Created an attachment (id=22308)
&lt;br&gt;&amp;nbsp;--&amp;gt; (&lt;a href=&quot;https://issues.apache.org/bugzilla/attachment.cgi?id=22308&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/attachment.cgi?id=22308&lt;/a&gt;) [details]
&lt;br&gt;&amp;gt; Proposed patch for the improvement
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Agreed, this is indeed not a good situation at the moment. I guess nobody
&lt;br&gt;&amp;gt; really needed that feature. I prefer a protected setter. I'll attach a patch as
&lt;br&gt;&amp;gt; proposal. If I don't hear any objections in the next 72 hours I'll commit the
&lt;br&gt;&amp;gt; patch. Out of curiosity: what do you need to replace the block-container LM
&lt;br&gt;&amp;gt; for?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Jeremias,
&lt;br&gt;...you're really fast :-) Thanks for the patch.
&lt;br&gt;&lt;br&gt;FYI, I'm working on a collection of XSL Transformation stylesheets (XSLT) to
&lt;br&gt;convert documents/forms from Adobe's XML Data Package (XDP) vocabulary into
&lt;br&gt;documents in the W3C's XSL Formatting Objects (XSL-FO) vocabulary (eventually
&lt;br&gt;with embedded XForms), &lt;a href=&quot;http://xdp2fo.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xdp2fo.sourceforge.net&lt;/a&gt;. This project is still
&lt;br&gt;in an early phase but the already produced outputs are very promising.
&lt;br&gt;&lt;br&gt;Some of the XDP container elements, which I map to absolute positioned block
&lt;br&gt;containers, use the concept of an anchor point for positioned layout. The
&lt;br&gt;location of the container's anchor point can be: topLeft, topCenter, topRight,
&lt;br&gt;middleLeft, middleCenter, middleRight, bottomLeft, bottomCenter, bottomRight.
&lt;br&gt;The given top and left coordinates are always related to the anchor point. In
&lt;br&gt;my opinion there is no corresponding concept in XSL-FO. Therefore you have to
&lt;br&gt;transform the left and top coordinates (writing mode is currently not
&lt;br&gt;respected) in accordance to the anchor type given.
&lt;br&gt;&lt;br&gt;After some research my choosen solution looks like this:
&lt;br&gt;&lt;br&gt;1. During transformation embed the XDP anchorType attribute in the
&lt;br&gt;&amp;nbsp; &amp;nbsp;corresponding block-container element (with XDP namespace).
&lt;br&gt;2. Provide an extended BlockContainerLayoutManager that looks for this special
&lt;br&gt;&amp;nbsp; &amp;nbsp;attribute during layout processing. If such an attribute is found, perform
&lt;br&gt;&amp;nbsp; &amp;nbsp;the position adjustment after bpd and ipd are computed.
&lt;br&gt;3. Remove the XDP attribute after processing.
&lt;br&gt;&lt;br&gt;What do you think about this solution? Do you know a better or simpler
&lt;br&gt;solution? The drawback of my solution is, you have to provide this extension
&lt;br&gt;for every possible XSL-FO processor.
&lt;br&gt;&lt;br&gt;BTW, for barcode processing I'm using Barcode4J. Thanks for all your great
&lt;br&gt;work.
&lt;br&gt;&lt;br&gt;Bye Rainer
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-45470--New%3A-Better-support-for-overriding-default-LayoutManagerMaker-needed-tp18618761p18620263.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18619067</id>
	<title>DO NOT REPLY [Bug 45470] Better support for overriding default LayoutManagerMaker needed</title>
	<published>2008-07-23T12:53:38Z</published>
	<updated>2008-07-23T12:53:38Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=45470&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=45470&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Jeremias Maerki &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18619067&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jeremias@...&lt;/a&gt;&amp;gt; &amp;nbsp;2008-07-23 12:53:37 PST ---
&lt;br&gt;Created an attachment (id=22308)
&lt;br&gt;&amp;nbsp;--&amp;gt; (&lt;a href=&quot;https://issues.apache.org/bugzilla/attachment.cgi?id=22308&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/attachment.cgi?id=22308&lt;/a&gt;)
&lt;br&gt;Proposed patch for the improvement
&lt;br&gt;&lt;br&gt;Agreed, this is indeed not a good situation at the moment. I guess nobody
&lt;br&gt;really needed that feature. I prefer a protected setter. I'll attach a patch as
&lt;br&gt;proposal. If I don't hear any objections in the next 72 hours I'll commit the
&lt;br&gt;patch. Out of curiosity: what do you need to replace the block-container LM
&lt;br&gt;for?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-45470--New%3A-Better-support-for-overriding-default-LayoutManagerMaker-needed-tp18618761p18619067.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18618955</id>
	<title>DO NOT REPLY [Bug 45470] Better support for overriding default LayoutManagerMaker needed</title>
	<published>2008-07-23T12:47:15Z</published>
	<updated>2008-07-23T12:47:15Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=45470&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=45470&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Rainer Langbehn &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18618955&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;langbehn@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority|P2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|P3
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-45470--New%3A-Better-support-for-overriding-default-LayoutManagerMaker-needed-tp18618761p18618955.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18618761</id>
	<title>DO NOT REPLY [Bug 45470] New: Better support for overriding default LayoutManagerMaker needed</title>
	<published>2008-07-23T12:38:55Z</published>
	<updated>2008-07-23T12:38:55Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=45470&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=45470&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Better support for overriding default LayoutManagerMaker
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; needed
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: Fop
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 0.94
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: enhancement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: page-master/layout
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18618761&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fop-dev@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18618761&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;langbehn@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;I have the requirement to replace the default BlockContainerLayoutManagerMaker
&lt;br&gt;with my own implementation. After searching the code base I think the suggested
&lt;br&gt;way is by using the setLayoutManagerMakerOverride(LayoutManagerMaker) method of
&lt;br&gt;the FopFactory to override the default LayoutManagerMaker implementation.
&lt;br&gt;&lt;br&gt;My own LayoutManagerMaker is a subclass of the default LayoutManagerMapping.
&lt;br&gt;Unfortunately, 'cause the map of LayoutManagerMakers is private and no
&lt;br&gt;protected setter is given to change the default mapping set during
&lt;br&gt;initialize(), one has to provide a second map of LayoutManagerMakers and
&lt;br&gt;duplicate a lot of code to tell fop to use this new mapping.
&lt;br&gt;&lt;br&gt;My suggestion:
&lt;br&gt;Either make the map of LayoutManagerMakers protected or preferably provide a
&lt;br&gt;protected setter to change the default mapping.
&lt;br&gt;&lt;br&gt;Thanks in advance
&lt;br&gt;Rainer
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-45470--New%3A-Better-support-for-overriding-default-LayoutManagerMaker-needed-tp18618761p18618761.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18586361</id>
	<title>DO NOT REPLY [Bug 45306] fo:instream-foreign-object in fo: marker does not work</title>
	<published>2008-07-22T03:21:04Z</published>
	<updated>2008-07-22T03:21:04Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=45306&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=45306&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from Luca Furini &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18586361&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lfurini@...&lt;/a&gt;&amp;gt; &amp;nbsp;2008-07-22 03:21:04 PST ---
&lt;br&gt;Created an attachment (id=22297)
&lt;br&gt;&amp;nbsp;--&amp;gt; (&lt;a href=&quot;https://issues.apache.org/bugzilla/attachment.cgi?id=22297&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/attachment.cgi?id=22297&lt;/a&gt;)
&lt;br&gt;&amp;quot;cheap&amp;quot; cloning of the foreign subtree
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-45306--New%3A-fo%3Ainstream-foreign-object-in-fo%3A-marker-does-not-work-tp18179658p18586361.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18586331</id>
	<title>DO NOT REPLY [Bug 45306] fo:instream-foreign-object in fo: marker does not work</title>
	<published>2008-07-22T03:19:45Z</published>
	<updated>2008-07-22T03:19:45Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=45306&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=45306&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Luca Furini &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18586331&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lfurini@...&lt;/a&gt;&amp;gt; &amp;nbsp;2008-07-22 03:19:45 PST ---
&lt;br&gt;I'm wondering whether we really need to clone the whole foreign subtree, as we
&lt;br&gt;are quite sure (?) that it's not FO and it's self-contained ....
&lt;br&gt;&lt;br&gt;I'm attaching a patch that clones the foreign tree root without deleting the
&lt;br&gt;child pointers; I have performed a couple of tests and everything seems fine.
&lt;br&gt;(actually, now I think of it, the patch is slightly sub-optimal, as we could
&lt;br&gt;just clone the instream-foreign-object node and share the whole foreign
&lt;br&gt;subtree)
&lt;br&gt;&lt;br&gt;If there are no remaining erroneous situations or objections I can apply the
&lt;br&gt;patch to the trunk.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-45306--New%3A-fo%3Ainstream-foreign-object-in-fo%3A-marker-does-not-work-tp18179658p18586331.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18586329</id>
	<title>DO NOT REPLY [Bug 45454] New: Investigate the adoption of Apache Commons CLI</title>
	<published>2008-07-22T03:18:53Z</published>
	<updated>2008-07-22T03:18:53Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=45454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=45454&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Investigate the adoption of Apache Commons CLI
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: Fop
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 1.0dev
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: general
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18586329&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fop-dev@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18586329&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vincent.hennebert@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;The o.a.f.cli.CommandLineOptions class is very ad-hoc. It may make sense to
&lt;br&gt;switch to Apache Commons CLI to have both a more powerful and simpler parsing
&lt;br&gt;of command-line options.
&lt;br&gt;The problem is, the CLI 1.x branch is no longer maintained apart from bug
&lt;br&gt;fixes, and the 2.x branch has not been officially released yet. Plus it might
&lt;br&gt;not be worth the additional dependency.
&lt;br&gt;To do: find the best way of solving this issue.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-45454--New%3A-Investigate-the-adoption-of-Apache-Commons-CLI-tp18586329p18586329.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18583383</id>
	<title>Re: svn commit: r678477 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/FontInfo.java</title>
	<published>2008-07-21T23:33:06Z</published>
	<updated>2008-07-21T23:33:06Z</updated>
	<author>
		<name>Jeremias Maerki-2</name>
	</author>
	<content type="html">Unless I'm totally mistaken that &amp;quot;synchronized&amp;quot; won't accomplish
&lt;br&gt;anything as there's nothing in that method that is not thread-safe. I
&lt;br&gt;wasn't able to reproduce the reported error but looking through FontInfo
&lt;br&gt;I found that TRIPLETS_TYPE constant which looks fishy to me. The
&lt;br&gt;Javadocs for toArray() says:
&lt;br&gt;&lt;br&gt;&amp;quot;a the array into which the elements of this list are to be stored, if
&lt;br&gt;it is big enough; otherwise, a new array of the same runtime type is
&lt;br&gt;allocated for this purpose.&amp;quot;
&lt;br&gt;&lt;br&gt;If there's no matching triplet, the method will probably return the
&lt;br&gt;constant's value (a FontTriplet[1]) and that single array item might
&lt;br&gt;even be null. Furthermore, that array is reused and might have been
&lt;br&gt;initialized with unwanted values in a prior call. I've attached a patch
&lt;br&gt;that will fix fontLookup(). But I suspect that might not have been it,
&lt;br&gt;yet.
&lt;br&gt;&lt;br&gt;On 21.07.2008 18:48:15 acumiskey wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Author: acumiskey
&lt;br&gt;&amp;gt; Date: Mon Jul 21 09:48:14 2008
&lt;br&gt;&amp;gt; New Revision: 678477
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=678477&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=678477&amp;view=rev&lt;/a&gt;&lt;br&gt;&amp;gt; Log:
&lt;br&gt;&amp;gt; Renamed fname to more correct name fontKey.
&lt;br&gt;&amp;gt; Made createFontKey() in FontInfo synchronized which should hopefully fix Ingo Maas's threading problem (&lt;a href=&quot;http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/200807.mbox/%3C000a01c8eb4b$42166e60$a701010a@ebp01422%3E&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/200807.mbox/%3C000a01c8eb4b$42166e60$a701010a@ebp01422%3E&lt;/a&gt;).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Modified:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/FontInfo.java
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/FontInfo.java
&lt;br&gt;&amp;gt; URL: &lt;a href=&quot;http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/FontInfo.java?rev=678477&amp;r1=678476&amp;r2=678477&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/FontInfo.java?rev=678477&amp;r1=678476&amp;r2=678477&amp;view=diff&lt;/a&gt;&lt;br&gt;&amp;gt; ==============================================================================
&lt;br&gt;&amp;gt; --- xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/FontInfo.java (original)
&lt;br&gt;&amp;gt; +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/FontInfo.java Mon Jul 21 09:48:14 2008
&lt;br&gt;&amp;gt; @@ -319,10 +319,10 @@
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Integer size = new Integer(fontSize);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Font font = (Font)sizes.get(size);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (font == null) {
&lt;br&gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String fname = getInternalFontKey(triplet);
&lt;br&gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;useFont(fname);
&lt;br&gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FontMetrics metrics = getMetricsFor(fname);
&lt;br&gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;font = new Font(fname, triplet, metrics, fontSize);
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String fontKey = getInternalFontKey(triplet);
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;useFont(fontKey);
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FontMetrics metrics = getMetricsFor(fontKey);
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;font = new Font(fontKey, triplet, metrics, fontSize);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sizes.put(size, font);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return font;
&lt;br&gt;&amp;gt; @@ -504,7 +504,7 @@
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; * @param weight font weight
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; * @return internal key
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; */
&lt;br&gt;&amp;gt; - &amp;nbsp; &amp;nbsp;public static FontTriplet createFontKey(String family, String style,
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp;public static synchronized FontTriplet createFontKey(String family, String style,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; int weight) {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return new FontTriplet(family, style, weight);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;Jeremias Maerki
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;FontInfo-MT.diff&lt;/strong&gt; (4K) &lt;a href=&quot;http://www.nabble.com/attachment/18583383/0/FontInfo-MT.diff&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-svn-commit%3A-r678477----xmlgraphics-fop-trunk-src-java-org-apache-fop-fonts-FontInfo.java-tp18583383p18583383.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18583034</id>
	<title>Re: svn commit: r678394 - in /xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp: ./ modca/</title>
	<published>2008-07-21T23:01:08Z</published>
	<updated>2008-07-21T23:01:08Z</updated>
	<author>
		<name>Jeremias Maerki-2</name>
	</author>
	<content type="html">Thanks, Adrian. It's also good to see that you're making progress with
&lt;br&gt;image handling on the GOCA branch.
&lt;br&gt;&lt;br&gt;On 21.07.2008 17:21:54 Adrian Cumiskey wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Jeremias,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yes you are right, I'll look at amending this.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Adrian.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Jeremias Maerki wrote:
&lt;br&gt;&amp;gt; &amp;gt; Adrian,
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; what's the point in registering arbitrary image formats which are not
&lt;br&gt;&amp;gt; &amp;gt; even directly supported by AFP and are converted to bitmaps or graphics
&lt;br&gt;&amp;gt; &amp;gt; by the AFPRenderer? AFAICT, the modca package simply needs to know what
&lt;br&gt;&amp;gt; &amp;gt; internally supported image type is used, not what image type the image
&lt;br&gt;&amp;gt; &amp;gt; originally was. Also, what happens with formats like MathML, JBIG2, PNM and
&lt;br&gt;&amp;gt; &amp;gt; whatever else might be used? Do they have to be registered to work
&lt;br&gt;&amp;gt; &amp;gt; correctly? Doesn't seem right to me.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; On 21.07.2008 13:36:50 acumiskey wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Author: acumiskey
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Date: Mon Jul 21 04:36:49 2008
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; New Revision: 678394
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=678394&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=678394&amp;view=rev&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Log:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; * Fixed bug in cache where object is not able to use IOB mechanism.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; * Added PNG unsupported (but now recognised) mimetype to MO:DCA Registry.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; * Added useful toString() to AbstractNamedDataObject.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Modified:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/DataObjectCache.java
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AFPDataStream.java
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AbstractNamedAFPObject.java
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AbstractPageObject.java
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AbstractPreparedObjectContainer.java
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/Registry.java
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/ResourceGroup.java
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;snip/&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Jeremias Maerki
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Jeremias Maerki
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-svn-commit%3A-r678394---in--xmlgraphics-fop-branches-Temp_AFPGOCAResources-src-java-org-apache-fop-render-afp%3A-.--modca--tp18569831p18583034.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18570947</id>
	<title>Re: svn commit: r678394 - in /xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp: ./ modca/</title>
	<published>2008-07-21T08:21:54Z</published>
	<updated>2008-07-21T08:21:54Z</updated>
	<author>
		<name>Adrian Cumiskey</name>
	</author>
	<content type="html">Jeremias,
&lt;br&gt;&lt;br&gt;Yes you are right, I'll look at amending this.
&lt;br&gt;&lt;br&gt;Adrian.
&lt;br&gt;&lt;br&gt;Jeremias Maerki wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Adrian,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; what's the point in registering arbitrary image formats which are not
&lt;br&gt;&amp;gt; even directly supported by AFP and are converted to bitmaps or graphics
&lt;br&gt;&amp;gt; by the AFPRenderer? AFAICT, the modca package simply needs to know what
&lt;br&gt;&amp;gt; internally supported image type is used, not what image type the image
&lt;br&gt;&amp;gt; originally was. Also, what happens with formats like MathML, JBIG2, PNM and
&lt;br&gt;&amp;gt; whatever else might be used? Do they have to be registered to work
&lt;br&gt;&amp;gt; correctly? Doesn't seem right to me.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On 21.07.2008 13:36:50 acumiskey wrote:
&lt;br&gt;&amp;gt;&amp;gt; Author: acumiskey
&lt;br&gt;&amp;gt;&amp;gt; Date: Mon Jul 21 04:36:49 2008
&lt;br&gt;&amp;gt;&amp;gt; New Revision: 678394
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=678394&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=678394&amp;view=rev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; Log:
&lt;br&gt;&amp;gt;&amp;gt; * Fixed bug in cache where object is not able to use IOB mechanism.
&lt;br&gt;&amp;gt;&amp;gt; * Added PNG unsupported (but now recognised) mimetype to MO:DCA Registry.
&lt;br&gt;&amp;gt;&amp;gt; * Added useful toString() to AbstractNamedDataObject.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Modified:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/DataObjectCache.java
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AFPDataStream.java
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AbstractNamedAFPObject.java
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AbstractPageObject.java
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AbstractPreparedObjectContainer.java
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/Registry.java
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/ResourceGroup.java
&lt;br&gt;&amp;gt; &amp;lt;snip/&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Jeremias Maerki
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-svn-commit%3A-r678394---in--xmlgraphics-fop-branches-Temp_AFPGOCAResources-src-java-org-apache-fop-render-afp%3A-.--modca--tp18569831p18570947.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18569831</id>
	<title>Re: svn commit: r678394 - in /xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp: ./ modca/</title>
	<published>2008-07-21T07:28:27Z</published>
	<updated>2008-07-21T07:28:27Z</updated>
	<author>
		<name>Jeremias Maerki-2</name>
	</author>
	<content type="html">Adrian,
&lt;br&gt;&lt;br&gt;what's the point in registering arbitrary image formats which are not
&lt;br&gt;even directly supported by AFP and are converted to bitmaps or graphics
&lt;br&gt;by the AFPRenderer? AFAICT, the modca package simply needs to know what
&lt;br&gt;internally supported image type is used, not what image type the image
&lt;br&gt;originally was. Also, what happens with formats like MathML, JBIG2, PNM and
&lt;br&gt;whatever else might be used? Do they have to be registered to work
&lt;br&gt;correctly? Doesn't seem right to me.
&lt;br&gt;&lt;br&gt;On 21.07.2008 13:36:50 acumiskey wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Author: acumiskey
&lt;br&gt;&amp;gt; Date: Mon Jul 21 04:36:49 2008
&lt;br&gt;&amp;gt; New Revision: 678394
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=678394&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=678394&amp;view=rev&lt;/a&gt;&lt;br&gt;&amp;gt; Log:
&lt;br&gt;&amp;gt; * Fixed bug in cache where object is not able to use IOB mechanism.
&lt;br&gt;&amp;gt; * Added PNG unsupported (but now recognised) mimetype to MO:DCA Registry.
&lt;br&gt;&amp;gt; * Added useful toString() to AbstractNamedDataObject.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Modified:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/DataObjectCache.java
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AFPDataStream.java
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AbstractNamedAFPObject.java
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AbstractPageObject.java
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/AbstractPreparedObjectContainer.java
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/Registry.java
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/afp/modca/ResourceGroup.java
&lt;/div&gt;&amp;lt;snip/&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Jeremias Maerki
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-svn-commit%3A-r678394---in--xmlgraphics-fop-branches-Temp_AFPGOCAResources-src-java-org-apache-fop-render-afp%3A-.--modca--tp18569831p18569831.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18562698</id>
	<title>Bug report for Fop [2008/07/20]</title>
	<published>2008-07-20T23:08:12Z</published>
	<updated>2008-07-20T23:08:12Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">+---------------------------------------------------------------------------+
&lt;br&gt;| Bugzilla Bug ID &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| &amp;nbsp; &amp;nbsp; +---------------------------------------------------------------------+
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | Status: UNC=Unconfirmed NEW=New &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ASS=Assigned &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OPN=Reopened &amp;nbsp; &amp;nbsp;VER=Verified &amp;nbsp; &amp;nbsp;(Skipped Closed/Resolved) &amp;nbsp; |
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; +-----------------------------------------------------------------+
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; | Severity: BLK=Blocker CRI=Critical &amp;nbsp;REG=Regression &amp;nbsp;MAJ=Major &amp;nbsp; |
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MIN=Minor &amp;nbsp; NOR=Normal &amp;nbsp; &amp;nbsp;ENH=Enhancement TRV=Trivial |
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; | &amp;nbsp; +-------------------------------------------------------------+
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; | &amp;nbsp; | Date Posted &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; | &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;+--------------------------------------------------+
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; | &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Description &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; | &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| 1063|New|Nor|2001-03-21|fop does not handle large fo files &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| 3280|New|Nor|2001-08-27|PCL Renderer doesn't work &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| 3824|New|Blk|2001-09-25|MIF option with tables &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| 4030|New|Nor|2001-10-08|IOException creating Postscript with graphics on S|
&lt;br&gt;| 4535|New|Maj|2001-10-31|PCL renderer 1.13 not rendering SVG &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| 5010|New|Enh|2001-11-21|Better error reporting needed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| 5124|New|Maj|2001-11-27|fo:block-container is not rendered properly using |
&lt;br&gt;| 6305|New|Nor|2002-02-07|Using fo:table-and-caption results in empty output|
&lt;br&gt;| 6427|New|Enh|2002-02-13|Adding additional Type 1 fonts problem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| 6997|New|Nor|2002-03-09|[PATCH] Row-spanned row data breaks over a page wi|
&lt;br&gt;| 7241|New|Nor|2002-03-19|keep-with-previous, keep-with-next only working on|
&lt;br&gt;| 8003|Ass|Maj|2002-04-12|FopImageFactory never releases cached images &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| 8463|New|Nor|2002-04-24|SVG clipping in external.fo example doc when rende|
&lt;br&gt;| 8767|Ass|Min|2002-05-03|Image and solid colour background rectangle sizes |
&lt;br&gt;| 9379|New|Nor|2002-05-24|MIF Renderer generates incorrect MIF code &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|10379|New|Enh|2002-07-01|Improvement to FOP Classloader &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|12494|New|Nor|2002-09-10|fop produces pdf file which Acrobat Reader refuses|
&lt;br&gt;|12610|New|Enh|2002-09-13|[PATCH] onLoad Action for PDF documents or how to |
&lt;br&gt;|13586|New|Blk|2002-10-13|fop will not work on linux alpha because jre is br|
&lt;br&gt;|13734|New|Nor|2002-10-17|Hyphenation does not work correctly on long string|
&lt;br&gt;|14248|New|Enh|2002-11-05|51-page FO example, could be added to the samples |
&lt;br&gt;|14352|New|Enh|2002-11-07|It would be nice if FOP could be plugged into popu|
&lt;br&gt;|14356|New|Nor|2002-11-07|*NOT* embedding TrueTypeFont in PDF causes Acrobat|
&lt;br&gt;|14419|New|Enh|2002-11-10|Implement SourceResolver, Image Resolver &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|14529|New|Nor|2002-11-13|SVG url references do not work &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|14679|New|Enh|2002-11-19|Pluggable renderers &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|14924|New|Nor|2002-11-28|Table disappears when it ends when the page ends &amp;nbsp;|
&lt;br&gt;|15020|New|Enh|2002-12-03|Reuse of fo-tree &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|16017|Opn|Nor|2003-01-13|Jpeg's and the PDF Serializer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|16130|New|Nor|2003-01-15|PS-Renderer emits lots of redundant moveto's &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|16156|New|Nor|2003-01-16|0.20.5rc SVG example does not work &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|16713|New|Nor|2003-02-03|Hyphenation error in tables &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|17369|New|Nor|2003-02-25|Footnote duplication &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|17380|New|Nor|2003-02-25|Batik Component will not recognize feXXXX SVG elem|
&lt;br&gt;|17921|New|Nor|2003-03-12|Kerning is broken for standard fonts &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|18292|New|Nor|2003-03-24|24 bit PNG not displayed correctly &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|18801|New|Nor|2003-04-08|&amp;quot;visibility&amp;quot; property is not implemented &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|19228|New|Blk|2003-04-22|[PATCH] Child LayoutContext is null in certain cir|
&lt;br&gt;|19341|Ver|Nor|2003-04-26|leader doesn't work since 0.20.5.rc2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|19695|New|Enh|2003-05-06|[PATCH] Allow fox:destination as child of fox:outl|
&lt;br&gt;|19717|New|Enh|2003-05-07|Lets add support for JimiClassesPro.zip to build.x|
&lt;br&gt;|19769|Ass|Enh|2003-05-08|Indefinite page size is not implemented &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|20280|Ass|Enh|2003-05-27|text-align and text-align-last only partially impl|
&lt;br&gt;|20407|New|Enh|2003-06-02|[PATCH] Configure image caching using the configur|
&lt;br&gt;|20827|New|Enh|2003-06-17|Derive other font styles and weights from normal T|
&lt;br&gt;|21265|Opn|Nor|2003-07-02|referencing a custom font (TTF or Adobe Type 1) fo|
&lt;br&gt;|21905|New|Nor|2003-07-26|large list-item-label bleeds into following block |
&lt;br&gt;|21982|New|Maj|2003-07-30|NullPointer Exception in LazyFont with embedded fo|
&lt;br&gt;|22450|New|Maj|2003-08-15|Unterminated iteration in JPEGReader class &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|22627|Opn|Nor|2003-08-21|Update mirror/download page HEADER &amp; README (was [|
&lt;br&gt;|24148|New|Nor|2003-10-27|Kerning upsets text-align=&amp;quot;end&amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|24171|New|Nor|2003-10-28|[PATCH] 1st Attempt at Whole Site PDF &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|24378|New|Nor|2003-11-04|Minor problem in sample code for embedding &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|24663|New|Nor|2003-11-12|fo:block space-after property needs fixing &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|24804|New|Nor|2003-11-18|SVG Text to PS Output generates incorrect outlines|
&lt;br&gt;|25022|New|Nor|2003-11-26|XSL-FO to PCL : images not included &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|25341|New|Nor|2003-12-08|percentage resolution not being recalculated on di|
&lt;br&gt;|25411|New|Nor|2003-12-10|[WARNING] Error while constructing image from XML |
&lt;br&gt;|25432|Ass|Maj|2003-12-11|Cannot embed the User Defined Characters into the |
&lt;br&gt;|26047|New|Nor|2004-01-11|Space-after value remembered and used on second do|
&lt;br&gt;|26590|New|Nor|2004-02-02|last character width in winansi font is missed &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|26848|New|Nor|2004-02-11|PNG images using JIMI instead JAI &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|27107|New|Maj|2004-02-20|TTF Reader fails &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|27727|New|Maj|2004-03-17|problem displaying Japanese fonts in PDF. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|27890|New|Min|2004-03-24|fop.sh doesn't set exit status &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|29632|New|Maj|2004-06-17|Rendered reads fonts from disk everytime it render|
&lt;br&gt;|29711|New|Maj|2004-06-21|[PATCH] LineArea.canBreakMidWord() RFC3066 fix &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|30006|New|Nor|2004-07-09|eps doesn't show up in recent GhostScript versions|
&lt;br&gt;|30214|New|Nor|2004-07-20|PSGraphics2D.drawImage incorrect matrix generated |
&lt;br&gt;|31039|New|Nor|2004-09-03|URL in basic-link is scrambled by encryption &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|31225|New|Nor|2004-09-14|Need embedded page sequence functionality &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|31301|New|Nor|2004-09-19|FOP limitation-Summary of columns value at Table F|
&lt;br&gt;|31674|New|Enh|2004-10-12|Allow Print Renderer to select Printer and Tray. &amp;nbsp;|
&lt;br&gt;|31796|New|Cri|2004-10-20|Fop: Pdf generation dowsn`t work with j2sdk 1.5 &amp;nbsp; |
&lt;br&gt;|32054|New|Enh|2004-11-04|Pluggable area creation: AreaFactory &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|32100|Ass|Enh|2004-11-07|FOP &amp;quot;Starter Documents&amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|32107|New|Cri|2004-11-07|Move FOP wiki to secure &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|32201|Opn|Enh|2004-11-12|please, provide a manpage &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|32789|New|Cri|2004-12-21|Arabic words are broken for rendering PDF from FOP|
&lt;br&gt;|32970|New|Cri|2005-01-06|Sticking words in generated PDF document &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|33174|New|Nor|2005-01-20|An unrecognized token'NaN' was found when opening |
&lt;br&gt;|34355|New|Cri|2005-04-07|BufferOverflowException when running SVG2PDF on hu|
&lt;br&gt;|35184|New|Trv|2005-06-02|Error while loading image &lt;a href=&quot;http://xxx.xx.x/yyyy.tif&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xxx.xx.x/yyyy.tif&lt;/a&gt;|
&lt;br&gt;|35500|New|Nor|2005-06-24|Missing .close() call on stream opened for JPEG im|
&lt;br&gt;|35939|New|Nor|2005-07-30|[PATCH] Port of 0.20.5 Driver.java class &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|35948|New|Enh|2005-07-31|pre-patch for FOrayFont adaptation to Fop &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|36000|Ver|Maj|2005-08-03|PDF page margins larger, different than PS renderi|
&lt;br&gt;|36011|New|Nor|2005-08-04|Setting word-spacing on justified blocks removes j|
&lt;br&gt;|36238|Ass|Nor|2005-08-18|text-align=&amp;quot;justify&amp;quot; doesn't work on custom fonts |
&lt;br&gt;|36395|New|Nor|2005-08-27|Common Border and Background Properties not suppor|
&lt;br&gt;|36408|Opn|Min|2005-08-29|FOP hyphenation splits consecutive digits onto sep|
&lt;br&gt;|36533|Opn|Nor|2005-09-07|Incorrect ipd and twsadjust settings &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|36935|New|Blk|2005-10-05|table-layout=&amp;quot;fixed&amp;quot; and width=&amp;quot;auto&amp;quot;, but auto-la|
&lt;br&gt;|36977|New|Nor|2005-10-09|[PATCH]TextLayoutManager CJK line break &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|37108|New|Nor|2005-10-16|Patch for 0.20.5 to work with jdk1.5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|37114|New|Min|2005-10-17|No error message on illegal/unknown values on a pr|
&lt;br&gt;|37116|New|Enh|2005-10-17|ESC POS Renderer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|37136|Opn|Nor|2005-10-18|external-graphic dimensions and rendering &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|37236|Ass|Nor|2005-10-25|[PATCH] Fix gradients and patterns &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|37305|Ass|Nor|2005-10-30|Added deviceDPI to PDFDocumentGraphics2D &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|37505|New|Cri|2005-11-15|SEVERE FOP Exceptions should be thrown! &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|37579|Ass|Nor|2005-11-21|footnotes within tables and listsl get lost &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|38121|New|Nor|2006-01-04|border-separation disturbs table layout &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|38244|New|Nor|2006-01-12|table-column and number-columns-spanned (prepatch)|
&lt;br&gt;|38264|Ass|Nor|2006-01-13|Hyphenation does not play well with preserved line|
&lt;br&gt;|38639|Inf|Maj|2006-02-14|PDF not opening &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|38821|Opn|Nor|2006-03-01|The manifest file no longer has a Class-Path entry|
&lt;br&gt;|38862|New|Maj|2006-03-06|No ImageReader for this type of image &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|38880|Ass|Nor|2006-03-07|Right border on fo:inline missing when hyphenate=t|
&lt;br&gt;|39034|New|Nor|2006-03-20|page-number-citation : the text after overlaps the|
&lt;br&gt;|39118|Ass|Nor|2006-03-27|[PATCH] Handling of page-number-citation-last &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|39184|New|Nor|2006-04-03|soft page break on new line &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|39215|New|Nor|2006-04-05|[PATCH] To render GIF external images in RTF outpu|
&lt;br&gt;|39261|New|Min|2006-04-10|Rasterized paints upside down if coordinate system|
&lt;br&gt;|39293|New|Enh|2006-04-13|FOP can't support bold,italic for chinese/other mu|
&lt;br&gt;|39412|Ass|Nor|2006-04-26|wrong URL referred from FOP: Bugs and Other Tracka|
&lt;br&gt;|39422|New|Nor|2006-04-27|[PATCH] Fop fails to render non-ascii characters i|
&lt;br&gt;|39725|New|Maj|2006-06-05|page-position=&amp;quot;last&amp;quot; and spans doesn't output all |
&lt;br&gt;|39777|Ass|Enh|2006-06-11|[PATCH] GSoC: floats implementation &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|39840|Ass|Cri|2006-06-20|Multi page table fails with an endless loop error |
&lt;br&gt;|39927|Ass|Nor|2006-06-28|Building FOP with GCJ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|39968|New|Nor|2006-07-05|Absolutely positioned block-container affects the |
&lt;br&gt;|40112|New|Nor|2006-07-26|keep-with-previous.within-page not working &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|40271|Ass|Nor|2006-08-17|[PATCH] auto table layout -- dirty draft &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|40288|Opn|Nor|2006-08-18|&amp;lt;base&amp;gt; url requires &amp;quot;/&amp;quot;, failes otherwise &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|40464|New|Nor|2006-09-11|Improve handling of OpenType fonts &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|40465|New|Nor|2006-09-11|Obtain some OpenType fonts for testing &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|40468|New|Nor|2006-09-11|Use OpenType fonts from the STIX fonts project? &amp;nbsp; |
&lt;br&gt;|40529|New|Nor|2006-09-17|[PATCH] Possible bug in PSTextRenderer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|40557|Ass|Nor|2006-09-20|PDF encryption and Acrobat 5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|40676|Ass|Enh|2006-10-04|png graphics are expanded/uncompressed in pdf caus|
&lt;br&gt;|40699|New|Nor|2006-10-06|Invalid PDF for certain numerical values in SVG li|
&lt;br&gt;|40798|New|Maj|2006-10-19|page-position=&amp;quot;last&amp;quot; doesn't work for 1 page docum|
&lt;br&gt;|40830|Inf|Nor|2006-10-27|Pb rendering SVG in fo:instream-foreign-object wit|
&lt;br&gt;|41062|New|Nor|2006-11-28|Defect reading hyphenation patterns &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|41122|New|Nor|2006-12-07|[PATCH] flow-map 1.1 support &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|41149|Ass|Nor|2006-12-11|PNG causes NPE for RTF output &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|41251|Opn|Nor|2006-12-28|ArrayIndexOutOfBoundsException in multithreading e|
&lt;br&gt;|41272|Opn|Nor|2006-12-31|Memory problem in 0.93 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|41295|New|Min|2007-01-04|Examples cause fatals and excessive warnings &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|41300|New|Min|2007-01-05|FATAL error raised for proportional-column-width()|
&lt;br&gt;|41306|New|Nor|2007-01-05|AWT claims to support out-of-order: doesn't &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|41377|Ver|Blk|2007-01-16|Alignment (end, right) does not work in table-cell|
&lt;br&gt;|41379|New|Maj|2007-01-16|VerifyError on FopFactory.newInstance() using Tomc|
&lt;br&gt;|41380|New|Min|2007-01-16|Content in tables affecting conditional spacing of|
&lt;br&gt;|41389|New|Maj|2007-01-17|Rtf numbered lists without numbers &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|41440|Ass|Nor|2007-01-23|PDFSVGHandler causes missing resource bundle &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|41443|New|Nor|2007-01-23|[PATCH] FOP can't handle mixed-case hyphenation ex|
&lt;br&gt;|41445|Inf|Nor|2007-01-23|no searchable text in pdf for &amp;lt;image xlink:href to|
&lt;br&gt;|41633|New|Nor|2007-02-16|*-progression-dimension on inlines not implemented|
&lt;br&gt;|41637|New|Nor|2007-02-16|in-line border-end does not always get rendered &amp;nbsp; |
&lt;br&gt;|41649|New|Cri|2007-02-16|fop0.93 - Does not generate svg line or svg rectab|
&lt;br&gt;|41657|New|Nor|2007-02-19|No support for SVG 1.2 in instream-foreign-object |
&lt;br&gt;|41667|New|Nor|2007-02-21|ImageProvider should be overridable in ImageFactor|
&lt;br&gt;|41812|New|Trv|2007-03-11|fillRect writes wrong command &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|41822|New|Nor|2007-03-12|Generated example from \examples\fo\basic\list.fo |
&lt;br&gt;|41894|New|Nor|2007-03-19|fo:block-container: percentage-lengths + width/hei|
&lt;br&gt;|41918|New|Nor|2007-03-21|Thin Lines in AWTRenderer are not drawn &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|41942|New|Nor|2007-03-25|fo:leader elements are ignored when converted to R|
&lt;br&gt;|41951|New|Nor|2007-03-26|External graphic doesnt size properly with height |
&lt;br&gt;|41959|New|Nor|2007-03-27|External links are broken if pdf is encryped &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|41978|New|Maj|2007-03-28|Rogue entries on a blank page &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|41995|New|Enh|2007-03-30|[PATCH] Barcode Support for AFP Renderer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|41999|New|Nor|2007-03-30|Unassigned code points cause ArrayIndexOutOfBounds|
&lt;br&gt;|42028|New|Nor|2007-04-02|Incorrect rendering of GIF images &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|42034|New|Nor|2007-04-03|basic-link doesn't cover all text inside &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|42049|New|Nor|2007-04-04|RTF (and PDF) tables incorrectly handle margin-lef|
&lt;br&gt;|42136|New|Nor|2007-04-16|PDFDocumentGraphics2D.translate() does not work co|
&lt;br&gt;|42162|New|Nor|2007-04-18|hyphenation inside block in FOP works only for pur|
&lt;br&gt;|42306|New|Nor|2007-05-01|[PATCH] AWT Viewer does not track page numbers in |
&lt;br&gt;|42307|New|Cri|2007-05-01|[PATCH] Java2d renderers render arabic text incorr|
&lt;br&gt;|42330|New|Nor|2007-05-03|Tibetan characters not rendered correctly in PDF &amp;nbsp;|
&lt;br&gt;|42352|New|Nor|2007-05-08|Problem with tiff gray render &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|42374|New|Nor|2007-05-09|List label and bodyindentation incorrect in RTF &amp;nbsp; |
&lt;br&gt;|42380|New|Nor|2007-05-10|FOP chokes on jar-embedded class path &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|42501|New|Nor|2007-05-23|basic-link not sizing correctly for external-graph|
&lt;br&gt;|42577|Ass|Nor|2007-06-04|font-stretch [PATCH] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|42600|New|Nor|2007-06-06|can not create page break in RTF &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|42601|New|Nor|2007-06-06|Image/text misalignment inside before-region table|
&lt;br&gt;|42616|Opn|Nor|2007-06-08|fop bash script still broken under cygwin when cur|
&lt;br&gt;|42617|New|Nor|2007-06-08|DOM tree cannot be built for a SVG graphic embedde|
&lt;br&gt;|42685|Ass|Nor|2007-06-17|Printer restarts after sucessfull printing Postscr|
&lt;br&gt;|42769|New|Nor|2007-06-28|Wrong border resolution in a table when there are |
&lt;br&gt;|42779|Ass|Nor|2007-06-29|page-position and force-page-count with different |
&lt;br&gt;|42808|New|Nor|2007-07-04|table footer overflows region-body area without wa|
&lt;br&gt;|42845|Inf|Nor|2007-07-10|Printing error. Prints charater+1. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|42861|Ass|Nor|2007-07-11|[PATCH] Font detection only works for first docume|
&lt;br&gt;|42868|New|Nor|2007-07-12|font-weight on custom fonts &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|43166|New|Nor|2007-08-20|unclosed border on nested inlines &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|43226|Inf|Maj|2007-08-28|images in pdf are not displayed correctly with 0.9|
&lt;br&gt;|43237|New|Nor|2007-08-29|IndexOutOfBoundsException &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|43357|New|Min|2007-09-11|PDFGraphics2D addImage method: image in PDF look a|
&lt;br&gt;|43416|New|Nor|2007-09-18|content not rendered after a break-before=&amp;quot;column&amp;quot;|
&lt;br&gt;|43474|Ass|Nor|2007-09-25|wrap-option=&amp;quot;wrap&amp;quot; doesn't work &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|43506|New|Nor|2007-09-28|NPE using a Tiff Image &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|43525|New|Nor|2007-10-01|&amp;quot;background-position&amp;quot; shorthand is not processed p|
&lt;br&gt;|43570|New|Cri|2007-10-08|field ATTRIB_ROW_PADDING not found &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|43571|Ass|Maj|2007-10-08|Error resolving Font metric URL Jar &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|43651|New|Nor|2007-10-18|NPE without manually clearing image cache &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|43722|New|Nor|2007-10-29|arabic character isssue &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|43739|New|Nor|2007-10-30|PDF table of contents generated with incorrect pag|
&lt;br&gt;|43808|New|Cri|2007-11-07|Apache FOP in a Servlet fails to work after upgrad|
&lt;br&gt;|43844|New|Maj|2007-11-12|Extra blank lines added upon weird combinations of|
&lt;br&gt;|43940|New|Min|2007-11-22|Faster method for double formatting &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|43962|New|Nor|2007-11-26|OutOfMemoryError while auto-detecting fonts &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|44023|New|Nor|2007-12-05|An empty fo:block artificially breaks a block-stac|
&lt;br&gt;|44024|Ass|Nor|2007-12-05|About AFP renderer Issues when i try to using Aria|
&lt;br&gt;|44160|Ass|Cri|2008-01-02|IndexOutOfBoundsException when creating pdf &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|44190|New|Cri|2008-01-09|&amp;lt;fo:block span=&amp;quot;none&amp;quot;&amp;gt; : textblock is missing on l|
&lt;br&gt;|44320|New|Nor|2008-01-29|Missing before/after border when break set on a ta|
&lt;br&gt;|44324|New|Nor|2008-01-29|vertical-align or baseline-shift In table-cells ca|
&lt;br&gt;|44328|New|Nor|2008-01-30|widows not respected when linefeed-treatment=&amp;quot;pres|
&lt;br&gt;|44358|New|Maj|2008-02-05|OufOfMem &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|44393|Opn|Nor|2008-02-11|Wrong fo.Constant values used for break class &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|44412|Inf|Nor|2008-02-13|Missing border-after when break-after set on a blo|
&lt;br&gt;|44434|New|Cri|2008-02-15|FO java Memory Error &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|44452|New|Cri|2008-02-19|last upgrades don't render older fop xml files &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|44460|Ass|Enh|2008-02-21|[PATCH] PDF Embedded files implementation &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|44489|Ass|Enh|2008-02-26|AFP Renderer: Implement break-out mechanism to sup|
&lt;br&gt;|44490|Ass|Nor|2008-02-26|AFP Renderer: Support for clipping is missing &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|44507|New|Nor|2008-02-29|PCL Renderer doesn't clip background images &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|44545|Inf|Nor|2008-03-06|Keep together do not work correctly on spanning ta|
&lt;br&gt;|44616|New|Nor|2008-03-17|Merging algorithm for tables properly works only f|
&lt;br&gt;|44634|Ass|Enh|2008-03-19|implement show-destination for fo:basic-link &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|44744|New|Nor|2008-04-03|PDFGraphics2D.drawString(AttributedCharacterIterat|
&lt;br&gt;|44826|New|Nor|2008-04-15|last-page master reference interfered with span al|
&lt;br&gt;|44885|Ass|Enh|2008-04-27|fo:inline-container implementation &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|44920|Ass|Nor|2008-05-02|nested, multi-page tables and keep-with-previous &amp;nbsp;|
&lt;br&gt;|45027|Inf|Nor|2008-05-18|Color 'blue' does not render correctly when 'fo:ex|
&lt;br&gt;|45047|Ass|Nor|2008-05-20|Fixed row height not taken into account if the row|
&lt;br&gt;|45070|Ass|Nor|2008-05-23|Spurious WARNING on span=&amp;quot;inherit&amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|45079|Ass|Nor|2008-05-27|multi page table with marker &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|45097|Ass|Nor|2008-05-29|Questionable white-space-treatment behavior &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|45104|New|Nor|2008-05-30|Possible Thread Safety Problem in FOP 0.93 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|45113|Ass|Enh|2008-06-01|[PATCH] Adding PDF Launch Action &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|45134|Ass|Nor|2008-06-05|FOP unwarranted page split on table with numbre-ro|
&lt;br&gt;|45159|New|Nor|2008-06-07|fop buzzed on footnotes near page break &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|45171|Ver|Nor|2008-06-09|PNG files locked until JVM exits &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|45237|Ass|Nor|2008-06-19|Call order of FOEventHandler method is incorrect &amp;nbsp;|
&lt;br&gt;|45306|New|Nor|2008-06-29|fo:instream-foreign-object in fo:marker does not w|
&lt;br&gt;|45307|New|Nor|2008-06-29|fo:block-container height issue &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|45342|New|Nor|2008-07-04|AFP Renderer does not properly handle AFP fonts wi|
&lt;br&gt;|45351|Ass|Nor|2008-07-07|Unnecessary hyphenation, swallowed characters &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|45366|New|Enh|2008-07-08|Unable to create column break in RTF using FOP &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|45390|New|Nor|2008-07-13|PDF Extensions - Prototype &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;+-----+---+---+----------+--------------------------------------------------+
&lt;br&gt;| Total &amp;nbsp;245 bugs &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;+---------------------------------------------------------------------------+
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Bug-report-for-Fop--2008-07-20--tp18562698p18562698.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18557318</id>
	<title>Re: svn commit: r677648 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/FOPropertyMapping.java</title>
	<published>2008-07-20T11:39:09Z</published>
	<updated>2008-07-20T11:39:09Z</updated>
	<author>
		<name>Andreas Delmelle-2</name>
	</author>
	<content type="html">On Jul 20, 2008, at 17:15, J.Pietschmann wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Andreas Delmelle wrote:
&lt;br&gt;&amp;gt;&amp;gt; I understand... I still think it's a nice showcase for
&lt;br&gt;&amp;gt;&amp;gt; character-by-character font-selection added by Max, so I'm &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; wondering, if
&lt;br&gt;&amp;gt;&amp;gt; the AFPRenderer is the only exception, we should be looking at a &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; way to
&lt;br&gt;&amp;gt;&amp;gt; fall back with a warning, rather than disabling the feature for all
&lt;br&gt;&amp;gt;&amp;gt; other output formats as well (?)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think we could ask the renderer about available fonts. How should &amp;nbsp;
&lt;br&gt;&amp;gt; the
&lt;br&gt;&amp;gt; API look like?
&lt;/div&gt;&lt;br&gt;I haven't really thought this through yet, so I guess, from my &amp;nbsp;
&lt;br&gt;perspective, anything goes, as long as it would disable the feature &amp;nbsp;
&lt;br&gt;only for those renderers not supporting it.
&lt;br&gt;&lt;br&gt;If I'd have to implement it, I'd be looking at overriding &amp;nbsp;
&lt;br&gt;fo.properties.FontFamilyPropertyMaker.make(PropertyList), which has &amp;nbsp;
&lt;br&gt;access to the FOUserAgent, or the FopFactory's FontManager, and &amp;nbsp;
&lt;br&gt;should thus be able check for the availability of the fonts to find &amp;nbsp;
&lt;br&gt;out which ones can be used as initial values. That would be a more &amp;nbsp;
&lt;br&gt;than viable alternative for the hardcoded default in FOPropertyMapping.
&lt;br&gt;&lt;br&gt;But it's all still a bit vague...
&lt;br&gt;&lt;br&gt;&lt;br&gt;Andreas
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-svn-commit%3A-r677648----xmlgraphics-fop-trunk-src-java-org-apache-fop-fo-FOPropertyMapping.java-tp18514218p18557318.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18555419</id>
	<title>Re: svn commit: r677648 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/FOPropertyMapping.java</title>
	<published>2008-07-20T08:15:13Z</published>
	<updated>2008-07-20T08:15:13Z</updated>
	<author>
		<name>J.Pietschmann</name>
	</author>
	<content type="html">Andreas Delmelle wrote:
&lt;br&gt;&amp;gt; I understand... I still think it's a nice showcase for
&lt;br&gt;&amp;gt; character-by-character font-selection added by Max, so I'm wondering, if
&lt;br&gt;&amp;gt; the AFPRenderer is the only exception, we should be looking at a way to
&lt;br&gt;&amp;gt; fall back with a warning, rather than disabling the feature for all
&lt;br&gt;&amp;gt; other output formats as well (?)
&lt;br&gt;&lt;br&gt;I think we could ask the renderer about available fonts. How should the
&lt;br&gt;API look like?
&lt;br&gt;&lt;br&gt;J.Pietschmann
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-svn-commit%3A-r677648----xmlgraphics-fop-trunk-src-java-org-apache-fop-fo-FOPropertyMapping.java-tp18514218p18555419.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18552272</id>
	<title>DO NOT REPLY [Bug 45390] PDF Extensions - Prototype</title>
	<published>2008-07-20T01:09:31Z</published>
	<updated>2008-07-20T01:09:31Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=45390&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=45390&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Andreas L. Delmelle &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18552272&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;adelmelle@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; Attachment #22261|0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; is obsolete| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from Andreas L. Delmelle &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18552272&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;adelmelle@...&lt;/a&gt;&amp;gt; &amp;nbsp;2008-07-20 01:09:29 PST ---
&lt;br&gt;Created an attachment (id=22286)
&lt;br&gt;&amp;nbsp;--&amp;gt; (&lt;a href=&quot;https://issues.apache.org/bugzilla/attachment.cgi?id=22286&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/attachment.cgi?id=22286&lt;/a&gt;)
&lt;br&gt;updated prototype; some more experimenting...
&lt;br&gt;&lt;br&gt;&lt;br&gt;The patch in attach disables processing of the extension in case PDF/A or PDF/X
&lt;br&gt;conformance is active. Better safe than sorry. For users that really don't mind
&lt;br&gt;the risk, we could still add a config option to override this.
&lt;br&gt;&lt;br&gt;On another note, adding a quick-and-dirty implementation for simple PDF strings
&lt;br&gt;already allows adding some JavaScript as an OpenAction...
&lt;br&gt;&lt;br&gt;Most complete example I tested so far:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;pdf:dictionary type=&amp;quot;catalog&amp;quot;
&lt;br&gt;xmlns:pdf=&amp;quot;&lt;a href=&quot;http://xmlgraphics.apache.org/fop/extensions/pdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xmlgraphics.apache.org/fop/extensions/pdf&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;pdf:name key=&amp;quot;PageMode&amp;quot;&amp;gt;FullScreen&amp;lt;/pdf:name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;pdf:dictionary type=&amp;quot;normal&amp;quot; key=&amp;quot;ViewerPreferences&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;pdf:boolean key=&amp;quot;HideToolbar&amp;quot;&amp;gt;true&amp;lt;/pdf:boolean&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;pdf:boolean key=&amp;quot;HideWindowUI&amp;quot;&amp;gt;true&amp;lt;/pdf:boolean&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;pdf:boolean key=&amp;quot;FitWindow&amp;quot;&amp;gt;true&amp;lt;/pdf:boolean&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;pdf:boolean key=&amp;quot;CenterWindow&amp;quot;&amp;gt;true&amp;lt;/pdf:boolean&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;pdf:name key=&amp;quot;NonFullScreenPageMode&amp;quot;&amp;gt;UseThumbs&amp;lt;/pdf:name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;pdf:name key=&amp;quot;PrintScaling&amp;quot;&amp;gt;None&amp;lt;/pdf:name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/pdf:dictionary&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;pdf:dictionary type=&amp;quot;normal&amp;quot; key=&amp;quot;OpenAction&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;pdf:name key=&amp;quot;Type&amp;quot;&amp;gt;Action&amp;lt;/pdf:name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;pdf:name key=&amp;quot;S&amp;quot;&amp;gt;JavaScript&amp;lt;/pdf:name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;pdf:string key=&amp;quot;JS&amp;quot;&amp;gt;this.print(false,0,this.numPages-1);&amp;lt;/pdf:string&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/pdf:dictionary&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/pdf:dictionary&amp;gt;
&lt;br&gt;&lt;br&gt;The JavaScript was borrowed from Bugzilla #12610, which also attempted to
&lt;br&gt;address this.
&lt;br&gt;&lt;br&gt;I'd say it's about time to look into adding some basic validation, shaving off
&lt;br&gt;the rough edges (!!serialization!!), and adding some documentation and
&lt;br&gt;testcases.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-45390--New%3A-PDF-Extensions---Prototype-tp18434090p18552272.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18543441</id>
	<title>Re: PDF full screen mode...</title>
	<published>2008-07-19T03:48:53Z</published>
	<updated>2008-07-19T03:48:53Z</updated>
	<author>
		<name>Andreas Delmelle-2</name>
	</author>
	<content type="html">On Jul 18, 2008, at 19:24, Bill Harrelson wrote:
&lt;br&gt;&lt;br&gt;Hi Bill
&lt;br&gt;&lt;br&gt;&amp;gt; Thanks. &amp;nbsp;Guess I just have to wait, and tell the users they have to &amp;nbsp;
&lt;br&gt;&amp;gt; check print scaling when they print.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I tried patching a pdf file by hand to include the directive, and, &amp;nbsp;
&lt;br&gt;&amp;gt; as you predicted, got file corrupted errors (although that could be &amp;nbsp;
&lt;br&gt;&amp;gt; for a variety of reasons, so it's not conclusive.)
&lt;br&gt;&lt;br&gt;In theory PDF is editable by hand, but remember that it's still a &amp;nbsp;
&lt;br&gt;binary format, so it's /very/ sensitive to things like editors adding &amp;nbsp;
&lt;br&gt;linefeeds or screwing up the raw bytes due to implicit byte-to-char &amp;nbsp;
&lt;br&gt;conversion... You'd actually almost need a Hex editor to get it &amp;nbsp;
&lt;br&gt;completely right.
&lt;br&gt;&lt;br&gt;Anyway, I ran a test out of curiosity. It doesn't crash or give &amp;nbsp;
&lt;br&gt;corruption warnings on my end (Adobe Reader 8 for Mac), and checking &amp;nbsp;
&lt;br&gt;the document properties, the entry even seems to be correctly &amp;nbsp;
&lt;br&gt;recognized (meaning Reader does not rely on the PDF file version to &amp;nbsp;
&lt;br&gt;process the ViewerPreferences). Also, adding totally nonsensical &amp;nbsp;
&lt;br&gt;entries, which would generate PDF like '/Foo /Bar' (strictly speaking &amp;nbsp;
&lt;br&gt;not incorrect, just meaningless) did not have any damaging effects.
&lt;br&gt;&lt;br&gt;In the end, if it works, it works, I guess, so I'm not so sure &amp;nbsp;
&lt;br&gt;whether it's worth investing time into making things like that &amp;nbsp;
&lt;br&gt;impossible, BUT... if the user would specify something like &amp;nbsp;
&lt;br&gt;'&amp;lt;pdf:name key=&amp;quot;Foo&amp;quot;&amp;gt;[[Bar&amp;lt;/pdf:name&amp;gt;', the file does get corrupted, &amp;nbsp;
&lt;br&gt;since the content is not a valid PDF name. Some degree of validation &amp;nbsp;
&lt;br&gt;is necessary to prevent this stuff from happening. The square &amp;nbsp;
&lt;br&gt;brackets should either be escaped (to '#5B'), or made illegal (i.e. &amp;nbsp;
&lt;br&gt;if necessary, the user should do the escapes himself). Maybe it would &amp;nbsp;
&lt;br&gt;make sense to have PDFName itself not allow invalid names to be &amp;nbsp;
&lt;br&gt;created. At any rate, additional logic for PDF parsing capabilities &amp;nbsp;
&lt;br&gt;seems to belong in the fop.pdf package, rather than on the side of &amp;nbsp;
&lt;br&gt;the extension.
&lt;br&gt;&lt;br&gt;Ultimately, it's also meant to reduce maintenance on our end. If the &amp;nbsp;
&lt;br&gt;PDF Reference evolves and allows new features, the extension should &amp;nbsp;
&lt;br&gt;make those available to the users with us having to add only a &amp;nbsp;
&lt;br&gt;minimal amount of code. None in case of the PrintScaling entry, since &amp;nbsp;
&lt;br&gt;there is already generic support for PDF names. Nice example of the &amp;nbsp;
&lt;br&gt;potential benefits, as opposed to the dangers described above.
&lt;br&gt;&lt;br&gt;I'm currently still planning to look into making a few modifications &amp;nbsp;
&lt;br&gt;to the format, and building in some safeguards (basic validation, if &amp;nbsp;
&lt;br&gt;you will). If you want to stay informed, add yourself to the CC-list &amp;nbsp;
&lt;br&gt;in Bugzilla #45390, and you'll be among the first to receive updates &amp;nbsp;
&lt;br&gt;on the status of the patch.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;Andreas
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-PDF-full-screen-mode...-tp18512612p18543441.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18532490</id>
	<title>Re: PDF full screen mode...</title>
	<published>2008-07-18T08:51:16Z</published>
	<updated>2008-07-18T08:51:16Z</updated>
	<author>
		<name>Andreas Delmelle-2</name>
	</author>
	<content type="html">On Jul 17, 2008, at 20:08, Jeremias Maerki wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I've been quiet about about this PDF extension so far because I didn't
&lt;br&gt;&amp;gt; see much harm in doing it in a generic way for some simple name/value
&lt;br&gt;&amp;gt; pairs. If that goes much further (like doing hacks to produce some
&lt;br&gt;&amp;gt; complex PDF structures but still forcing it into the generic &amp;nbsp;
&lt;br&gt;&amp;gt; extension)
&lt;br&gt;&amp;gt; then I'm a bit concerned. I do prefer the non-generic form I &amp;nbsp;
&lt;br&gt;&amp;gt; proposed at
&lt;br&gt;&amp;gt; the beginning on the Wiki. I don't think there will be any problems &amp;nbsp;
&lt;br&gt;&amp;gt; with
&lt;br&gt;&amp;gt; PDF/A and PDF/X conformance but the further you go with a generic
&lt;br&gt;&amp;gt; approach the less control you have if a generated file will be
&lt;br&gt;&amp;gt; conformant. Please keep that in mind while working on this. Thanks.
&lt;/div&gt;&lt;br&gt;OK, will do. As a plain and simple rule, I'd make it &amp;quot;either one or &amp;nbsp;
&lt;br&gt;the other&amp;quot;. If the user specifies a conformance level, processing of &amp;nbsp;
&lt;br&gt;the extension is disabled, since otherwise FOP cannot guarantee the &amp;nbsp;
&lt;br&gt;conformance.
&lt;br&gt;&lt;br&gt;I see perfectly what you mean, and the idea of specifying PDF &amp;nbsp;
&lt;br&gt;'expressions' is way too dangerous to allow. That's why I'd like to &amp;nbsp;
&lt;br&gt;limit it to a handful of elements that, when combined, can serve to &amp;nbsp;
&lt;br&gt;compose simple dictionaries/entries. Obviously, the docs will have to &amp;nbsp;
&lt;br&gt;come with a Big Fat disclaimer that users are advised to stick to the &amp;nbsp;
&lt;br&gt;examples that we provide, unless they are absolutely certain they &amp;nbsp;
&lt;br&gt;know what they're doing...
&lt;br&gt;&lt;br&gt;In the meantime, I have received another reply from Bill, which &amp;nbsp;
&lt;br&gt;raises some more concerns (something that was already playing in the &amp;nbsp;
&lt;br&gt;back of my mind), namely, users that specify PDF 1.6 entries in a &amp;nbsp;
&lt;br&gt;document whose header indicates PDF 1.4. Not sure, but this is very &amp;nbsp;
&lt;br&gt;likely to cause unpredictable behavior in certain viewers... Some may &amp;nbsp;
&lt;br&gt;simply ignore the entry, others might consider the PDF to be corrupt/ 
&lt;br&gt;invalid.
&lt;br&gt;&lt;br&gt;Bill, note that the entry in question may well be available in the &amp;nbsp;
&lt;br&gt;ViewerPreferences dictionary as of PDF 1.6, but FOP still produces &amp;nbsp;
&lt;br&gt;PDF 1.4 max.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;Andreas
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-PDF-full-screen-mode...-tp18512612p18532490.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18529287</id>
	<title>DO NOT REPLY [Bug 45104] Possible Thread Safety Problem in FOP 0.93</title>
	<published>2008-07-18T06:28:59Z</published>
	<updated>2008-07-18T06:28:59Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=45104&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=45104&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #4 from Jeremias Maerki &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18529287&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jeremias@...&lt;/a&gt;&amp;gt; &amp;nbsp;2008-07-18 06:28:59 PST ---
&lt;br&gt;Thanks for reporting that, but the problem is limited to 0.20.5. The code
&lt;br&gt;indeed has multi-threading issues:
&lt;br&gt;&lt;a href=&quot;https://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_20_2-maintain/src/org/apache/fop/pdf/PDFCIDSystemInfo.java?view=markup&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_20_2-maintain/src/org/apache/fop/pdf/PDFCIDSystemInfo.java?view=markup&lt;/a&gt;&lt;br&gt;&lt;br&gt;Current releases don't have that problem:
&lt;br&gt;&lt;a href=&quot;https://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFCIDSystemInfo.java?view=markup&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFCIDSystemInfo.java?view=markup&lt;/a&gt;&lt;br&gt;&lt;br&gt;(In reply to comment #3)
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We are using FOP 0.20.5. We have recently started noticing that sometimes PDFs
&lt;br&gt;&amp;gt; we generate are having problems with font embedding.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Some times the CIDSystemInfo section gets written as follows:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; /CIDSystemInfo &amp;lt;&amp;lt; /Registry (/CIDSystemInfo &amp;lt;&amp;lt; /Registry (Adobe/CIDSystemInfo
&lt;br&gt;&amp;gt; &amp;lt;&amp;lt; /Registry (AdobeAdobe)/Ordering (UCS)/Ordering ()/Ordering
&lt;br&gt;&amp;gt; (UCSUCS)/Supplement )/Supplement )/Supplement 000 &amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; where as it should be :
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; /CIDSystemInfo &amp;lt;&amp;lt; /Registry (Adobe)/Ordering (UCS)/Supplement 0 &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It clearly shows that there are threading issues. I am not sure if this issue
&lt;br&gt;&amp;gt; also exists in latest version of FOP.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt; Anoop Sehdev
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-45104--Possible-Thread-Safety-Problem-in-FOP-0.93-tp18529287p18529287.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18528329</id>
	<title>DO NOT REPLY [Bug 45104] Possible Thread Safety Problem in FOP 0.93</title>
	<published>2008-07-18T05:39:08Z</published>
	<updated>2008-07-18T05:39:08Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=45104&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=45104&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Anoop Sehdev &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18528329&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;anoop.sehdev@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18528329&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;anoop.sehdev@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #3 from Anoop Sehdev &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18528329&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;anoop.sehdev@...&lt;/a&gt;&amp;gt; &amp;nbsp;2008-07-18 05:39:07 PST ---
&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;We are using FOP 0.20.5. We have recently started noticing that sometimes PDFs
&lt;br&gt;we generate are having problems with font embedding.
&lt;br&gt;&lt;br&gt;Some times the CIDSystemInfo section gets written as follows:
&lt;br&gt;&lt;br&gt;/CIDSystemInfo &amp;lt;&amp;lt; /Registry (/CIDSystemInfo &amp;lt;&amp;lt; /Registry (Adobe/CIDSystemInfo
&lt;br&gt;&amp;lt;&amp;lt; /Registry (AdobeAdobe)/Ordering (UCS)/Ordering ()/Ordering
&lt;br&gt;(UCSUCS)/Supplement )/Supplement )/Supplement 000 &amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&lt;br&gt;where as it should be :
&lt;br&gt;&lt;br&gt;/CIDSystemInfo &amp;lt;&amp;lt; /Registry (Adobe)/Ordering (UCS)/Supplement 0 &amp;gt;&amp;gt;
&lt;br&gt;&lt;br&gt;It clearly shows that there are threading issues. I am not sure if this issue
&lt;br&gt;also exists in latest version of FOP.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Anoop Sehdev
&lt;br&gt;&lt;br&gt;(In reply to comment #2)
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I kinda of assumed that there wouldn't be much help available. &amp;nbsp;But I wanted to
&lt;br&gt;&amp;gt; at least put this out there in case anybody might have seen something similar
&lt;br&gt;&amp;gt; in the past, or in case someone else runs across it in the future.
&lt;br&gt;&amp;gt; We have load tested this project many times, to no avail. &amp;nbsp;Additionally, we
&lt;br&gt;&amp;gt; identified a few different areas where the data mixup could potentially occur,
&lt;br&gt;&amp;gt; but those were easily tested under heavy load with no negative results. &amp;nbsp;It
&lt;br&gt;&amp;gt; seems like there's some missing piece to the puzzle that we haven't been able
&lt;br&gt;&amp;gt; to identify yet. &amp;nbsp;The thinking here is that it might have something to do with
&lt;br&gt;&amp;gt; how FOP handles things when running on WebSphere on a bogged-down mainframe. 
&lt;br&gt;&amp;gt; We have occasional CPU spikes, but the majority of these came when we had a
&lt;br&gt;&amp;gt; configuration mixup that caused our CPU to run at 100% at peak times for a
&lt;br&gt;&amp;gt; couple weeks. &amp;nbsp;Outside of that time frame, we've only had a handful of
&lt;br&gt;&amp;gt; occurrences out of around 230,000 hits. &amp;nbsp;It's just too few to really get a
&lt;br&gt;&amp;gt; handle on it. &amp;nbsp;Besides, our company's direction for PDF generation has shifted
&lt;br&gt;&amp;gt; away from FOP. &amp;nbsp;I'm in the process of rewriting this last project now anyway. 
&lt;br&gt;&amp;gt; I was mostly posting this issue in case others had been experiencing anything
&lt;br&gt;&amp;gt; similar or if there was just something glaring that you could point out to me.
&lt;br&gt;&amp;gt; Thanks for your time. &amp;nbsp;I truly appreciate your reply.
&lt;br&gt;&amp;gt; Best regards--
&lt;br&gt;&amp;gt; John Lulich
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-45104--Possible-Thread-Safety-Problem-in-FOP-0.93-tp18528329p18528329.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18528266</id>
	<title>RE: Print JPEG HeadlessException - Please Help</title>
	<published>2008-07-18T05:33:23Z</published>
	<updated>2008-07-18T05:33:23Z</updated>
	<author>
		<name>Griffin,Sean</name>
	</author>
	<content type="html">Just in case it means something, I ran into this problem when java.awt.headless was specified as &amp;quot;true&amp;quot; on the startup configuration for the OAS platform. &amp;nbsp;Since we were running on a Windows PC we were successfully able to run Batik (and thereby FOP) by just changing java.awt.headless=&amp;quot;false&amp;quot; (or removing all together). &amp;nbsp;From my investigation at the time (albeit on FOP 0.20.5 and Batik 1.5beta4), the only way to successfully make it work was to run in a non-headless environment. &amp;nbsp;In short, I did not find a way for FOP (and more specifically Batik) to work in a headless environment, regardless of what you set your properties to.
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Surj [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18528266&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;underground121@...&lt;/a&gt;] 
&lt;br&gt;Sent: Friday, July 18, 2008 4:50 AM
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18528266&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fop-dev@...&lt;/a&gt;
&lt;br&gt;Subject: Re: Print JPEG HeadlessException - Please Help
&lt;br&gt;&lt;br&gt;&lt;br&gt;Looks like this is set for sure. &amp;nbsp;
&lt;br&gt;&lt;br&gt;I even tried running with Java 1.5. &amp;nbsp;I think I might be beyond help, time to
&lt;br&gt;look for a new trade. &amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Andreas Delmelle-2 wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;----- Oorspronkelijk bericht -----
&lt;br&gt;&amp;gt;&amp;gt;Van: Surj [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18528266&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;underground121@...&lt;/a&gt;]
&lt;br&gt;&amp;gt;&amp;gt;Verzonden: vrijdag, juni 13, 2008 09:23 PM
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;Yes the 'java.awt.headless=true' specified as a parameter when starting up
&lt;br&gt;&amp;gt;&amp;gt;the weblogic container, is there any other way of setting this i.e.
&lt;br&gt;&amp;gt;&amp;gt;programmatically during startup.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can you also verify from within your code whether the setting was
&lt;br&gt;&amp;gt; correctly processed?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This you could check via:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; System.out.print(&amp;quot;java.awt.headless=&amp;quot; +
&lt;br&gt;&amp;gt; System.getProperty(&amp;quot;java.awt.headless&amp;quot;, &amp;quot;false&amp;quot;));
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In theory, you could use System.setProperty(&amp;quot;java.awt.headless&amp;quot;, &amp;quot;true&amp;quot;)
&lt;br&gt;&amp;gt; to set the value, but as is often the case with properties on the
&lt;br&gt;&amp;gt; system-level, it could be that setting it programmatically has no effect
&lt;br&gt;&amp;gt; at all.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; HTH!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Andreas
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;View this message in context: &lt;a href=&quot;http://www.nabble.com/Print-JPEG-HeadlessException---Please-Help-tp17821038p18525612.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Print-JPEG-HeadlessException---Please-Help-tp17821038p18525612.html&lt;/a&gt;&lt;br&gt;Sent from the FOP - Dev mailing list archive at Nabble.com.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Print-JPEG-HeadlessException---Please-Help-tp17821038p18528266.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18525612</id>
	<title>Re:   Print JPEG HeadlessException - Please Help</title>
	<published>2008-07-18T02:49:30Z</published>
	<updated>2008-07-18T02:49:30Z</updated>
	<author>
		<name>Surj</name>
	</author>
	<content type="html">Looks like this is set for sure. &amp;nbsp;
&lt;br&gt;&lt;br&gt;I even tried running with Java 1.5. &amp;nbsp;I think I might be beyond help, time to look for a new trade. &amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Andreas Delmelle-2 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;&amp;gt;----- Oorspronkelijk bericht -----
&lt;br&gt;&amp;gt;Van: Surj [mailto:underground121@yahoo.co.uk]
&lt;br&gt;&amp;gt;Verzonden: vrijdag, juni 13, 2008 09:23 PM
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Yes the 'java.awt.headless=true' specified as a parameter when starting up
&lt;br&gt;&amp;gt;the weblogic container, is there any other way of setting this i.e.
&lt;br&gt;&amp;gt;programmatically during startup.
&lt;br&gt;&lt;br&gt;Can you also verify from within your code whether the setting was correctly processed?
&lt;br&gt;&lt;br&gt;This you could check via:
&lt;br&gt;&lt;br&gt;System.out.print(&amp;quot;java.awt.headless=&amp;quot; + System.getProperty(&amp;quot;java.awt.headless&amp;quot;, &amp;quot;false&amp;quot;));
&lt;br&gt;&lt;br&gt;In theory, you could use System.setProperty(&amp;quot;java.awt.headless&amp;quot;, &amp;quot;true&amp;quot;) to set the value, but as is often the case with properties on the system-level, it could be that setting it programmatically has no effect at all.
&lt;br&gt;&lt;br&gt;&lt;br&gt;HTH!
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;Andreas
&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Print-JPEG-HeadlessException---Please-Help-tp17821038p18525612.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18525711</id>
	<title>Re: svn commit: r677648 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/FOPropertyMapping.java</title>
	<published>2008-07-18T02:30:09Z</published>
	<updated>2008-07-18T02:30:09Z</updated>
	<author>
		<name>Adrian Cumiskey</name>
	</author>
	<content type="html">Hi Max,
&lt;br&gt;&lt;br&gt;The problem with AFP is that there is no concept of a default set of base fonts. &amp;nbsp;You have to 
&lt;br&gt;purchase your fonts as a pack from IBM and I'm not too sure about the availability of Symbol and 
&lt;br&gt;Zapfdingbats - they seem have their own way of doing things :).
&lt;br&gt;&lt;br&gt;FOP does however provide a default base font configuration for AFP of sans-serif, serif and 
&lt;br&gt;monospace - but there are no guarantees as to their availability on any given installation. &amp;nbsp;The 
&lt;br&gt;branch I am working (&lt;a href=&quot;http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources&lt;/a&gt;) 
&lt;br&gt;also contains a populated fop.xconf which provides commonly used raster font configurations for 
&lt;br&gt;Times Roman, Helvetica and Courier.
&lt;br&gt;&lt;br&gt;Adrian.
&lt;br&gt;&lt;br&gt;Max Berger wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Adrian,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; for the same reason I must disagree with the this change: If the fonts
&lt;br&gt;&amp;gt; are not available (symbol, zapf dingbats), fop will just fall back to
&lt;br&gt;&amp;gt; the default font, where the character is also not available. What you
&lt;br&gt;&amp;gt; loose in this case is a little bit of performance. What you gain is the
&lt;br&gt;&amp;gt; chance that fop is finally able to produce special characters (which has
&lt;br&gt;&amp;gt; been a missing feature for a long time). So rather than shorting this
&lt;br&gt;&amp;gt; list, you could enlengthen it with the &amp;quot;symbol&amp;quot; fonts available in afp.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Max
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Andreas Delmelle schrieb:
&lt;br&gt;&amp;gt;&amp;gt; On Jul 17, 2008, at 19:39, &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18525711&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;acumiskey@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi Adrian,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Author: acumiskey
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Date: Thu Jul 17 10:39:14 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; New Revision: 677648
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=677648&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=677648&amp;view=rev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Log:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ZapfDingbats and Symbol is not always available on the AFPRenderer so
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; we can't have these as default font family properties unfortunately.
&lt;br&gt;&amp;gt;&amp;gt; I understand... I still think it's a nice showcase for
&lt;br&gt;&amp;gt;&amp;gt; character-by-character font-selection added by Max, so I'm wondering, if
&lt;br&gt;&amp;gt;&amp;gt; the AFPRenderer is the only exception, we should be looking at a way to
&lt;br&gt;&amp;gt;&amp;gt; fall back with a warning, rather than disabling the feature for all
&lt;br&gt;&amp;gt;&amp;gt; other output formats as well (?)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Just my 2 cents.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Andreas
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-svn-commit%3A-r677648----xmlgraphics-fop-trunk-src-java-org-apache-fop-fo-FOPropertyMapping.java-tp18514218p18525711.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18523527</id>
	<title>Re: svn commit: r677648 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/FOPropertyMapping.java</title>
	<published>2008-07-17T23:45:20Z</published>
	<updated>2008-07-17T23:45:20Z</updated>
	<author>
		<name>Max Berger</name>
	</author>
	<content type="html">Adrian,
&lt;br&gt;&lt;br&gt;for the same reason I must disagree with the this change: If the fonts
&lt;br&gt;are not available (symbol, zapf dingbats), fop will just fall back to
&lt;br&gt;the default font, where the character is also not available. What you
&lt;br&gt;loose in this case is a little bit of performance. What you gain is the
&lt;br&gt;chance that fop is finally able to produce special characters (which has
&lt;br&gt;been a missing feature for a long time). So rather than shorting this
&lt;br&gt;list, you could enlengthen it with the &amp;quot;symbol&amp;quot; fonts available in afp.
&lt;br&gt;&lt;br&gt;Max
&lt;br&gt;&lt;br&gt;Andreas Delmelle schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Jul 17, 2008, at 19:39, &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18523527&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;acumiskey@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi Adrian,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Author: acumiskey
&lt;br&gt;&amp;gt;&amp;gt; Date: Thu Jul 17 10:39:14 2008
&lt;br&gt;&amp;gt;&amp;gt; New Revision: 677648
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=677648&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=677648&amp;view=rev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; Log:
&lt;br&gt;&amp;gt;&amp;gt; ZapfDingbats and Symbol is not always available on the AFPRenderer so
&lt;br&gt;&amp;gt;&amp;gt; we can't have these as default font family properties unfortunately.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I understand... I still think it's a nice showcase for
&lt;br&gt;&amp;gt; character-by-character font-selection added by Max, so I'm wondering, if
&lt;br&gt;&amp;gt; the AFPRenderer is the only exception, we should be looking at a way to
&lt;br&gt;&amp;gt; fall back with a warning, rather than disabling the feature for all
&lt;br&gt;&amp;gt; other output formats as well (?)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Just my 2 cents.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Andreas
&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (268 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/18523527/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-svn-commit%3A-r677648----xmlgraphics-fop-trunk-src-java-org-apache-fop-fo-FOPropertyMapping.java-tp18514218p18523527.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18514649</id>
	<title>Re: svn commit: r677648 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/FOPropertyMapping.java</title>
	<published>2008-07-17T11:13:06Z</published>
	<updated>2008-07-17T11:13:06Z</updated>
	<author>
		<name>Adrian Cumiskey</name>
	</author>
	<content type="html">Hi Andreas,
&lt;br&gt;&lt;br&gt;Just realised that this change broke some units tests... will look at fixing this.
&lt;br&gt;&lt;br&gt;Adrian.
&lt;br&gt;&lt;br&gt;Andreas Delmelle wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Jul 17, 2008, at 19:39, &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18514649&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;acumiskey@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi Adrian,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Author: acumiskey
&lt;br&gt;&amp;gt;&amp;gt; Date: Thu Jul 17 10:39:14 2008
&lt;br&gt;&amp;gt;&amp;gt; New Revision: 677648
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=677648&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=677648&amp;view=rev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; Log:
&lt;br&gt;&amp;gt;&amp;gt; ZapfDingbats and Symbol is not always available on the AFPRenderer so 
&lt;br&gt;&amp;gt;&amp;gt; we can't have these as default font family properties unfortunately.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I understand... I still think it's a nice showcase for 
&lt;br&gt;&amp;gt; character-by-character font-selection added by Max, so I'm wondering, if 
&lt;br&gt;&amp;gt; the AFPRenderer is the only exception, we should be looking at a way to 
&lt;br&gt;&amp;gt; fall back with a warning, rather than disabling the feature for all 
&lt;br&gt;&amp;gt; other output formats as well (?)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Just my 2 cents.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Andreas
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-svn-commit%3A-r677648----xmlgraphics-fop-trunk-src-java-org-apache-fop-fo-FOPropertyMapping.java-tp18514218p18514649.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18514556</id>
	<title>Re: PDF full screen mode...</title>
	<published>2008-07-17T11:08:26Z</published>
	<updated>2008-07-17T11:08:26Z</updated>
	<author>
		<name>Jeremias Maerki-2</name>
	</author>
	<content type="html">I've been quiet about about this PDF extension so far because I didn't
&lt;br&gt;see much harm in doing it in a generic way for some simple name/value
&lt;br&gt;pairs. If that goes much further (like doing hacks to produce some
&lt;br&gt;complex PDF structures but still forcing it into the generic extension)
&lt;br&gt;then I'm a bit concerned. I do prefer the non-generic form I proposed at
&lt;br&gt;the beginning on the Wiki. I don't think there will be any problems with
&lt;br&gt;PDF/A and PDF/X conformance but the further you go with a generic
&lt;br&gt;approach the less control you have if a generated file will be
&lt;br&gt;conformant. Please keep that in mind while working on this. Thanks.
&lt;br&gt;&lt;br&gt;On 17.07.2008 19:18:32 Andreas Delmelle wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Jul 17, 2008, at 18:53, Jeremias Maerki wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; For that you need an &amp;quot;Explicit Destination&amp;quot; (PDF 1.4, 8.2.1, &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; &amp;quot;[page /Fit]&amp;quot;)
&lt;br&gt;&amp;gt; &amp;gt; which you place as a value for the &amp;quot;OpenAction&amp;quot; key in the &amp;quot;Document
&lt;br&gt;&amp;gt; &amp;gt; Catalog&amp;quot;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks for the pointer! Unfortunately for Bill, this means that the &amp;nbsp;
&lt;br&gt;&amp;gt; patch will need some more work to support (at least) PDF arrays as &amp;nbsp;
&lt;br&gt;&amp;gt; well, before the extension can be used for this purpose.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I don't think adding arrays by itself would be too difficult. I was &amp;nbsp;
&lt;br&gt;&amp;gt; playing with the idea of using strictly typed objects (in favor of a &amp;nbsp;
&lt;br&gt;&amp;gt; type attribute on an abstract entry), which I'll probably add pretty &amp;nbsp;
&lt;br&gt;&amp;gt; soon. I'll see what I can do.
&lt;br&gt;&amp;gt; The only potentially tricky part may be the indirect reference to the &amp;nbsp;
&lt;br&gt;&amp;gt; page object (?)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; IIC, this is a variable that the extension knows nothing about &amp;nbsp;
&lt;br&gt;&amp;gt; (should be set/provided by the renderer)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Apologies for the false hope for an immediate solution, Bill. On the &amp;nbsp;
&lt;br&gt;&amp;gt; bright side, it's probably not too far away...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Andreas
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Jeremias Maerki
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-PDF-full-screen-mode...-tp18512612p18514556.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18514218</id>
	<title>Re: svn commit: r677648 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/FOPropertyMapping.java</title>
	<published>2008-07-17T10:50:38Z</published>
	<updated>2008-07-17T10:50:38Z</updated>
	<author>
		<name>Andreas Delmelle-2</name>
	</author>
	<content type="html">On Jul 17, 2008, at 19:39, &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18514218&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;acumiskey@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;br&gt;Hi Adrian,
&lt;br&gt;&lt;br&gt;&amp;gt; Author: acumiskey
&lt;br&gt;&amp;gt; Date: Thu Jul 17 10:39:14 2008
&lt;br&gt;&amp;gt; New Revision: 677648
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=677648&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=677648&amp;view=rev&lt;/a&gt;&lt;br&gt;&amp;gt; Log:
&lt;br&gt;&amp;gt; ZapfDingbats and Symbol is not always available on the AFPRenderer &amp;nbsp;
&lt;br&gt;&amp;gt; so we can't have these as default font family properties &amp;nbsp;
&lt;br&gt;&amp;gt; unfortunately.
&lt;br&gt;&lt;br&gt;I understand... I still think it's a nice showcase for character-by- 
&lt;br&gt;character font-selection added by Max, so I'm wondering, if the &amp;nbsp;
&lt;br&gt;AFPRenderer is the only exception, we should be looking at a way to &amp;nbsp;
&lt;br&gt;fall back with a warning, rather than disabling the feature for all &amp;nbsp;
&lt;br&gt;other output formats as well (?)
&lt;br&gt;&lt;br&gt;Just my 2 cents.
&lt;br&gt;&lt;br&gt;Andreas
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-svn-commit%3A-r677648----xmlgraphics-fop-trunk-src-java-org-apache-fop-fo-FOPropertyMapping.java-tp18514218p18514218.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18513589</id>
	<title>Re: PDF full screen mode...</title>
	<published>2008-07-17T10:18:32Z</published>
	<updated>2008-07-17T10:18:32Z</updated>
	<author>
		<name>Andreas Delmelle-2</name>
	</author>
	<content type="html">On Jul 17, 2008, at 18:53, Jeremias Maerki wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; For that you need an &amp;quot;Explicit Destination&amp;quot; (PDF 1.4, 8.2.1, &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;quot;[page /Fit]&amp;quot;)
&lt;br&gt;&amp;gt; which you place as a value for the &amp;quot;OpenAction&amp;quot; key in the &amp;quot;Document
&lt;br&gt;&amp;gt; Catalog&amp;quot;.
&lt;br&gt;&lt;br&gt;Thanks for the pointer! Unfortunately for Bill, this means that the &amp;nbsp;
&lt;br&gt;patch will need some more work to support (at least) PDF arrays as &amp;nbsp;
&lt;br&gt;well, before the extension can be used for this purpose.
&lt;br&gt;&lt;br&gt;I don't think adding arrays by itself would be too difficult. I was &amp;nbsp;
&lt;br&gt;playing with the idea of using strictly typed objects (in favor of a &amp;nbsp;
&lt;br&gt;type attribute on an abstract entry), which I'll probably add pretty &amp;nbsp;
&lt;br&gt;soon. I'll see what I can do.
&lt;br&gt;The only potentially tricky part may be the indirect reference to the &amp;nbsp;
&lt;br&gt;page object (?)
&lt;br&gt;&lt;br&gt;IIC, this is a variable that the extension knows nothing about &amp;nbsp;
&lt;br&gt;(should be set/provided by the renderer)
&lt;br&gt;&lt;br&gt;Apologies for the false hope for an immediate solution, Bill. On the &amp;nbsp;
&lt;br&gt;bright side, it's probably not too far away...
&lt;br&gt;&lt;br&gt;&lt;br&gt;Andreas
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-PDF-full-screen-mode...-tp18512612p18513589.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18513108</id>
	<title>Re: PDF full screen mode...</title>
	<published>2008-07-17T09:53:39Z</published>
	<updated>2008-07-17T09:53:39Z</updated>
	<author>
		<name>Jeremias Maerki-2</name>
	</author>
	<content type="html">For that you need an &amp;quot;Explicit Destination&amp;quot; (PDF 1.4, 8.2.1, &amp;quot;[page /Fit]&amp;quot;)
&lt;br&gt;which you place as a value for the &amp;quot;OpenAction&amp;quot; key in the &amp;quot;Document
&lt;br&gt;Catalog&amp;quot;.
&lt;br&gt;&lt;br&gt;On 17.07.2008 18:31:13 Andreas Delmelle wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Jul 17, 2008, at 15:07, Bill Harrelson wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi Bill
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Thank you very much! (in advance).
&lt;br&gt;&amp;gt; &amp;gt; I have a client that prints labels that we generate with fop to a &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; pdf file, but the default print settings are &amp;quot;Scale to fit&amp;quot;, and &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; we're printing full bleed, so we need to set PrintScaling to 'None' &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; in the document.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Before sending you the files and wasting your time, I'm checking also &amp;nbsp;
&lt;br&gt;&amp;gt; on fop-dev@, since I'm not sure whether this particular requirement &amp;nbsp;
&lt;br&gt;&amp;gt; can already be met by my patch. I've searched through the PDF &amp;nbsp;
&lt;br&gt;&amp;gt; Reference (1.5), and could not find any reference to an entry called &amp;nbsp;
&lt;br&gt;&amp;gt; 'PageScaling'. It's possible that this can be achieved by a &amp;nbsp;
&lt;br&gt;&amp;gt; combination of other entries, but to be honest, unless you already &amp;nbsp;
&lt;br&gt;&amp;gt; have a very good idea of what you want the patch for, I'm afraid it &amp;nbsp;
&lt;br&gt;&amp;gt; may prove to be too limited FTM... :/
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If there is no such entry/value in PDF, then specifying it might &amp;nbsp;
&lt;br&gt;&amp;gt; cause FOP to produce PDF on which the average PDF Viewer would choke.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Andreas
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Jeremias Maerki
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-PDF-full-screen-mode...-tp18512612p18513108.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18512612</id>
	<title>Re: PDF full screen mode...</title>
	<published>20