Hi
I am getting the error message 'You cannot create an automation object BullZipPDF on Microsoft Dynamic Nav Server . You must create it on a client computer. This is obtained when using the following on a report which is printing sales invoice to PDF. This code is working fine on Nav 2009 R2 but not on Nav 2013. Please help.
IF ISCLEAR(BullZipPDF) THEN
CREATE(BullZipPDF);
0
Comments
Tino Ruijs
Microsoft Dynamics NAV specialist
The other question here is whether you still need to use the Bullzip PDF writer. Does the native SAVEASPDF not work for some reason?
http://www.epimatic.com
Although it is weird that for me the old solution had a "merge" and a "superimpose" BullZip commands with two static PDF files. I am trying to figure out what that does... because the finished result looks exactly like the normal invoice report so I don't even get what is the point of that.
I also stopped using PDFCreator in NAV 2013 R2 and now use SAVEASPDF.
After SAVEASPDF I use pdftk for merging with a pdf for background.
Tino Ruijs
Microsoft Dynamics NAV specialist
This week I'm going to use it for adding an extra page after a NAV-document.
More info on pdftk: http://en.wikipedia.org/wiki/Pdftk
And pdftk is also mentioned one or two times on mibuso.
Tino Ruijs
Microsoft Dynamics NAV specialist
Execute the batchfile.
And use SLEEP before you use the merged pdf.
Tino Ruijs
Microsoft Dynamics NAV specialist
I've created a batchfile in which I call pdftk.exe three times. I had to build in a "TIMEOUT /T 1" for a sleep of one second between the pdftk.exe-lines.
Tino Ruijs
Microsoft Dynamics NAV specialist
This has worked out well for me.
http://mibuso.com/blogs/davidmachanick/