{"id":1900,"date":"2024-07-24T16:11:05","date_gmt":"2024-07-24T08:11:05","guid":{"rendered":"https:\/\/support.foxitsoftware.cn\/?p=1900"},"modified":"2024-09-06T14:47:48","modified_gmt":"2024-09-06T06:47:48","slug":"%e3%80%90plugin-sdk%e3%80%91%e5%a6%82%e4%bd%95%e5%88%a0%e9%99%a4%e6%96%87%e6%a1%a3%e4%b8%ad%e6%89%80%e6%9c%89%e6%b3%a8%e9%87%8a%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/support.fuxinsoft.cn\/?p=1900","title":{"rendered":"\u5982\u4f55\u5220\u9664\u6587\u6863\u4e2d\u6240\u6709\u6ce8\u91ca\uff1f"},"content":{"rendered":"\n<p class=\"has-medium-font-size\">\u5220\u9664PDF\u6587\u6863\u4e2d\u6240\u6709\u6ce8\u91ca\u7684\u793a\u4f8b\u4ee3\u7801\u5982\u4e0b\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code has-body-font-family has-medium-font-size\"><code>FR_Document frDocument = FRAppGetActiveDocOfPDDoc();\nFPD_Document fpdDocument = FRDocGetPDDoc(frDocument);\nFR_DocView frDocView = FRDocGetCurrentDocView(frDocument);\nFR_PageView frPageView = FRDocViewGetCurrentPageView(frDocView);\nint curIndex = FRPageViewGetPageIndex(FRDocViewGetCurrentPageView(frDocView));\nfor (int i = 0; i &lt; FPDDocGetPageCount(fpdDocument); i++)\n{\n    FR_Page frPage = FRDocGetPage(frDocument, i);\n\n    FPD_Page fpdPage = FPDPageNew();\n\n    FPD_Object pPageDict = FPDDocGetPage(fpdDocument, i);\n    FPDPageLoad(fpdPage, fpdDocument, pPageDict, TRUE);\n\n    FPD_AnnotList annotList = FPDAnnotListNew(fpdPage);\n\n    int annotCount = FPDAnnotListCount(annotList);\n    \/\/\u6ce8\u91ca\u5217\u8868\u662f\u52a8\u6001\u7684\uff0c\u6700\u597d\u4f7f\u7528i--\n    for (int  j = annotCount-1; j &gt;-1; j--)\n    {\n        FPDAnnotListRemove(annotList, j);\n    }\n    FRDocReloadPage(frDocument, i, FALSE);\n}\n\n    FRDocReloadPage(frDocument,curIndex, FALSE);<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5220\u9664PDF\u6587\u6863\u4e2d\u6240\u6709\u6ce8\u91ca\u7684\u793a\u4f8b\u4ee3\u7801\u5982\u4e0b\uff1a<\/p>\n","protected":false},"author":31,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[90],"tags":[],"class_list":["post-1900","post","type-post","status-publish","format-standard","hentry","category-plugin-sdk"],"pp_statuses_selecting_workflow":false,"pp_workflow_action":"current","pp_status_selection":"publish","_links":{"self":[{"href":"https:\/\/support.fuxinsoft.cn\/index.php?rest_route=\/wp\/v2\/posts\/1900","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/support.fuxinsoft.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/support.fuxinsoft.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/support.fuxinsoft.cn\/index.php?rest_route=\/wp\/v2\/users\/31"}],"replies":[{"embeddable":true,"href":"https:\/\/support.fuxinsoft.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1900"}],"version-history":[{"count":5,"href":"https:\/\/support.fuxinsoft.cn\/index.php?rest_route=\/wp\/v2\/posts\/1900\/revisions"}],"predecessor-version":[{"id":2753,"href":"https:\/\/support.fuxinsoft.cn\/index.php?rest_route=\/wp\/v2\/posts\/1900\/revisions\/2753"}],"wp:attachment":[{"href":"https:\/\/support.fuxinsoft.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1900"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/support.fuxinsoft.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1900"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/support.fuxinsoft.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1900"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}