![]() |
|
SignDoc SDK (C)
5.0.3.5
|
SignDoc SDK is no longer available for WinRT.
SignDoc SDK no longer supports Qt for dialogs. Instead, dialogs implemented with wxWidgets are now provided by SPSignDocWx3.2_5.0.dll (Windows), libSPSignDocWx3.2_5.0.dylib (macOS), and libSPSignDocWx3.2_5.0.so (Linux). These modules are statically linked against wxWidgets. Please use "wx" instead of "qt" or "qt5" for string parameters "CertificatePicker" and "PasswordProvider" of SIGNDOC_SignatureParameters.
A child process can be used to show the wxWidgets dialogs, see boolean parameter "ChildGUI" of SIGNDOC_SignatureParameters. This is done automatically for Java on macOS.
SignDoc SDK is now in a Java module named de.softpro.signdocsdk. This means that you need to pass these options on the java command line when using SPSignDoc_5.0_FFM.jar as module:
--enable-native-access=de.softpro.signdocsdk
For capturing signatures on capture devices with managed display (such as Tablet PC) with SPSignDoc_5.0_FFM.jar as module, you now need to pass these options on the java command line:
--add-exports=java.desktop/java.awt.peer=de.softpro.signdocsdk --add-exports=java.desktop/sun.awt=de.softpro.signdocsdk --add-exports=java.desktop/sun.awt.windows=de.softpro.signdocsdk
SIGNDOC_RenderParameters has new floating-point number parameters "ClipBottom", "ClipLeft", "ClipRight", and "ClipTop". These enable SIGNDOC_Document_computeZoom(), SIGNDOC_Document_convCanvasPointToPagePoint(), SIGNDOC_Document_convImageRectToPageRect(), SIGNDOC_Document_convPagePointToCanvasPoint(), SIGNDOC_Document_convPageRectToImageRect(), and SIGNDOC_Document_getRenderedSize() to be used with clipping.