Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 8,737 for

annotate

(0.14 sec)
  1. Java 을 (를) 사용하여 Circle 주석을 추가하는 방법 | Aspose.PDF

    JSP/JSF 응용 프로그램 및 데스크톱 응용 프로그램의 Java 런타임 환경에서 PDF 파일에 Circle 주석을 추가하기 위한 Java 샘플 코드입니다....Annotations 컬렉션에서 Circle 주석에 대해 Add 메서드를...( 1 ); // Create Polygon Annotation CircleAnnotation circleAnnotation...

    products.aspose.com/pdf/ko/java/annotation/circ...
  2. | Aspose.PDF

    Java 용 Aspose.PDF 를 사용하여 Java 샘플 코드를 사용하여 PDF의 주석을 프로그래밍 방식으로 관리합니다.... resolve ( "java-add-annotation.pdf" ). toString (); Document...setContents ( "This is a free text annotation." ); freeTextAnnotation ...

    products.aspose.com/pdf/ko/java/annotation/
  3. Как да изтриете коментари в PDF в Java

    Този урок ръководи как да изтривате коментари в PDF в Java. Той споделя информацията за настройка на IDE, стъпки за писане на програмата и примерен код за изтриване на всички коментари в PDF в Java....и отворете collection of annotations в него Анализирайте всяка...метода delete() в колекцията Annotations, за да изтриете текстовата...

    kb.aspose.com/bg/pdf/java/how-to-delete-comment...
  4. Differentiation between Comments and Reference ...

    Hello Everyone and @alexey.noskov, In my Java code I remove comments from my document. When converting word to PDF using Aspose.words: com.aspose.words.NodeCollection comments = (com.aspose.words.NodeCollection)doc.ge…...By removing the comments/ annotations also the reference links...only text annotations and leave the link annotations intact, you...

    forum.aspose.com/t/differentiation-between-comm...
  5. 搜索

    搜索...# 獲取註釋集合 annotations = page0.page_sheet.annotations; # 遍歷註釋 for...for annotation in annotations: comment = annotation.comment.value;...

    blog.aspose.com/zh-hant/diagram/add-comments-to...
  6. ลบคำอธิบายประกอบ TSV ออนไลน์หรือจัดการคำอธิบายป...

    ลบความคิดเห็นออกจากไฟล์ TSV ผ่านแอปออนไลน์ฟรีรหัส Java API เพื่อจัดการความคิดเห็นของไฟล์ TSV...Total Java Annotate ลบคำอธิบายประกอบ TSV ออนไ...ndencies) ``` 📝 ทำไมต้อง Annotate ไฟล์ TSV: ปรับปรุงการวิเคราะห์บันทึก...

    products.aspose.com/total/th/java/annotate/tsv/
  7. Kompresuj dokument PDF | Aspose.PDF

    Zoptymalizuj pliki PDF na dowolnej platformie programowo za pomocą tego przykładowego kodu za pomocą biblioteki Aspose.PDF...infilename ); // Flatten annotations for ( auto page : document...auto annotation : page -> get_Annotations ()) { annotation -> Flatten...

    products.aspose.com/pdf/pl/compress/
  8. Extract Data from Table in PDF with C#|Aspose.P...

    Learn how to extract tabular from PDF using Aspose.PDF for .NET in C#...table marked with Square Annotation: // For complete examples...squareAnnotation = page . Annotations . FirstOrDefault ( ann =>...

    docs.aspose.com/pdf/net/extract-data-from-table...
  9. Work with PDF Actions in Python|Aspose.PDF for ...

    Learn how to add, update, and remove document, page, and form actions in PDF files using Python....annotations import ( NamedAction , PredefinedAction...pdf") Notes: - Uses `ap.annotations.JavascriptAction` with `app...

    docs.aspose.com/pdf/python-net/actions/
  10. Basics of Aspose.PDF DOM API|Aspose.PDF for Java

    Get started with the basics of Aspose.PDF DOM API for Java. Learn how to create, modify, and manage PDF documents with ease....Annotation Annotations are a part of a PDF...dedicated a namespace for annotations. This namespace contains...

    docs.aspose.com/pdf/java/basics-of-dom-api/