I have been asked to print the remittance advice to PDF per vendor which i have working using PDF995. Now however i have to use Amyuni as the PDF converter as this is what the customer wishes. Does anyone have any knowledge on how to do this. With PDF995 i can specify in the .ini file the file output etc but don't seem to have these options with Amyuni. Any help would be most appreciated.
0
Comments
Use Amyuni PDF converter instead of PDF995. Just install the converter from the link given below:
http://www.download.com/Amyuni-PDF-Suit ... 79045.html
Next, use "Common Driver Interface Control" from OCX. Then use PDFDriverInit and give the Amyuni Printer for Printing and use the following functions, EnablePrinter,SetDefaultPrinter,DefaultFileName.If u need path name use this "FileNameOptions".
Temporarily store the PDF file in a dummy path. If u want to send as attachment then u have to use Codeunit 397.
Hope this Helps...
Suba
Try it out...