Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 8,616 for

annotation

(0.93 sec)
  1. sharepoint.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://products.aspose.com/cells/fa/sharepoint/2023-12-28T14:13:42+00:00alternate en https://products.aspose.......com/cells/fa/annotation/2023-12-28T14:13:42+00:00alternate...https://products.aspose.com/cells/annotation/ alternate de https://products...

    products.aspose.com/cells/fa/sharepoint.xml
  2. sharepoint.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://products.aspose.com/cells/vi/sharepoint/2023-12-28T14:13:42+00:00alternate en https://products.aspose.......com/cells/vi/annotation/2023-12-28T14:13:42+00:00alternate...https://products.aspose.com/cells/annotation/ alternate de https://products...

    products.aspose.com/cells/vi/sharepoint.xml
  3. Node.js에서 PDF의 탐색 및 상호작용|Aspose.PDF for Node.js...

    이 섹션에서는 Node.js에서 링크, 동작 및 북마크 작업의 기능을 설명합니다....js에서 PDF의 이미지 작업 PDF Annotations in Node.js...

    docs.aspose.com/pdf/ko/nodejs-cpp/navigation-an...
  4. التنقل والتفاعل|Aspose.PDF for Java

    يصف هذا القسم ميزات العمل مع الروابط والإجراءات والإشارات المرجعية.... العمل مع XML PDF Annotations...

    docs.aspose.com/pdf/ar/java/navigation-and-inte...
  5. How to Remove Watermark | Aspose.PDF

    Do you know how easily Remove Watermark from PDF in Python? Remove Watermark from PDF with high quality using Python via .NET Aspose.PDF library.... Annotations . Where ( a => a . AnnotationType...document . Pages [ 1 ] . Annotations . Delete ( ca ); } document...

    products.aspose.com/pdf/tutorial/remove-watermark/
  6. 如何在C#中删除PDF中的所有注释

    这个简短的教程指导如何在 c# 中删除 pdf 中的所有注释。它提供了有关 IDE 设置的详细信息、程序流程和可运行的示例代码,用于在 C# 中从 PDF 中删除所有注释。...类对象中,其中包含要删除的注释 遍历 PDF 的所有页面以测试 annotations 遍历每个页面上的所有注释 检查注解类型是否为Text并删除...中的注释。 Pages 集合被迭代,其中包含一个名为 Annotations 的集合,该集合被进一步迭代。我们检查要删除的文本...

    kb.aspose.com/zh/pdf/net/how-to-delete-all-comm...
  7. ארכיון

    ארכיון...getPages()) { for (Annotation annotation : page.getAnnotations())...getAnnotations()) { // או שתשטח את ההערה annotation.flatten(); // או למחוק את...

    blog.aspose.com/he/pdf/compress-optimize-reduce...
  8. PDF内のリンクを更新する|Aspose.PDF for Java

    プログラムでPDF内のリンクを更新します。このガイドはJava言語でPDF内のリンクを更新する方法についてです。...get_Item ( 1 ); for ( Annotation annotation : page . getAnnotations...getAnnotations ()) { if ( annotation . getAnnotationType () == AnnotationType...

    docs.aspose.com/pdf/ja/java/update-links/
  9. Working with Bookmarks - Facades|Aspose.PDF for...

    Explore how to create, edit, and manage bookmarks in PDFs using Aspose.PDF for C++ and bookmark facades....Delete Bookmarks Working with Annotations - Facades Working with Security...

    docs.aspose.com/pdf/cpp/working-with-bookmarks-...
  10. ארכיון

    ארכיון...foreach (Annotation annotation in doc.Pages[1].Annotations) { //...TextMarkupAnnotation if (annotation is TextMarkupAnnotation)...

    blog.aspose.com/he/pdf/extract-text-from-pdf-cs...