Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

DynaPDF.SaveAndSignFileExt2

Step 2 to save and sign a PDF manually.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 13.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.SaveAndSignFileExt2"; PDF; Signature { ; FileName } )   More

Parameters

Parameter Description Example Flags
PDF The PDF reference returned from DynaPDF.New. $pdf
Signature The hex string with the signature. $Signature
FileName The file name to be associated with the container value.
The file name should include pdf file extension.
"hello.pdf" Optional

Result

Returns OK or error.

Description

Step 2 to save and sign a PDF manually.
After the DynaPDF.SaveAndSignFileExt1 function returns you a hash to sign, you can pass here the signature to close and finish the PDF file.

Examples

Continue the signing process passing the signature:

Set Variable [ $r ; Value: MBS("DynaPDF.SaveAndSignFileExt2"; $pdf; $signature) ]

See also

Release notes

Example Databases

Blog Entries

This function checks for a license.

Created 18th January 2023, last changed 9th March 2023


DynaPDF.SaveAndSignFileExt1 - DynaPDF.SaveAndSignFileWinCrypt

💬 Ask a question or report a problem