C/AL Code for "printing" to PDF995 and editing of PDF995.ini file

If anyone has a good example of C/AL code that allows one (in Navision 4.00 SP3) to read from and write to the PDF995.ini file so as to control the behavior as it relates to attaching .pdf files (created from Nav reports) to emails, that would be great. The PDF995 website has a great reference for how to do this in VBA in an Access database, and it works great (http://www.freeware995.com/misc/vbacode.txt). However, and not surprisingly, no equivalent example is provided for C/AL and Navision. From reading many other posts that relate to similar pursuits, I am certain that my quest will not be in vain and that the solution is not far beyond my reach… Row, row, row my boat, gently down the Instreams, Outstreams…

Thanks for any generous help.

LJ

Assuming anyone is out there, I already figured out my solution using the standard File functions and using, among other simple things, the line feed and carriage return characters to format the PDF995.ini file that I wrote to. Thanks anyway.

LJ