Closed
Bug 847420
Opened 12 years ago
Closed 10 years ago
Bold Text incorrectly displayed in PDF's created using ActiveReports
Categories
(Firefox :: PDF Viewer, defect, P3)
Tracking
()
RESOLVED
FIXED
Firefox 31
People
(Reporter: jallen, Assigned: Snuffleupagus)
References
Details
(Whiteboard: [pdfjs-d-font-conversion][pdfjs-f-fixed-upstream] https://github.com/mozilla/pdf.js/pull/4578)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0
Build ID: 20130215130331
Steps to reproduce:
Testing a generated Financial Aid verification form PDF that was created using ActiveReports and Visual Studio, and meant to be viewed in the browser.
Actual results:
Headings and other bolded text was viewed and printed as being normal font weight instead of bold in Firefox 19 with PDF Viewer JS but appeared as expected in other browsers like Chrome or IE 10.
Expected results:
Headings and bolded text should have rendered bold in the viewer and in print. Attached image shows Firefox 19 PDF Viewer JS top (incorrect display) and IE 10 Adobe Acrobat plugin (expected display) bottom
![]() |
||
Updated•12 years ago
|
Component: Untriaged → PDF Viewer
Reporter | ||
Comment 2•12 years ago
|
||
When viewed in Firefox using PDFViewer.js it removes the bold and the italics text formatting from the PDF.
When I print the PDF from Firefox using PDFViewer.js it prints like it looks o screen without the bold or italics text formatting.
When viewed in other browsers using their default Acrobat plugin the PDF appears with bold and italics in place as expected.
Flags: needinfo?(jallen)
Comment 3•12 years ago
|
||
The following info appear in the console:
[14:22:44.768] PDF 18f64a3a634a63c5bc9b564586ddde4 [1.3 Data Dynamics ActiveReports (tm) for .NET / Data Dynamics ActiveReports (tm) for .NET] (PDF.js: 0.7.337)
[14:22:45.039] Warning: The FontDescriptor's FontName is "Arial" but should be the same as the Font's BaseFont "Arial,Italic"
[14:22:45.045] Warning: The FontDescriptor's FontName is "Arial" but should be the same as the Font's BaseFont "Arial,Bold"
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•11 years ago
|
Assignee: nobody → jonas.jenwald
Whiteboard: [pdfjs-d-font-conversion] → [pdfjs-d-font-conversion][pdfjs-f-fixed-upstream] https://github.com/mozilla/pdf.js/pull/4578
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Depends on: 995431
Resolution: --- → FIXED
Target Milestone: --- → Firefox 31
You need to log in
before you can comment on or make changes to this bug.
Description
•