
Hello,
Is there any way to add digital signature in a nav pdf report from Navision itself instead of adding from adobe acrobat?
By digital sign I mean something like the one given below:
Thanks
These looks like images to me. This is what you have to do IMHO
1. Store the images in a BLOB field in a separate table with PK same as your document table (e.g. Document Type, Document No.)
2. Retrieve the image in the report
3. Add the image in the report
You could look at what report 206 does, for example, to have an idea how images / logos are handled.
Be aware that it might be costly in terms of performance.