C# PDF 处理表格

发布于 2024-12-27 06:19:26 字数 68 浏览 1 评论 0原文

我有一个 pdf 文件,里面有一些表格。
我想阅读此文档并更改一些现有行并添加新行。
有办法做到这一点吗?

I have a pdf file with some table inside.
I want to read this document and change some existing row and add new rows too.
Is there a way do do this?

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

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

发布评论

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

评论(1

↙温凉少女 2025-01-03 06:19:26

恐怕你不会有什么好运气了。

不幸的是,PDF 中没有“行”——PDF 中没有表格的概念——只有文本和矢量图形。

这意味着您必须在正确的位置手动添加矢量和文本才能产生表格的错觉。

I'm afraid you won't have any luck.

Unfortunately you don't get 'rows' in a PDF - there is no concept of a table in PDF - only text and vector graphics.

This means you will have to manually add the vectors and the text in the right places to give the illusion of a table.

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