Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 8,738 for

annotator

(0.14 sec)
  1. أرشيف

    أرشيف... استرجع خاصية annotations لصفحة معينة للحصول على جميع...document = ap.Document("annotations.pdf") # قم بالتكرار عبر جميع...

    blog.aspose.com/ar/pdf/parse-pdf-in-python/
  2. العمل مع الإجراءات في PDF|Aspose.PDF لـ C++

    يشرح هذا القسم كيفية إضافة إجراءات إلى الوثيقة وحقول النموذج برمجيًا باستخدام C++....أضف هذه الروابط إلى مجموعة Annotations الخاصة بكائن Page . أخيراً،...MakeObject<Aspose::Pdf::Annotations::LinkAnnotation>(page, M...

    docs.aspose.com/pdf/ar/cpp/actions/
  3. Comment supprimer un lien hypertexte dans un PD...

    Ce didacticiel rapide décrit le processus de suppression d'un lien hypertexte dans un PDF à l'aide de Java. Il contient toutes les informations sur les paramètres d'environnement, la logique du programme en termes d'étapes et un exemple de code exécutable pour supprimer tous les liens du PDF à l'aide de Java....types d’annotations et supprimer uniquement l’annotation de lien...collection d’annotations Parcourez toutes les annotations et identifiez...

    kb.aspose.com/fr/pdf/java/how-to-remove-hyperli...
  4. Добавить аннотацию вложения файла|Aspose.PDF fo...

    В примере привязывается входной PDF, добавляется аннотация вложения файла на первую страницу с использованием пути к файлу и сохраняется обновлённый документ....initialize_data_dir def add_file_attachment_annotation ( infile , attachment_file...# Create file attachment annotation on page 1 content_editor...

    docs.aspose.com/pdf/ru/python-net/add-file-atta...
  5. Visio फ़ाइल एनोटेशन NET C# | products.aspose.com

    C# कोड की कुछ ही पंक्तियों के साथ Visio का डेटा एनोटेशन जोड़ें या निकालें।...टिप्पणियाँ ANNOTATION Annotation ANNOTATION Annotation ANNOTATION Annotation...Annotation ANNOTATION Annotation ANNOTATION Annotation ANNOTATION Annotation...

    products.aspose.com/diagram/hi/net/annotation/
  6. How to Remove Hyperlink from PDF using Python

    This article provides details on how to remove hyperlink from PDF using Python. It contains environment settings, a step-wise process to write the application and a runnable sample code to remove link from PDF using Python....collections of annotations Check each annotation having type LINK...the delete() method of the annotations collection Save the output...

    kb.aspose.com/pdf/python/how-to-remove-hyperlin...
  7. The use of RedactionAnnotation to add a color b...

    I have a PDF document with two pages. One of the pages is rotated 90 degrees clockwise. I want to add a red-colored rectangle at the lower-left corner of each page. When the page is not rotated, it works correctly. Howe…...double ury) { var annot = new Aspose.Pdf.Annotations.RedactionAnnotation(page...urx, ury)); annot.FillColor = annotationColor; annot.Color = annotationColor;...

    forum.aspose.com/t/the-use-of-redactionannotati...
  8. 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...
  9. 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/
  10. Anotaciones de marca de agua usando Python|Aspo...

    Aprenda cómo agregar, inspeccionar y eliminar anotaciones de marca de agua en documentos PDF usando Aspose.PDF for Python via .NET.... watermark_annotation = ap . annotations . WatermarkAnnotation...) page . annotations . append ( watermark_annotation ) Configurar...

    docs.aspose.com/pdf/es/python-net/watermark-ann...