Sort Score
Result 10 results
Languages All
Labels All
Results 4,141 - 4,150 of 8,480 for

annotation

(0.1 sec)
  1. Verwijder XLSB-annotatie online of beheer annot...

    verwijder opmerkingen uit het XLSB-bestand gratis via de online app. C++ API-code om opmerkingen over XLSB-bestanden te beheren....Total C++ Annotate Verwijder XLSB-annotatie online...efficiënt beheer. Ontdekken Annoteer bestand Opties met C++ Annoteren...

    products.aspose.com/total/nl/cpp/annotate/xlsb/
  2. Lock or unlock shapes with Node.js via C++|Docu...

    This article shows you code explaining how to lock or unlock shapes to protect them using Aspose.Cells library for Node.js via C++....where shapes may be used for annotations, illustrations, or as part...used to safeguard specific annotations or highlights that provide...

    docs.aspose.com/cells/nodejs-cpp/lock-or-unlock...
  3. Aspose::Words::Document::Protect method | Aspos...

    Aspose::Words::Document::Protect method. Protects the document from changes without changing the existing password or assigns a random password in C++....changes, such as adding annotations, making revisions, or completing...changes, such as adding annotations, making revisions, or completing...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Arsip

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

    blog.aspose.com/id/pdf/extract-text-from-pdf-cs...
  5. Adicionar Imagem a PDF usando C++|Aspose.PDF fo...

    Esta seção descreve como adicionar imagem a um arquivo PDF existente usando a biblioteca C++....auto annotation = MakeObject < Aspose :: Pdf :: Annotations ::...get_Rect ()); auto form = annotation -> get_Appearance () -> idx_get...

    docs.aspose.com/pdf/pt/cpp/add-image-to-existin...
  6. Archiwa

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

    blog.aspose.com/pl/pdf/extract-text-from-pdf-cs...
  7. Add Image to PDF using C++|Aspose.PDF para C++

    Esta sección describe cómo agregar una imagen a un archivo PDF existente usando la biblioteca C++....auto annotation = MakeObject < Aspose :: Pdf :: Annotations ::...get_Rect ()); auto form = annotation -> get_Appearance () -> idx_get...

    docs.aspose.com/pdf/es/cpp/add-image-to-existin...
  8. Extraire le texte de toutes les pages PDF en ut...

    Cet article décrit diverses façons d'extraire du texte de documents PDF en utilisant Aspose.PDF en C++. De pages entières, d'une partie spécifique, basé sur des colonnes, etc....travers toutes les annotations for ( auto annotation : document ->...-> idx_get ( 1 ) -> get_Annotations ()) { // Filtrer TextMarkupAnnotation...

    docs.aspose.com/pdf/fr/cpp/extract-text-from-al...
  9. Python via Java PDF API - Create, Merge, Modify...

    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/
  10. 如何使用 Python 从 PDF 中删除注释

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

    kb.aspose.com/zh/pdf/python/how-to-remove-comme...