Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not all ticked checkboxes are displayed in Acrobat Reader #12373

Closed
bogdanmaris opened this issue Sep 14, 2020 · 1 comment · Fixed by #12374
Closed

Not all ticked checkboxes are displayed in Acrobat Reader #12373

bogdanmaris opened this issue Sep 14, 2020 · 1 comment · Fixed by #12374

Comments

@bogdanmaris
Copy link

bogdanmaris commented Sep 14, 2020

Affected versions

  • Latest Nightly 82.0a1

Affected platforms

  • Ubuntu 18.04 64bit
  • MacOS 10.15
  • Windows 10 64bit

Steps to reproduce

  1. Open the following https://www.nta.go.jp/taxes/tetsuzuki/shinsei/annai/joyaku/annai/pdf2/250.pdf
  2. Scroll down to Indirect Ownership column inside the table from 6 and tick all checkboxes.
  3. Save the pdf by download button, save as or open with
  4. Open the saved pdf in Acrobat Reader.

Expected result

  • Checkboxes are ticked when opening the PDF in Acrobat.

Actual result

  • Some checkboxes are ticked, some checkboxes are empty, some can be edited/saved some not, some can't be edited anymore.

Regression range

  • Not a regression since this did not work before as well.

Suggested severity

  • I my opinion this should have the S2 severity since this is data loss related, not sure how many pdfs are affected though.
@calixteman
Copy link
Contributor

This file is encrypted and the resulting string after encryption may contain some \r and according to the spec (7.3.4.2), this char is interpreted like a \n which avoids to decrypt the string.
Few lines after in the specs, it is written that there is no need to escape such char...
I tested the fix with Acrobat on mac and it's ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants