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
ENH: Add Enforce from PDF2.0 in viewer_preferences (#2511)
Closes #2509
In order to use it:
```
# to set it:
writer.viewer_preferences.enforce += writer.viewer_preferences.PRINT_SCALING
# to clear it:
writer.viewer_preferences.enforce = None
```
0 commit comments