Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 9,084 for

annotate

(0.44 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – https://products.aspose.com/pdf/th/python-net/annotation/ Recent content on Aspsoe.PDF Products Hugo -- gohugo.io th Thu, 15 Jan 2026 00:00:00 ......com/pdf/th/python-net/annotation/ Recent content on Aspsoe...aspose.com/pdf/th/python-net/annotation/index.xml self application/rss+xml...

    products.aspose.com/pdf/th/python-net/annotatio...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – https://products.aspose.com/pdf/zh-hant/java/annotation/ Recent content on Aspsoe.PDF Products Hugo -- gohugo.io zh-hant Thu, 15 Jan 2026 00:00......com/pdf/zh-hant/java/annotation/ Recent content on Aspsoe...aspose.com/pdf/zh-hant/java/annotation/index.xml self application/rss+xml...

    products.aspose.com/pdf/zh-hant/java/annotation...
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – https://products.aspose.com/pdf/zh-hant/cpp/annotation/ Recent content on Aspsoe.PDF Products Hugo -- gohugo.io zh-hant Thu, 15 Jan 2026 00:00:......com/pdf/zh-hant/cpp/annotation/ Recent content on Aspsoe...aspose.com/pdf/zh-hant/cpp/annotation/index.xml self application/rss+xml...

    products.aspose.com/pdf/zh-hant/cpp/annotation/...
  4. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – https://products.aspose.com/pdf/pl/cpp/annotation/ Recent content on Aspsoe.PDF Products Hugo -- gohugo.io pl Thu, 15 Jan 2026 00:00:00 +0000 h......com/pdf/pl/cpp/annotation/ Recent content on Aspsoe...https://products.aspose.com/pdf/pl/cpp/annotation/index.xml self application/rss+xml...

    products.aspose.com/pdf/pl/cpp/annotation/index...
  5. إضافة تعليقات توضيحية منبثقة|Aspose.PDF for Pyt...

    يقوم هذا المثال بتحميل ملف PDF وإضافة تعليق توضيحي منبثق إلى الصفحة الأولى وحفظ المستند المعدل. تم تعيين النافذة المنبثقة لتكون مرئية افتراضيًا وتعرض نص التعليق المحدد....initialize_data_dir def add_popup_annotation ( infile , outfile ): # Create...bind_pdf ( infile ) # Add popup annotation to page 1 content_editor...

    docs.aspose.com/pdf/ar/python-net/add-popup-ann...
  6. Agregar anotaciones emergentes|Aspose.PDF for P...

    Este ejemplo carga un PDF, agrega una anotación emergente a la primera página y guarda el documento modificado. La anotación emergente está configurada para ser visible de forma predeterminada y muestra el texto de comentario especificado....initialize_data_dir def add_popup_annotation ( infile , outfile ): # Create...bind_pdf ( infile ) # Add popup annotation to page 1 content_editor...

    docs.aspose.com/pdf/es/python-net/add-popup-ann...
  7. Adicionar Anotações Pop-up|Aspose.PDF for Pytho...

    Este exemplo carrega um PDF, adiciona uma anotação pop-up à primeira página e salva o documento modificado. O pop-up está configurado para ser visível por padrão e exibe o texto de comentário especificado....initialize_data_dir def add_popup_annotation ( infile , outfile ): # Create...bind_pdf ( infile ) # Add popup annotation to page 1 content_editor...

    docs.aspose.com/pdf/pt/python-net/add-popup-ann...
  8. Agregar anotaciones de texto libre|Aspose.PDF f...

    Este ejemplo carga un archivo PDF existente, agrega una anotación de texto libre a la primera página en una posición definida y guarda el documento modificado....initialize_data_dir def add_free_text_annotation ( infile , outfile ): # Create...infile ) # Add free text annotation to page 1 content_editor...

    docs.aspose.com/pdf/es/python-net/add-free-text...
  9. Mengekstraksi teks mentah dari file PDF|Aspose....

    Artikel ini menjelaskan berbagai cara untuk mengekstrak teks dari dokumen PDF menggunakan Aspose.PDF untuk Android melalui Java. Dari seluruh halaman, dari bagian tertentu, berdasarkan kolom, dll....semua anotasi for ( Annotation annotation : doc . getPages ()...TextMarkupAnnotation if ( annotation . getAnnotationType () ==...

    docs.aspose.com/pdf/id/androidjava/extract-text...
  10. 주석 삭제 (파사드)|Aspose.PDF for Java

    이 섹션은 PdfAnnotationEditor 클래스를 사용하여 Aspose.PDF 파사드로 주석을 삭제하는 방법을 설명합니다....parameter, to delete all the annotations from the file; the string...parameter represents the annotation type to be deleted. Finally...

    docs.aspose.com/pdf/ko/java/delete-annotations/