[gsl-issues] [Issue 38869] PDF alignment bug.

2008-01-02 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=38869


User hdu changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Jan  2 11:37:34 + 
2008 ---
Got into SRC680_m240 => closing

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 38869] PDF alignment bug.

2007-12-03 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=38869


User hdu changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Dec  3 16:46:37 + 
2007 ---
Reviewed in CWS vcl84.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 38869] PDF alignment bug.

2007-12-03 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=38869


User pl changed the following:

What|Old value |New value

 Assigned to|pl|hdu





--- Additional comments from [EMAIL PROTECTED] Mon Dec  3 14:23:42 + 
2007 ---
please verify in CWS vcl84

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 38869] PDF alignment bug.

2007-11-29 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=38869


User pl changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Nov 29 13:27:25 + 
2007 ---
We now write the rest of the font and nLength3 to the length of the 512 Ascii 0
plus respective whitespace; this puts the index of the end of that range right
before the newline in front of cleartomark in the usual font. This seems to be
what ghostscript expects and works with xpdf and acroread also.

fixed in CWS vcl84

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 38869] PDF alignment bug.

2007-09-07 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=38869


User pl changed the following:

What|Old value |New value

  Issue type|ENHANCEMENT   |DEFECT

Priority|P4|P3

Target milestone|OOo Later |OOo 2.4





--- Additional comments from [EMAIL PROTECTED] Fri Sep  7 08:34:10 + 
2007 ---
inetersting, I would never have thought of that. Thanks for evaulating this.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 38869] PDF alignment bug.

2007-09-07 Thread sags
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=38869





--- Additional comments from [EMAIL PROTECTED] Fri Sep  7 08:28:22 + 
2007 ---
I happened to find this issue reported as a GNU Ghostscript bug and 
tried to fix it. But, I found there's no GS bug here. The bug is in 
OO.o and the PDF file is incorrect.

The bug is still present in a recent version of OO.o. Attached is the 
PDF produced by OO.o 2.2.0 on a Fedora 7 system. The following 
command makes most text on page 2 dissapear (the command uses GS for 
Windows, but there's nothing platform-specific here):

gswin32c -c "/NimbusRomNo9L-Medi findfont pop" -f attached.pdf

Bug details:

When OO.o embeds a Type 1 font, it trims the clear-text part 
that follows the encrypted part and writes /Length3 as 0 in the 
PDF FontFile stream. This would be correct if the trimmed part 
would only contain 512 ASCII zeroes and a "cleartomark". However, 
this particular font and many others (free or commercial) 
conditionally bracket the whole font definition with "save"/ 
"restore" (to be languagelevel 1 friendly; the details are 
beyond the scope of this report). The part trimmed by OO.o actually 
contains "00...00 cleartomark {restore} if". The missed "restore" 
produces the behaviour seen here; other errors (typecheck, 
limitcheck, etc) or erratic behaviour are possible.

This particular invalidness affects only PDF interpreters that use 
a full-blown PostScript interpreter to load Type 1 fonts. For this 
reason, the PDF displays fine in Adobe Reader but not in Ghostscript. 
I suspect (but cannot check) that a genuine Adobe PostScript LL3 
interpreter containing a(n optional) PDF interpreter is affected too.

The fix:

   Easy: write the whole Type 1 font data in the PDF (appropriately 
   setting /Length3 > 0), or, if you prefer, only trim the "trailer" 
   when it really consists of exactly 512 ASCII '0's followed  by a 
   "cleartomark" (as the PDF Ref specifies for the /Length3 = 0 case).

PS: I suggest to change this report from "Enhancement" to "Defect". It 
seems I cannot do this myself.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 38869] PDF alignment bug.

2007-09-07 Thread sags
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=38869





--- Additional comments from [EMAIL PROTECTED] Fri Sep  7 08:26:12 + 
2007 ---
Created an attachment (id=48038)
Incorrect PDF generated by recent OO.o.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 38869] PDF alignment bug.

2007-09-07 Thread sags
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=38869


User sags changed the following:

What|Old value |New value

  CC|''|'sags'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]