@shznet/pdf-sign-control 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -57,6 +57,10 @@ Controls the zoom level of the document.
57
57
  ### `getFields(): SignatureField[]`
58
58
  Returns the current list of fields.
59
59
 
60
+ ### `print(options?: { withSignatures?: boolean }): Promise<void>`
61
+ Prints the current document.
62
+ - `withSignatures`: If `true`, prints with signature fields overlay. Defaults to `false`.
63
+
60
64
  ## License
61
65
 
62
66
  MIT