Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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 |
---|---|---|---|
The PDF reference returned from DynaPDF.New. | |||
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
- DynaPDF.New
- DynaPDF.Save
- DynaPDF.SaveAndSignFile
- DynaPDF.SaveAndSignFileExt
- DynaPDF.SaveAndSignFileExt1
- DynaPDF.SaveAndSignFileWinCrypt
- PKCS12.SignData
Release notes
- Version 13.1
- Added DynaPDF.SaveAndSignFileExt1 and DynaPDF.SaveAndSignFileExt2 functions to sign a PDF using external PKCS7 signature provider.
Example Databases
Blog Entries
- New in MBS FileMaker Plugin 13.1
- Neues MBS Plugin 13.1 für Claris FileMaker
- MBS Plugin 13.1 for Claris FileMaker
- MBS FileMaker Plugin, version 13.1pr1
This function checks for a license.
Created 18th January 2023, last changed 9th March 2023
DynaPDF.SaveAndSignFileExt1 - DynaPDF.SaveAndSignFileWinCrypt