Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究删除或修改 pdf 文件中特定注释的方法,我们的项目使用 pdfium 库,不知道有人熟悉这个吗?我只是想知道我是否可以删除或修改 pdf 文件中的特定注释?是或否就足够了。
PDFium 现在有一个 API 可以删除注释。请参阅 fpdf_annot.h 中的 FPDFPage_RemoveAnnot
顺便说一句,您不应该使用内部类,它们可以在没有警告的情况下移动、更改和重构。public/ API 是唯一可以被认为是稳定的 API。