https://issues.apache.org/ooo/show_bug.cgi?id=79187
--- Comment #6 from Pedro Giffuni <[email protected]> --- (In reply to comment #5) > On a related note, > > It looks like there is an off-by-one error when exporting postcript fonts to > pdf > > In file vcl/source/gdi/pdfwriter_impl.cxx > I should've been clearer, the problem is in PDFWriterImpl::emitEmbeddedFont When assigning the value of nLength3 (line 3390), nIndex should now point *before* the first of the 512 '0' characters marking the fixed content portion. > Substract a 1 from the right hand side. -- You are receiving this mail because: You are on the CC list for the bug.
