我正在尝试将 DataGrid 的内容导出为 PDF
var bytes:ByteArray = myPDF.save(Method.LOCAL);
var f:FileReference = new FileReference();
f.save(bytes,"TestAttachment.pdf");
/* Call to a possibly undefined method save through a reference with static type flash.net:FileReference. */
我正在使用 AlivePDF 版本 0.1.4.9 和 flex builder 3 来构建一个简单的 Flex 应用程序