Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 8,417 for

annotation

(0.07 sec)
  1. 从 PDF 中提取注释|Aspose.PDF for .NET

    本节解释如何使用 Aspose.PDF Facades 从 PDF 文件提取注释到 XFDF。...GetDataDir_AsposePdfFacades_Annotations (); // Open PDF document...( document ); // Extract annotations var annotationTypes = new...

    docs.aspose.com/pdf/zh/net/extract-annotation/
  2. Is it possible to convert LaunchAction to URIAc...

    Hi Aspose team, in my scenario I have PDF documents that are pointing to network file which is opened via LaunchAction. After migration to SharePoint, I replaced link from network drive to SharePoint location but Launch…...Annotations; // Load the PDF document...through the annotations foreach (var annotation in pdfDocument...

    forum.aspose.com/t/is-it-possible-to-convert-la...
  3. 注解 PDF API | Aspose.PDF

    使用适用于任何平台的免费跨平台应用程序和高级代码 API 从 PDF 文档中删除注释。...pdf" )); // This annotation is used to indicate the insertion...document . Pages [ 1 ]. Annotations . Add ( caretAnnotation1...

    products.aspose.com/pdf/zh-hant/annotation/
  4. Unable to extract javaScript actions from PDF -...

    Hi There, We were able to retrieve the JavaScript from a PDF using the code snippet below, and it used to work perfectly. However, recently we encountered an issue: when processing multiple files together, their PDF con…...getOnClose()); } } for (Annotation annotation : page.getAnnotations())...{ for (PdfAction action : annotation.getPdfActions()) { if (action...

    forum.aspose.com/t/unable-to-extract-javascript...
  5. 如何用 C++ 添加 Redaction 注解 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上在 PDF 文件中添加 Redaction 注释的源代码...Annotations 集合中的 Redaction 注释方法 Add 再次保存该文件...region RedactionAnnotation annot = new RedactionAnnotation (...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  6. 如何使用 Java 获取 Freetext 注解 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中获取 PDF 文件中的 Freetext 注释的 Java 示例代码。...Annotations 集合中的 Freetext 注释方法 Get 再次保存该文件..."sample_freetext.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/zh-hans/java/annotation...
  7. 如何使用 Java 删除 Highlight 注释 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中删除 PDF 文件中的 Highlight 注释的 Java 示例代码。...Annotations 集合中的 Highlight 注释方法 Remove...annotationSelector1 ); List < Annotation > textMarkupAnnotation =...

    products.aspose.com/pdf/zh-hans/java/annotation...
  8. Import and Export Annotations to XFDF|Aspose.PD...

    You may import and export Annotation with XFDF format with C# and Aspose.PDF for .NET library....Ask AI Import and Export Annotations to XFDF Contents [ Hide ]...to represent form data or annotations contained in a PDF form....

    docs.aspose.com/pdf/net/import-export-xfdf/
  9. PDF Annotations in Node.js|Aspose.PDF for Node....

    This section shows how to use all kinds of Annotations to your PDF file with the Aspose.PDF for Node.js via C++....PDF Annotations in Node.js Contents [ Hide ] Annotations in PDF...or visual improvements. Annotations can take various forms, including...

    docs.aspose.com/pdf/nodejs-cpp/annotations/
  10. 修改 PDF 中的注释|Aspose.PDF for .NET

    本节解释如何使用 Aspose.PDF Facades 将 PDF 文件中的注释修改为 XFDF。...GetDataDir_AsposePdfFacades_Annotations (); // Create PdfAnnotationEditor..."AnnotationsInput.pdf" ); // Modify annotations author annotationEditor ...

    docs.aspose.com/pdf/zh/net/modify-annotations/