PDF display some unwanted character in print through browser
Categories
(Firefox :: PDF Viewer, defect)
Tracking
()
People
(Reporter: kiwiscphp, Unassigned)
Details
(Keywords: regression)
Attachments
(1 file)
|
2.37 MB,
application/pdf
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36
Steps to reproduce:
I created some PDF by using tcpdf library in php. Then I merge all generated PDF file using pdftk shell command and display in browser using php.
Note: Some Arabic font in my print
Actual results:
When I click on the print icon its generated a pdf with some special characters in output .but its doesn't displayed in browser.So I can't use that print in any purpose.This issue is not reflecting in 56 version Mozilla. But issue found in 64 or 65 versions.
Mainly special character found in print a PDF using browser not from download.
Expected results:
Need to print the data as same as viewed.
Comment 1•7 years ago
|
||
Not a security issue that needs to stay hidden.
Updated•7 years ago
|
I found one solution for this is pdfjam in linux systems. I merge all generated PDF file using pdfjam shell command and display in browser using php. Now there is no issue found.Thanks you for your initial response.
Comment 4•7 years ago
|
||
Removing the regressionwindow-wanted keyword since the issue is marked as duplicate of another bug which is already RESOLVED FIXED.
Description
•