https://issues.apache.org/ooo/show_bug.cgi?id=121928
Bug ID: 121928
Issue Type: DEFECT
Summary: In Doc to pdf conversion PDF font issue after (2000
approx.) pdf generated
Classification: Application
Product: Writer
Version: AOO 3.4.1
Hardware: PC
OS: Windows 7
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: code
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Created attachment 80444
--> https://issues.apache.org/ooo/attachment.cgi?id=80444&action=edit
junk char pdf
I am using Open office org 3.1 services for converting doc to pdf code snippet
for your reference
storeProps = new PropertyValue[1];
storeProps[0] = new PropertyValue();
storeProps[0].Name = "FilterName";
storeProps[0].Value = "writer_pdf_Export";
xStorable.storeToURL(
"file:///C:/Output"
+ fileName + Math.random() + ".pdf", storeProps);
After successfully generated around 2000 - 2500 pdf it seems service behaving
abruptly and generates wrong pdf(sometimes with different font, junk character,
extra spaces etc. ), Please help in resolving the issue ASAP.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.