Hi all,
i try to create a PDF Process "Server Side" in NAV 2013. I want to merge the invoce with another PDF by using Bullzip.
At first i have converted the code from Rashed (
http://mibuso.com/blogs/ara3n/2008/08/01/save-nav-reports-to-pdf/) to .net.
When i start my Codeunit, the BullZip Promt is displayed, however i set "Showsettings" to "never".
I think, BullZip dosen't look to the "Runonce.ini", if it was started from the Service-Tier.
Any idea ?
Thank you for any help.
Comments
There is a default command in NAV 2013, SAVEASPDF and also Send Email.
Frankly speaking there is no need to use bullzip or any other PDF emailing any more.
If you do it you are re-inventing the wheel.
I hope this helps.
http://mibuso.com/blogs/davidmachanick/
http://www.mibuso.com/forum/viewtopic.p ... 9&p=208176
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Hi Experts,
Well, old topic, new question, I'm developing to print Word documents saved in BLOB field (imported through import feature of our product) to PDF and merging of docs after that, which means the Word contents are never be fixed.
That can not be achieved by SaveAsPDF (not even any workaround by not using any third-party), isn't it? Not even in Nav2016?
You are going to have to call Word as a DotNet variable in order to get the BLOB converted from Word to PDF.