Sort Score
Result 10 results
Languages All
Labels All
Results 3,871 - 3,880 of 9,071 for

annotation

(0.13 sec)
  1. فشرده سازی سند PDF | Aspose.PDF

    بهینه سازی فایل های PDF در هر پلتفرم به صورت برنامه نویسی با این کد نمونه با استفاده از کتابخانه Aspose.PDF...infilename ); // Flatten annotations for ( auto page : document...auto annotation : page -> get_Annotations ()) { annotation -> Flatten...

    products.aspose.com/pdf/fa/compress/
  2. Actualizar Enlaces en PDF|Aspose.PDF para Java

    Actualizar enlaces en PDF programáticamente. Esta guía trata sobre cómo actualizar enlaces en PDF en lenguaje Java....get_Item ( 1 ); for ( Annotation annotation : page . getAnnotations...getAnnotations ()) { if ( annotation . getAnnotationType () == AnnotationType...

    docs.aspose.com/pdf/es/java/update-links/
  3. Adicionar Anotação de Som|Aspose.PDF for Python...

    Este exemplo vincula um PDF de entrada, adiciona uma anotação de som na página 1 e salva o PDF modificado....initialize_data_dir def add_sound_annotation ( infile , sound_file , outfile...bind_pdf ( infile ) # Add sound annotation to page 1 content_editor...

    docs.aspose.com/pdf/pt/python-net/add-sound-ann...
  4. Cách xóa nhận xét trong PDF bằng Java

    Bài viết này hướng dẫn cách xóa comment trong PDF bằng Java. Nó chia sẻ thông tin để thiết lập IDE, các bước viết chương trình và mã mẫu có thể chạy được để xóa tất cả nhận xét trong PDF bằng Java....và truy cập collection of annotations trên đó Phân tích cú pháp...delete() trong Annotations collection để xóa Text annotation Lưu tệp...

    kb.aspose.com/vi/pdf/java/how-to-delete-comment...
  5. Chercher

    chercher...graphiques, les tableaux, les annotations et une gamme d’autres éléments...Document.getPages() . Extrayez l’annotation carrée de la page. À chaque...

    blog.aspose.com/fr/pdf/extract-data-from-tables...
  6. Quoi de neuf 2025|Aspose.PDF for .NET

    Cette page présente les nouvelles fonctionnalités les plus populaires dans Aspose.PDF for .NET qui ont été introduites dans les versions récentes....de bordure “Nuageux” aux annotations polygonales pour une apparence...du remplacement de texte d’annotation : prend désormais en charge...

    docs.aspose.com/pdf/fr/net/whatsnew/2025/
  7. arkiv

    arkiv...sidan for (auto annotation : page->get_Annotations()) { // Kontrollera...anteckningstypen if (annotation->get_AnnotationType() == Annotations::AnnotationType::Square)...

    blog.aspose.com/sv/pdf/extract-data-from-tables...
  8. Anotación de Resaltados en PDF|Aspose.PDF para ...

    Las anotaciones de marcado se presentan en el texto como resaltados, subrayados, tachados o subrayados ondulados en el texto de un documento....annotationSelector1 ); List < Annotation > highlightAnnotations =...annotationSelector1 . getSelected (); for ( Annotation ta : highlightAnnotations...

    docs.aspose.com/pdf/es/java/highlights-annotation/
  9. 如何用 .NET 添加 Polygon 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Polygon 个注释。...Annotations 集合中的 Polygon 注释方法 Add 再次保存该文件...pdf" )); // Create Polygon Annotation var polygonAnnotation = new...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  10. با فرم های PDF در C++ برخورد کنید | Aspose.PDF

    فرم های PDF را به صورت برنامه نویسی با کد نمونه C++ با استفاده از Aspose.PDF برای C++ مدیریت کنید....MakeObject < Aspose :: Pdf :: Annotations :: Border > ( textBoxField...MakeObject < Aspose :: Pdf :: Annotations :: Dash > ( 1 , 1 )); textBoxField...

    products.aspose.com/pdf/fa/cpp/acroforms/