mozilla / pdf.js

PDF Reader in JavaScript
https://mozilla.github.io/pdf.js/
Apache License 2.0
48.34k stars 9.97k forks source link

Fill pattern not rotated #5547

Closed bergk closed 8 years ago

bergk commented 9 years ago

When /Rotate is used on a page fill patterns are not rotated and become invisible. The pdf sample: https://wftp.stuertz.de/public.php?service=files&t=1bb02d8ec2c90ffe05f7928b2b685659 If you look at the pdf with Adobe Reader you see a pipe filled with an orange pattern. But with PDF.JS the pipe is not filled (using Windows 7, FireFox 33.0.1, demo viewer http://mozilla.github.io/pdf.js/web/viewer.html). The page uses /Rotate 90. rendered-with-acrobat rendered-with-pdf js The Javascript console shows just 1 line: "PDF 528485bbf3c61ed69e52b6a1c5895e61 [1.6 GPL Ghostscript 9.04 / FreePDF 4.06 - http://shbox.de](PDF.js: 1.0.993)" viewer.js:5418

Snuffleupagus commented 9 years ago

I will attach a pdf sample as soon as I have found out how to do that.

Use a file sharing service such as Dropbox, Google Drive, Onedrive or similar and add a link to the file here. You also need to provide information about your configuration, please make sure that you read: https://github.com/mozilla/pdf.js/blob/master/CONTRIBUTING.md from which I'm also quoting the relevant paragraph:

The issues are used to track both bugs filed by users and specific work items for developers. Try to file one issue per problem observed. Please specify a valid title (e.g. "Glyph spacing is incorrect" instead of "PDF.js does not work") and provide more details about the issue: link to the PDF, location in the PDF, screenshot, browser version, operating system, PDF.js version and JavaScript console warning/error messages. Issues that do not have enough details provided will be closed as invalid/incomplete.

Snuffleupagus commented 8 years ago

@bergk Is this still an issue in the latest version of PDF.js? If so, can you please provide a new link to the PDF file, since the existing one has expired?

timvandermeij commented 8 years ago

Closing until a new link is provided.