How to add a PDF document to a Sales Invoice
Sometimes you might want to add an existing PDF to a Sales Invoice or Purchase Order, for example, to print assembly instructions or legal conditions.

You can do this using the advanced PDF features that ForNAV provides with BullZip.
Step 1 – Install BullZip
You can download and install BullZip from http://www.bullzip.com/.
License for Bullzip is embedded in your ForNAV licensed. Read more here: http://www.fornav.com/bullzip/.
Step 2 – Add two lines of code
Add the following two lines of code to the OnInitReport() trigger:
ReportForNav.PrinterSettings.SetValue('MergeFile','Q:ForNAVLorem ipsum dolor sit amet.pdf'); ReportForNav.PrinterSettings.SetValue('MergePosition','top');

Note that ‘top’ means that the ForNAV report gets generated first.
Step 3 – Save the report to PDF
This feature only works if you save the result to PDF.

Latest news
Latest knowledge base articles
-
FORNAV moves to the layout type “Custom”
-
Detect if a JavaScript record or data item record is the last record within the current filter
-
Troubleshooting when using the FORNAV reporting service for printing (Server Print)
-
Setting up Business Central for FORNAV E-invoicing and Peppol Plus
-
Using Auto Format in FORNAV layouts
