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

annotate

(0.11 sec)
  1. 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...
  2. 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...
  3. | 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/
  4. Как да изтриете коментари в PDF в Java

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

    kb.aspose.com/bg/pdf/java/how-to-delete-comment...
  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. 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/
  8. C++でPDFファイルにリンクを作成する|Aspose.PDF for C++

    このセクションでは、C++でPDFドキュメントにリンクを作成する方法を説明します。... ページオブジェクトの Annotations プロパティにリンクを追加します。 最後に、Doc...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/ja/cpp/create-links/
  9. Travailler avec des actions dans un PDF|Aspose....

    Cette section explique comment ajouter des actions au document et aux champs de formulaire de manière programmatique avec C#....ces liens à la collection Annotations de l’objet Page . Enfin,...sont représentés comme des annotations dans un fichier PDF et ils...

    docs.aspose.com/pdf/fr/net/actions/
  10. 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/