Includes Digital Signature in Reports

nikeman77nikeman77 Member Posts: 517
Hi guys,

anyone ever implement digital signature in version 5?
i would like to include them in reports eg: do/ si

Answers

  • kinekine Member Posts: 12,562
    What do you mean with digital signature? You want to sign the PDF you create? Or you want to "include" picture with the signature of some person?
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • nikeman77nikeman77 Member Posts: 517
    hi kine,

    i reckon image of the signature will be a better choice, but in navision, when i declared a field of blob where can i store the image?
  • kinekine Member Posts: 12,562
    in the field of type blob... what is the problem?
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • nikeman77nikeman77 Member Posts: 517
    hi kline,

    sorry for the stupid question but where can i place the physical file of the image? so that it is able to link it to the blob.
  • kinekine Member Posts: 12,562
    I think that you miss some basic knowledge about the BLOB fields. You need to save the file into the blob field - blob field has functions to import and export the files into/out of the field. It means, you take the file from some disc (local/network) and upload it into the blob field. Than the file is stored in the database as data. If you need, you can export/download the file from the field or display it in report...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • nikeman77nikeman77 Member Posts: 517
    hi kine,

    a million thanks! :lol:

    i got them from company information form import picture button and copy the code over, now it works like a clock work!
  • neetag32neetag32 Member Posts: 1
    edited 2014-01-31
    test
  • mdPartnerNLmdPartnerNL Member Posts: 802
    neetag32 wrote:
    I have used .net class library for print digital signature in report.


    cert := cert.Cert();
    metadata := metadata.MetaData();
    testt := testt.TestSignature();
    return := testt.AddSignature('path for your certificate','password of your certificate','existing file path','new file path');
    //for e.g return := testt.AddSignature('abc.pfx','abc@123','D:\test.pdf','D:\test223.pdf');
    MESSAGE('Verifed');

    I have given file link dll file below.

    Step to install DLL
    1) add DLLinto nav RTC-Addin folder
    2) create dot net type variable and select dll from navision tab

    http://www.filemail.com/d/vfdkywfbdlktnuh?

    Any chance for a download of the VS project? :)
  • mdPartnerNLmdPartnerNL Member Posts: 802
    neetag32 wrote:
    test

    The code is gone so I guess you were not allowed to share :)
  • a.kadulkara.kadulkar Member Posts: 14
    I am not able to download dll. Can you please upload that dll again
Sign In or Register to comment.