Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 8,580 for

annotation

(0.08 sec)
  1. 如何使用 .NET 添加 Redaction 註解 | Aspose.PDF

    C# 上的原始程式碼,用於在 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++上添加 Redaction 批注。...region RedactionAnnotation annot = new RedactionAnnotation (...( 200 , 500 , 300 , 600 )); annot . FillColor = Aspose . Pdf ...

    products.aspose.com/pdf/zh-hant/net/annotation/...
  2. Supprimer le surlignage d’un PDF à l’aide de Py...

    Suivez cet article pour supprimer le surlignage d’un PDF à l’aide de Python. Il contient des détails pour configurer l’IDE, une liste d’étapes et un exemple de code montrant comment effacer le surlignage dans un PDF à l’aide de Python en supprimant toutes les Annotations ou une Annotation particulière....et collecter toutes les annotations cibles Pour supprimer toutes...toutes les annotations de surlignage, marquer toutes les annotations...

    kb.aspose.com/fr/pdf/python/remove-highlight-fr...
  3. Yorumlarla Çalışmak|Documentation

    Bu sayfa, Aspose.Diagram kitaplığıyla nasıl yorum ekleneceğini veya düzenleneceğini açıklar....collection of the annotations AnnotationCollection annotations = diagram...PageSheet . Annotations ; // Iterate through the annotations foreach...

    docs.aspose.com/diagram/tr/net/working-with-com...
  4. Anotasi PDF sticky menggunakan Python|Aspose.PD...

    Topik ini tentang anotasi sticky, sebagai contoh kami menunjukkan Anotasi Watermark dalam teks.... annotations . WatermarkAnnotation ( page...koleksi Anotasi Halaman page . annotations . append ( wa ) # Buat TextState...

    docs.aspose.com/pdf/id/python-net/sticky-annota...
  5. 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/ja/net/modify-annotations/
  6. التعامل مع التعليقات|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Comment ، المعروضة بواسطة فئة Annotation ، للمطورين بتحرير التعليقات...collection of the annotations AnnotationCollection annotations = diagram...

    docs.aspose.com/diagram/ar/java/working-with-co...
  7. استخراج الروابط من ملف PDF|Aspose.PDF لـ C++

    استخراج الروابط من PDF باستخدام C#. يشرح هذا الموضوع كيفية استخراج الروابط باستخدام فئة AnnotationSelector....annotations.annotation_selector/) إلى طريقة...com/pdf/cpp/class/aspose.pdf.annotations.annotation_selector/). يظهر لك...

    docs.aspose.com/pdf/ar/cpp/extract-links/
  8. PdfPermissions enumeration | Aspose.Words for P...

    aspose.words.saving.PdfPermissions enumeration. Specifies the operations that are allowed to a user on an encrypted PDF document....MODIFY_ANNOTATIONS , PdfPermissions.FILL_IN.... MODIFY_ANNOTATIONS Add or modify text annotations, fill in...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Travailler avec des Actions dans un PDF|Aspose....

    Cette section explique comment ajouter des actions au document et aux champs de formulaire par programmation avec C++....ces liens à la collection Annotations de l’objet Page . Enfin,...1 ); // Créer un objet d'annotation de lien auto link = MakeObject...

    docs.aspose.com/pdf/fr/cpp/actions/
  10. PDF 파일에서 링크 추출하기|Aspose.PDF for Java

    Java를 사용하여 PDF에서 링크를 추출합니다. 이 주제는 AnnotationSelector 클래스를 사용하여 링크를 추출하는 방법을 설명합니다.... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/ko/java/extract-links/