Sort Score
Result 10 results
Languages All
Labels All
Results 4,401 - 4,410 of 9,049 for

annotation

(0.14 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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/
  5. 如何使用 Python 从 PDF 中删除注释

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

    kb.aspose.com/zh/pdf/python/how-to-remove-comme...
  6. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file with Aspose.PDF for Rust via C++....adding text, images, or annotations to the PDF. This example...

    docs.aspose.com/pdf/rust-cpp/save-pdf-document/
  7. Ta bort kommentarer från PowerPoint-filer på Wi...

    Gratis app och API:er för att hantera kommentarer på PowerPoint-filer som PPT, PPTX, PPS, POT, PPSX, PPTM, PPSM, POTX, POTM och ODP...Slides Annotation Ta bort presentationskomment...

    products.aspose.com/slides/sv/annotation/
  8. PDF Tooltip using Python|Aspose.PDF for Python ...

    PythonとAspose.PDFを使用してPDFのテキストフラグメントにツールチップを追加する方法を学ぶ... annotations . AnnotationFlags . HIDDEN...default_appearance = ap . annotations . DefaultAppearance ( "Helv"...

    docs.aspose.com/pdf/ja/python-net/pdf-tooltip/
  9. Convert XSLFO to DIF in Android Apps | products...

    Render XSLFO to DIF in Android Apps API without using Microsoft Excel or Adobe Reader...extraction, image extraction, annotations, and much more. Aspose.Cells...extraction, image extraction, annotations, and much more. Both APIs...

    products.aspose.com/total/android-java/conversi...
  10. C#でPDFファイルにリンクを作成する|Aspose.PDF for .NET

    このセクションでは、C#を使用してPDFドキュメントにリンクを作成する方法を説明します。... リンクをPageオブジェクトの Annotations プロパティに追加します。 最後に、Documentオブジェクトの...号を指定します。 リンクをPageオブジェクトのAnnotationsコレクションに追加します。 Documentオブジェクトの...

    docs.aspose.com/pdf/ja/net/create-links/