Okay, thanks! I guess I can understand that, since it would make AIR platform-dependent in a way (even though that could be optional).
So, is it possible to create a PDF from an AIR app? Just create one from scratch and spit it out so that it opens in Acrobat Reader? Or if not, can I have a generic template of a PDF file, open it and modify it in AIR (using JavaScript or not), and then save it as a new PDF, then Exec the OS to open that file? Thanks for any help! --- In [email protected], "Kevin Benz" <[EMAIL PROTECTED]> wrote: > > The basic answer, anointed by Adobe, no.. > > > > There is no COM bridge in Air, and I don't expect there to be one > either. > > > > Of note: > > > > http://www.mikechambers.com/blog/2008/01/17/commandproxy-net-air-integra > tion-proof-of-concept/ > > > > another approach > > > > http://www.merapiproject.net/ > > > > Although that's a java bridge > > > > K > > > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of thegators_2002 > Sent: Wednesday, October 15, 2008 8:26 AM > To: [email protected] > Subject: [flexcoders] Can AIR call local DLLs? > > > > I have a couple older Flash 8 apps that are wrapped inside Zinc, and > that call a custom DLL I did that takes some XML output from the Flash > and blends it with an XML report template to spit out a PDF. I have > some new applications to do, converting Flex web apps to AIR. But I > need to print PDF reports for them as well. For AIR, is there any way > that I can use the same custom print DLLs I have already written? > > I don't want to write these reports in Flex, they are really long and > complex, and it would be a bad idea to have two versions to maintain > along with the web-based versions. > > I just upgraded to Flex 3, but haven't seen this exact issue dealt > with - printing to a PDF using some sort of external report template, > rather than writing it out inside Flex. > > Thanks! >

