Monday, December 3, 2018

Printing Documents to PDF from NAV / Business Central

👋 Hi all,

This article am writing on the request of @Akash, It's already published by Bullzip, here am going to describe step by step for new developer who is still bothering How to set password, Digital signature, Watermark e.t.c on PDF Documents.
This is an example of how to use the PDF Printer from Microsoft Dynamics NAV / business Central (on premise).
I will use the C/AL code to show you a couple of thing that you can do from NAV. These subjects are covered by the example.

  • Printing multiple documents in a loop.
  • Using a watermark with dynamic text.
  • Signing the PDF using a digital certificate.
  • Sending Documents to Customer over Email.
  • Error handling

Popular Posts