You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a PDF document with a fillable form that I am using as a template. It is a standard form that gets printed on pre-printed blank forms so the form lines, text, etc. are set to PrintState /Off. This works fine when it is a single page. Sometimes there are too many items for a single page so there is logic to take the additional items and generate a new document using those additional items and then use AddPage() to merge these together like the examples show. However, when printing, the first page hides the lines/boxes/text as expected but the subsequent pages after the first print everything. I have inspected the generated multipage PDF and I see the PrintState /Off for this object for each page, but I do not know the PDF standard well enough to understand what is causing this behaviour.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a PDF document with a fillable form that I am using as a template. It is a standard form that gets printed on pre-printed blank forms so the form lines, text, etc. are set to PrintState /Off. This works fine when it is a single page. Sometimes there are too many items for a single page so there is logic to take the additional items and generate a new document using those additional items and then use AddPage() to merge these together like the examples show. However, when printing, the first page hides the lines/boxes/text as expected but the subsequent pages after the first print everything. I have inspected the generated multipage PDF and I see the PrintState /Off for this object for each page, but I do not know the PDF standard well enough to understand what is causing this behaviour.
Beta Was this translation helpful? Give feedback.
All reactions