https://issues.apache.org/ooo/show_bug.cgi?id=122037
Bug ID: 122037
Issue Type: DEFECT
Summary: Broken link URLs in PDF export due to encoding
Classification: Application
Product: Writer
Version: AOO 3.4.1
Hardware: PC
OS: Windows 7
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: save-export
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Created attachment 80526
--> https://issues.apache.org/ooo/attachment.cgi?id=80526&action=edit
ODT with example hyperlink
Writer encodes hyperlink URLs in PDF export, e.g:
Insert hyperlink with path...
path with spaces.html
This is encoded to...
path%20with%20spaces.html
on clicking Apply.
Generated PDF has hyperlink but PDF readers encode the already-encoded link
producing...
path%2520with%2520 etc
and therefore fail to open the link. Adobe Reader gives error message showing
this. Foxit silently fails.
Proposed solution: decode links in PDF export?
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.