Sort Score
Result 10 results
Languages All
Labels All
Results 4,521 - 4,530 of 8,738 for

annotation

(0.64 sec)
  1. C# で PDF のすべてのコメントを削除する方法

    この短いチュートリアルでは、C# で pdf のすべてのコメントを削除する方法について説明します。 C# で PDF からすべてのコメントを削除するための IDE 設定、プログラム フロー、および実行可能なサンプル コードの詳細を提供します。... PDF のすべてのページを反復処理して、 annotations をテストします 各ページのすべての注釈を反復処理する...を示しています。 Pages コレクションは、さらに反復される Annotations という名前のコレクションを持って反復されます。テキスト...

    kb.aspose.com/ja/pdf/net/how-to-delete-all-comm...
  2. Python PDF API for Creating, Merging, Editing, ...

    Python wrapper to generate edit and parse PDF files based on Java. Library converts PDF to multiple formats including DOC, DOCX, XLS, XLSX, PPTX HTML and images...manipulation, management of annotations, add or remove bookmarks...attachments, bookmarks, annotations, hyperlinks, watermarks and...

    products.aspose.com/pdf/python-java/
  3. 如何使用 Python 从 PDF 中删除注释

    本文指导如何使用 Python 从 PDF 中删除注释。它提供了设置 IDE 的详细信息,编写程序算法和可运行的示例代码,以使用 Python 删除 PDF 中的所有注释。...类对象加载包含一些注释的源 PDF 文件 解析加载文档的所有页面并访问 annotations 的集合 检查每个注释是否为 TEXT 类型 如果...Python 删除 PDF 中的注释的过程。它表明 Annotation 类是实现此要求的重要类,如果您想删除所有评论,请使用此代码,否则通过直接在...

    kb.aspose.com/zh/pdf/python/how-to-remove-comme...
  4. 아카이브

    아카이브...foreach (Annotation annotation in doc.Pages[1].Annotations) { //...TextMarkupAnnotation 필터링 if (annotation is TextMarkupAnnotation)...

    blog.aspose.com/ko/pdf/extract-text-from-pdf-cs...
  5. 搜索

    搜索...foreach (Annotation annotation in doc.Pages[1].Annotations) { //...TextMarkupAnnotation if (annotation is TextMarkupAnnotation)...

    blog.aspose.com/zh-hant/pdf/extract-text-from-p...
  6. Optimizar, Comprimir o Reducir el Tamaño del PD...

    Optimizar archivo PDF, reducir todas las imágenes, reducir tamaño PDF, Desincrustar fuentes, Eliminar objetos no utilizados usando PHP....$pages -> get_Item ( $i ); $annotations = $page -> getAnnotations...$idx < $annotations -> size (); $idx ++ ) { $annotation = $annotations...

    docs.aspose.com/pdf/es/php-java/optimize-pdf/
  7. تغييرات واجهة برمجة التطبيقات العامة في Aspose....

    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....Annotation: الطرق المضافة: public boolean...

    docs.aspose.com/pdf/ar/java/public-api-changes-...
  8. Set Field Appearance|Aspose.PDF for Python via ...

    This example demonstrates how to change the visual appearance of a PDF form field using Aspose.PDF for Python.... annotations . AnnotationFlags . INVISIBLE...

    docs.aspose.com/pdf/python-net/set-field-appear...
  9. Odeberte anotaci PPTX pomocí .NET | products.as...

    Zdrojový kód C# pro odstranění anotací formátu PPTX na platformách .NET Framework, .NET Core, Windows Azure, Mono nebo Xamarin....NET Annotation Odeberte anotaci PPTX pomocí...

    products.aspose.com/slides/cs/net/annotation/pptx/
  10. Travailler avec les formulaires en C++|Aspose.P...

    Cette section explique comment travailler avec les AcroForms et les formulaires XFA dans vos documents PDF avec Aspose.PDF pour C++.... les AcroForms sont des annotations ou des champs appliqués à...

    docs.aspose.com/pdf/fr/cpp/working-with-forms/