DO NOT REPLY [Bug 28725] New: - Table of Contents gets mangled when (-noprint, -nocopy, ...) are used.

2004-05-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=28725.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28725

Table of Contents gets mangled when (-noprint, -nocopy, ...) are used.

   Summary: Table of Contents gets mangled when (-noprint, -nocopy,
...) are used.
   Product: Fop
   Version: 0.20.5
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: Normal
  Priority: Other
 Component: pdf renderer
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


The table of contents on a generated pdf gets gibberish characters when one of
the flags -nocopy, -noprint, -noedit, -noannotations gets used.

A simple case to see this bug is to process the pdfoutline.fo file with -noprint.


Table of Contents

2002-01-11 Thread Scott Moore



I'm building a table 
of contents, which works just fine except for one little detail. If seems 
the fo:page-number-citations are not aligning 
correctly.

For instance, the 
enclosing block looks like this:

fo:table-cellfo:block 
text-align="end"fo:page-number-citation 
ref=id="blah"//fo:block/fo:table-cell


The parent block has 
text-align="end", but the page numbers come out left justified, not right 
justified. If I remove the fo:page-number-citation ref=id="blah"/ 
and hardcode some page numbers, they come out correctly 
right-justified.

Is there some way I 
can make this work correctly with 0.20.2? Will the upcoming maintenance 
release fix this bug?

Thanks,
Scott