Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 9,047 for

annotator

(0.44 sec)
  1. Advanced operations|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NET can perform simple and easy tasks and cope with more complex goals. Check the next section for advanced users and developers.... Annotations - annotations allow users to add...add, delete and modify the annotation from the PDF documents. Working...

    docs.aspose.com/pdf/python-net/advanced-operati...
  2. Importar e Exportar Anotações para XFDF|Aspose....

    Esta seção explica como importar e exportar anotações de um arquivo PDF para XFDF com Aspose.PDF Facades....ades_Annotations (); // Sources of PDF with annotations var sources...GetDataDir_AsposePdfFacades_Annotations (); using ( var annotationEditor...

    docs.aspose.com/pdf/pt/net/import-export-annota...
  3. Chercher

    chercher...Parcourez les annotations et obtenez l’annotation carrée. Créez...Parcourir les annotations sur la page for (auto annotation : page->get_Annotations())...

    blog.aspose.com/fr/pdf/extract-data-from-tables...
  4. Создать AcroForm — создать заполняемый PDF в Py...

    Создайте поля AcroForm с нуля в PDF‑документах, используя Aspose.PDF for Python via .NET.... annotations . DefaultAppearance ( "Arial"...dark_blue ) border = ap . annotations . Border ( text_box_field...

    docs.aspose.com/pdf/ru/python-net/create-form/
  5. C++でPDFファイルにリンクを作成する|Aspose.PDF for C++

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

    docs.aspose.com/pdf/ja/cpp/create-links/
  6. 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/
  7. ลบคำอธิบายประกอบ PDF ออนไลน์หรือจัดการคำอธิบายป...

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

    products.aspose.com/total/th/java/annotate/pdf/
  8. วิธีการรับ Caret คำอธิบายประกอบโดยใช้ Java | As...

    รหัสตัวอย่าง Java ที่จะได้รับ Caret คำอธิบายประกอบในไฟล์ PDF บน Java Runtime สภาพแวดล้อมสำหรับ JSP/JSF แอพลิเคชันและการประยุกต์ใช้สก์ท็อป...Annotations บันทึกแฟ้มอีกครั้ง ความต้องการของระบบ..."sample_caret.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/th/java/annotation/care...
  9. PDFファイルからリンクを抽出する|Aspose.PDF for Java

    JavaでPDFからリンクを抽出します。このトピックでは、AnnotationSelectorクラスを使用してリンクを抽出する方法を説明します。... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/ja/java/extract-links/
  10. 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/