【发布时间】:2013-04-09 06:51:27
【问题描述】:
是否有用于处理 PDF 文件的优秀 Web 应用程序?例如,将图像拖放到其中并保存以供将来参考,然后随时删除丢弃的图像等。我也想将它与我现有的 Web 应用程序集成。
编辑:
这些链接是我在搜索时遇到的。可能对搜索相同内容的人有用。:)
【问题讨论】:
标签: javascript jquery pdf web-applications
是否有用于处理 PDF 文件的优秀 Web 应用程序?例如,将图像拖放到其中并保存以供将来参考,然后随时删除丢弃的图像等。我也想将它与我现有的 Web 应用程序集成。
编辑:
这些链接是我在搜索时遇到的。可能对搜索相同内容的人有用。:)
【问题讨论】:
标签: javascript jquery pdf web-applications
Mozilla 有pdf.js,它使用 HTML5 呈现 PDF 文件。最近 Firefox 浏览器的内置 PDF 阅读器也使用了相同的脚本。
这是实验性的,但你可以破解代码并用它做任何你想做的事情。
【讨论】:
如果您只是在寻找可以吐出 pdf 文件的在线工具,请使用 - Sejda 网上也有很多其他工具可供使用
PDF Sharp 将允许您进行所需的各种操作。它是开源的,免费使用。可以从here..下载
功能包括
Creates PDF documents on the fly from any .Net language
Easy to understand object model to compose documents
One source code for drawing on a PDF page as well as in a window or on the printer
Modify, merge, and split existing PDF files
Images with transparency (color mask, monochrome mask, alpha mask)
Newly designed from scratch and written entirely in C#
The graphical classes go well with .Net
【讨论】: