Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 8,552 for

annotate

(0.37 sec)
  1. Usuń adnotację za pomocą Pythona | products.asp...

    Kod źródłowy Pythona do usuwania komentarzy do prezentacji...online Uwzględnij Remove Annotation From PPT Jak usunąć adnotacje...pośrednictwem .NET API. Remove Annotation From PPTX Jak usunąć adnotacje...

    products.aspose.com/slides/pl/python-net/annota...
  2. Usuń adnotację za pomocą C++ | products.aspose.com

    Kod źródłowy C++ do usuwania komentarzy do prezentacji...online Uwzględnij Remove Annotation From PPT Jak usunąć adnotacje...Slides dla C++ API. Remove Annotation From PPTX Jak usunąć adnotacje...

    products.aspose.com/slides/pl/cpp/annotation/
  3. Извлечение текста из штампов|Aspose.PDF for Java

    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....pdf" ); Annotation item = doc . getPages ()...StampAnnotation ) { StampAnnotation annot = ( StampAnnotation ) item ;...

    docs.aspose.com/pdf/ru/java/extract-text-from-s...
  4. آرشیوها

    آرشیوها...Annotations.Add(Annotation]] 12 ، حاشیه نویسی...نویسی را به مجموعه Annotations صفحه PDF خاص اضافه کنید. سند PDF...

    blog.aspose.com/fa/pdf/add-or-remove-annotation...
  5. Chercher

    chercher...Parcourez les annotations et obtenez l’annotation carrée. Créez...Parcourir les annotations sur la page for (auto annotation : page->get_Annotations())...

    blog.aspose.com/fr/pdf/extract-data-from-tables...
  6. Comment supprimer des commentaires d'un PDF à l...

    Cet article explique comment supprimer les commentaires d'un PDF à l'aide de Python. Il fournit des informations détaillées pour définir l'IDE, écrire l'algorithme du programme et un exemple de code exécutable pour supprimer tous les commentaires en PDF à l'aide de Python....collection de annotations Vérifiez chaque annotation si elle est...l’analyse de la collection d’annotations sur chaque page pour rechercher...

    kb.aspose.com/fr/pdf/python/how-to-remove-comme...
  7. PDF 파일에서 링크 추출하기|Aspose.PDF for Java

    Java를 사용하여 PDF에서 링크를 추출합니다. 이 주제는 AnnotationSelector 클래스를 사용하여 링크를 추출하는 방법을 설명합니다.... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/ko/java/extract-links/
  8. 从PDF文件中提取链接|Aspose.PDF for Java

    使用Java从PDF中提取链接。本主题向您解释如何使用AnnotationSelector类提取链接。... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/zh/java/extract-links/
  9. C++でPDFファイルにリンクを作成する|Aspose.PDF for C++

    このセクションでは、C++でPDFドキュメントにリンクを作成する方法を説明します。... ページオブジェクトの Annotations プロパティにリンクを追加します。 最後に、Doc...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/ja/cpp/create-links/
  10. Travailler avec des actions dans un PDF|Aspose....

    Cette section explique comment ajouter des actions au document et aux champs de formulaire de manière programmatique avec C#....ces liens à la collection Annotations de l’objet Page . Enfin,...sont représentés comme des annotations dans un fichier PDF et ils...

    docs.aspose.com/pdf/fr/net/actions/