在air/actionscript/flex中创建PDF文件

发布于 2024-11-03 14:11:48 字数 108 浏览 0 评论 0原文


我有 AIR 应用程序,我需要将一些数据保存到 PDF 文件。我可以做一些简单的事情吗?
将图像保存为 pdf 或仅将文本保存为 pdf 有不同的方式吗?

谢谢你的帮助

i have AIR application and I need save some data to PDF file..can i do it some simple??
is different way for save image to pdf or save only text to pdf??

thanks for help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

|煩躁 2024-11-10 14:11:48

有用于创建 PDF 的 ActionScript 3 库。查看 purePDFAlivePDF。以下是 purePDF 的一些功能:

  • 支持 pdf 查看器显示选项
  • Alpha 透明度
  • 图层和图层成员资格
  • 支持 pdf 文本渲染
  • 表格(嵌套表格、分页表格、带图像的表格等...)
  • 图案、阴影图案(线性和渐变)、专色、RGB 颜色
    和 cmyk 颜色
  • 带 alpha 的线性和径向渐变
  • 表单(用户输入表单、文本字段、组合框、列表、复选框)
  • 用于文本操作的段落、短语、块
  • 图像图案
  • 列出
  • 图像(png、tif、jpeg、bitmapdata、gif、gif 动画)
  • 元数据、页眉和页脚
  • javascript
  • 多列文本

另请参阅 Google 代码 wiki 或其 GitHub 上的示例源

There are ActionScript 3 libraries for creating PDFs. Take a look at purePDF or AlivePDF. Here are some of the features from purePDF:

  • support for pdf viewers display options
  • alpha transparency
  • layers and layers membership
  • support for pdf text rendering
  • tables ( nested tables, page split tables, table with images, etc...)
  • patterns, shadings patterns (linear and gradient), spot colors, rgb color
    and cmyk color
  • linear and radial gradients with alpha
  • forms (user input forms, textfields, combo box, list, checkbox)
  • paragraphs, phrases, chunks for text manipulation
  • image patterns
  • lists
  • images ( png, tif, jpeg, bitmapdata, gif, animated gifs)
  • metadata, page header and footers
  • javascript
  • multi column text

Also take a look at some of the purepdf exampels on their Google Code wiki or their examples source on GitHub.

江挽川 2024-11-10 14:11:48

看看alivepdf

希望有帮助

Check it out alivepdf

Hopes that helps

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文