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
@@ -1318,8 +1326,19 @@ For details on **embedded files** refer to Appendix 3.
1318
1326
1319
1327
:arg int use_objstms: *(new in v1.24.0)* compression option that converts eligible PDF object definitions to information that is stored in some other object's :data:`stream` data. Depending on the `deflate` parameter value, the converted object definitions will be compressed -- which can lead to very significant file size reductions.
1320
1328
1321
-
.. warning:: The method does not check, whether a file of that name already exists, will hence not ask for confirmation, and overwrite the file. It is your responsibility as a programmer to handle this.
1329
+
.. warning:: The method does not check, whether a file of that name already exists, will hence not ask for confirmation, and overwrite the file. It is your responsibility as a programmer to handle this.
1322
1330
1331
+
:arg int compression_effort:
1332
+
1333
+
* 0 for default
1334
+
* 1 for minimum effort.
1335
+
* 100 for maximum effort.
1336
+
1337
+
:arg bool raise_on_repair: *(new in v1.27.0)* If true we raise an exception if the save caused a repair.
1338
+
This is useful because repairs can cause changes to be lost.
0 commit comments