Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 8,534 for

annotator

(0.1 sec)
  1. 如何用 .NET 添加 Underline 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Underline 个注释。...Annotations 集合中的 Underline 注释方法 Add 再次保存该文件..."sample.pdf" )); // This annotation is used to indicate the insertion...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  2. 如何用 .NET 添加 Highlight 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Highlight 个注释。...Annotations 集合中的 Highlight 注释方法 Add 再次保存该文件..."sample.pdf" )); // This annotation is used to indicate the insertion...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  3. 如何使用 C++ 删除 Polyline 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Polyline 注解的源代码...Annotations 集合中的 Polyline 注释方法 Remove...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  4. วิธีการเพิ่ม Circle คำอธิบายประกอบโดยใช้ .NET |...

    รหัสที่มาใน C# เพื่อเพิ่ม Circle คำอธิบายประกอบในกรอบ .NET, .NET หลักและ PHP, VBScript, Delphi, C++ ผ่าน COM Interop...Annotations บันทึกแฟ้มอีกครั้ง ความต้องการของระบบ...pdf" )); // Create Polygon Annotation var circleAnnotation = new...

    products.aspose.com/pdf/th/net/annotation/circl...
  5. 如何用 .NET 添加 Caret 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Caret 个注释。...Annotations 集合中的 Caret 注释方法 Add 再次保存该文件..."sample.pdf" )); // This annotation is used to indicate the insertion...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  6. 如何使用 C++ 删除 Watermark 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Watermark 注解的源代码...Annotations 集合中的 Watermark 注释方法 Remove...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  7. 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...
  8. Ekstrak Tautan dari File PDF|Aspose.PDF untuk Java

    Ekstrak tautan dari PDF dengan Java. Topik ini menjelaskan cara mengekstrak tautan menggunakan kelas AnnotationSelector.... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/id/java/extract-links/
  9. Java 을 (를) 사용하여 Freetext 주석을 가져오는 방법 | Aspose.PDF

    JSP/JSF 응용 프로그램 및 데스크톱 응용 프로그램용 Java 런타임 환경에서 PDF 파일에 Freetext 주석을 가져오는 Java 샘플 코드입니다....Annotations 컬렉션에서 Freetext 주석에 대해 Get..."sample_freetext.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/ko/java/annotation/free...
  10. Work with PDF layers using C#|Aspose.PDF for .NET

    Clearing hidden data in your PDF document with C#...or unwanted information (annotations, scripts, metadata, attachments...Removes all document annotations. Redact annotations will be applied...

    docs.aspose.com/pdf/net/clear-hidden-data/