-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
[annotation] Text widget background color is not taken into account when printed #14928
Labels
Comments
calixteman
added a commit
to calixteman/pdf.js
that referenced
this issue
May 17, 2022
calixteman
added a commit
to calixteman/pdf.js
that referenced
this issue
May 18, 2022
calixteman
added a commit
to calixteman/pdf.js
that referenced
this issue
May 19, 2022
- right now we're using the font size from the pdf itself but we use an other font in the annotation layer. So this size doesn't really make sense and leads to bad rendering (see pdf in mozilla#14928); - use a sans-serif font for the fields containing text; - text fields allow/disallow scrolling bars (see bit 24 in Ff entry), so use this value to hide/show scrollbars in annotation layer.
calixteman
added a commit
to calixteman/pdf.js
that referenced
this issue
May 19, 2022
calixteman
added a commit
to calixteman/pdf.js
that referenced
this issue
May 19, 2022
calixteman
added a commit
to calixteman/pdf.js
that referenced
this issue
May 20, 2022
- right now we're using the font size from the pdf itself but we use an other font in the annotation layer. So this size doesn't really make sense and leads to bad rendering (see pdf in mozilla#14928); - use a sans-serif font for the fields containing text (fix issue mozilla#14736); - remove useless padding in text-based fields (fix issue mozilla#14301); - text fields allow/disallow scrolling bars (see bit 24 in Ff entry), so use this value to hide/show scrollbars in annotation layer.
Snuffleupagus
added a commit
that referenced
this issue
May 20, 2022
Display background when printing or saving a text widget (issue #14928)
calixteman
added a commit
to calixteman/pdf.js
that referenced
this issue
May 20, 2022
- right now we're using the font size from the pdf itself but we use an other font in the annotation layer. So this size doesn't really make sense and leads to bad rendering (see pdf in mozilla#14928); - use a sans-serif font for the fields containing text (fix issue mozilla#14736); - remove useless padding in text-based fields (fix issue mozilla#14301); - text fields allow/disallow scrolling bars (see bit 24 in Ff entry), so use this value to hide/show scrollbars in annotation layer.
calixteman
added a commit
to calixteman/pdf.js
that referenced
this issue
May 20, 2022
- right now we're using the font size from the pdf itself but we use an other font in the annotation layer. So this size doesn't really make sense and leads to bad rendering (see pdf in mozilla#14928); - use a sans-serif font for the fields containing text (fix issue mozilla#14736); - remove useless padding in text-based fields (fix issue mozilla#14301); - text fields allow/disallow scrolling bars (see bit 24 in Ff entry), so use this value to hide/show scrollbars in annotation layer.
calixteman
added a commit
to calixteman/pdf.js
that referenced
this issue
May 28, 2022
- right now we're using the font size from the pdf itself but we use an other font in the annotation layer. So this size doesn't really make sense and leads to bad rendering (see pdf in mozilla#14928); - use a sans-serif font for the fields containing text (fix issue mozilla#14736); - remove useless padding in text-based fields (fix issue mozilla#14301); - text fields allow/disallow scrolling bars (see bit 24 in Ff entry), so use this value to hide/show scrollbars in annotation layer.
calixteman
added a commit
to calixteman/pdf.js
that referenced
this issue
May 28, 2022
- right now we're using the font size from the pdf itself but we use an other font in the annotation layer. So this size doesn't really make sense and leads to bad rendering (see pdf in mozilla#14928); - use a sans-serif font for the fields containing text (fix issue mozilla#14736); - remove useless padding in text-based fields (fix issue mozilla#14301); - text fields allow/disallow scrolling bars (see bit 24 in Ff entry), so use this value to hide/show scrollbars in annotation layer.
bh213
pushed a commit
to bh213/pdf.js
that referenced
this issue
Jun 3, 2022
bh213
pushed a commit
to bh213/pdf.js
that referenced
this issue
Jun 3, 2022
- right now we're using the font size from the pdf itself but we use an other font in the annotation layer. So this size doesn't really make sense and leads to bad rendering (see pdf in mozilla#14928); - use a sans-serif font for the fields containing text (fix issue mozilla#14736); - remove useless padding in text-based fields (fix issue mozilla#14301); - text fields allow/disallow scrolling bars (see bit 24 in Ff entry), so use this value to hide/show scrollbars in annotation layer.
rousek
pushed a commit
to signosoft/pdf.js
that referenced
this issue
Aug 10, 2022
rousek
pushed a commit
to signosoft/pdf.js
that referenced
this issue
Aug 10, 2022
- right now we're using the font size from the pdf itself but we use an other font in the annotation layer. So this size doesn't really make sense and leads to bad rendering (see pdf in mozilla#14928); - use a sans-serif font for the fields containing text (fix issue mozilla#14736); - remove useless padding in text-based fields (fix issue mozilla#14301); - text fields allow/disallow scrolling bars (see bit 24 in Ff entry), so use this value to hide/show scrollbars in annotation layer.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Attach (recommended) or Link to PDF file here:
cerfa_15615-01-2.pdf
Configuration:
Steps to reproduce the problem:
File the 3rd field from the top-left on page 1 (i.e.
Né(e) le
):print
The printed field is unreadable:
The annotation has a white background which should be used when the appearance is generated when printing.
The text was updated successfully, but these errors were encountered: