Showing related tags and posts across the entire site.
-
Hello all, I am using bullzip printer to print reports to PDF. Now i have number of different reports in a series to be printed to PDF. I could do that too but it is creating separate PDF files for each report. What i want is to print all reports to one PDF file, meaning to say i want to merge the PDFs...
-
I use PDF creator, but I think Bullzip works similarly. The issue is probably that to create one file you need to print one report, because each print job starts a new PDF file. So with NAV its a problem when you have different reports. Bullzip seems pretty powerfull and maybe has a feture to merge files...
-
Hello Everyone, The accounting department is requesting for a solution that will allow them to attach the original pdf copies of invoices to the PO's, SO's and/or Invoices. I am hoping NAV 5.0 SP1 has some feature that can do this without any add-ons. Please help me accomplish this. If it is...
-
Hi, I think I have found the solution. If you are using the code: REPEAT SLEEP(1000); WaitTime += 1000; IF WaitTime = 60000 THEN ERROR('Timeout error while waiting for PDFCreator.cIsConverted while printing for customer %1!', "No."); UNTIL PDFCreator.cIsConverted; to determine if PDFCreator...