是否有用于处理 PDF 文件的良好 Web 应用程序?例如,将图像拖放到它并保存以供将来参考,然后随时删除丢弃的图像等。我也想将它与我现有的 Web 应用程序集成。
编辑:
这些链接是我在搜索时遇到的。可能对搜索相同内容的人有用。:)
是否有用于处理 PDF 文件的良好 Web 应用程序?例如,将图像拖放到它并保存以供将来参考,然后随时删除丢弃的图像等。我也想将它与我现有的 Web 应用程序集成。
编辑:
这些链接是我在搜索时遇到的。可能对搜索相同内容的人有用。:)
Mozilla 有pdf.js,它使用 HTML5 呈现 PDF 文件。最近的 Firefox 浏览器的内置 PDF 阅读器中使用了相同的脚本。
这是实验性的,但你可以破解代码并用它做任何你想做的事情。
如果您只是在寻找一个可以吐出 pdf 文件的在线工具 - Sejda 也有很多其他在线工具可用
PDF Sharp 将允许您进行所需的各种操作。它是开源的,免费使用。你可以从这里下载它..
功能包括
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