[Bug 105171] Joining PDF files produced by OOo yields random character substitutions

2013-12-03 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=105171

hanya hanya.r...@gmail.com changed:

   What|Removed |Added

 CC||hanya.r...@gmail.com

--- Comment #7 from hanya hanya.r...@gmail.com ---
I could reproduce the problem with the way that described in a.ods file.
a: 55 + b: 23 got x: 55 and 53.

I decode the resulting x.pdf file using pdfbox and I got the following: 
For first page: 
BT
/R10 28.8 Tf
1 0 0 1 51.6 772.6 Tm
[(01)1.23427(01)0.230365]TJ
ET
This means font from the resource 10 is used and two characters are specified
in the 
glyph index, 01.

For second page: 
BT
/R10 28.8 Tf
1 0 0 1 48 772.4 Tm
[(01)0.230365]TJ
/R18 28.8 Tf
18.2879 0 Td
[(02)0.230365]TJ
ET
The first character is specified in the resource 10 and the second character is 
coming from the resource 18.

In R10, the mapping from the index to charactercode: 
010035 (numerical 5)
in R18, 
020033 (numerical 3)

Strangely, the first character in the second page refers the glyph for
numerical 5.
This does not happen in individual pdf files. This seems the problem happen by
GhostScript.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

[Bug 105171] Joining PDF files produced by OOo yields random character substitutions

2013-12-03 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=105171

Edwin Sharp el...@apache.org changed:

   What|Removed |Added

 Resolution|IRREPRODUCIBLE  |OBSOLETE

--- Comment #8 from Edwin Sharp el...@apache.org ---
Irreproducible -- Obsolete per comment 7.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 105171] Joining PDF files produced by OOo yields random character substitutions

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=105171

Edwin Sharp el...@apache.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |IRREPRODUCIBLE

--- Comment #4 from Edwin Sharp el...@apache.org ---
No info from author.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 105171] Joining PDF files produced by OOo yields random character substitutions

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=105171

--- Comment #5 from mces marco.ces...@gmail.com ---
(In reply to Edwin Sharp from comment #3)
 step 13 gives:
 
 No protocol specified
 GPL Ghostscript 9.05: Cannot open X display `:0'.
  Unable to open the initial device, quitting.
 
 ?

Sorry for the delayed answer, this is a very old bug, I can't confirm (yet)
that it is still present in the current version of OpenOffice. (However I can
confirm that it is still present in LibreOffice). 

Regarding your comment on step 13: gs assumes to find a X server located by
the DISPLAY environment variable, even if invoked as a batch processor as in my
testcase. You should simply run the command on a server with a X server
running.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 105171] Joining PDF files produced by OOo yields random character substitutions

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=105171

--- Comment #6 from mces marco.ces...@gmail.com ---
(In reply to mces from comment #5)
 
 Sorry for the delayed answer, this is a very old bug, I can't confirm (yet)
 that it is still present in the current version of OpenOffice. (However I
 can confirm that it is still present in LibreOffice). 

The bug is still present in Apache OpenOffice 4.0.1 (AOO401m5(Build:9714)  - 
Rev. 1524958 2013-09-20 11:54 - Linux x86_64). Reproduced using the procedure
described in the original bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 105171] Joining PDF files produced by OOo yields random character substitutions

2013-11-18 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=105171

Edwin Sharp el...@apache.org changed:

   What|Removed |Added

   Keywords||needmoreinfo
 CC||el...@apache.org

--- Comment #3 from Edwin Sharp el...@apache.org ---
step 13 gives:

No protocol specified
GPL Ghostscript 9.05: Cannot open X display `:0'.
 Unable to open the initial device, quitting.

?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.