Digital signature

how to apply digital signature on pdf generated from navision? i want to do this through navision coding.

I’m not absolutaly shure, but I think this is not possible using only Dynamics NAV. Have you seen Bullzip PDF printer? It has an example to do that with Dynamics NAV: http://www.bullzip.com/products/pdf/doc/examples/dynamics-nav-invoices/info.php

Otherwise, if someone knows how this can be done with standard C/AL code (and some standard dotnet vars), it will be wellcome

Which version of NAV are you using?

As Ponc says, then you can do this using the Bullzip PDF printer driver. So if you’re already using the standard PDF functionality available in the RTC versions, then it is not that easy.

I have had the request from a customer about this, and here I found that is not possible with NAV’s own PDF and C/AL. Our request was bound in a requirement within EU to use signatures on all invoices etc. send as PDF. But it seems this requirement is no longer required by EU.

[View:~/nav/f/general-discussions/91015/is-nav-in-appliance-with-eu-s-invoicing-rules:320:50]

Well, at the moment you can’t - also the PDF-file is not created as PDF/A (Long Term saving “rules” format) - But the Bullzip example works quite nicely - I’ve been using it many times.

i am using nav 2016.

Well then you only option is to write it “the old fashioned way”, using the BullZip PDF driver. There are many answers on how to do it in the developers group. For your own sake, then I hope this is limited to a few reports?

You also have the option of getting this functionality “ready-to-use” as a part of the add-on MailIT from http://www.expandit.com - the guy who developed the Bullzip driver [mention:261e1545b2bb434daac0880ec5b38ad7:e9ed411860ed4f2ba0265705b8793d05] used to work there.