Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 8,456 for

annotate

(0.17 sec)
  1. PDF ハイライト注釈の使用 C++|Aspose.PDF for C++

    マークアップ注釈は、文書のテキスト中でハイライト、下線、取り消し線、またはギザギザの下線として表示されます。...annotations.highlight_annotation) を作成し、パラメータ(タイトル、色)を設定します。...com/pdf/cpp/class/aspose.pdf.annotations.strike_out_annotation) とパラメーターを設定します...

    docs.aspose.com/pdf/ja/cpp/highlights-annotation/
  2. Extraer Enlaces del Archivo PDF|Aspose.PDF para...

    Extraer enlaces de PDF con C#. Este tema te explica cómo extraer enlaces usando la clase AnnotationSelector....annotations.annotation_selector/) al método...com/pdf/cpp/class/aspose.pdf.annotations.annotation_selector/). El siguiente...

    docs.aspose.com/pdf/es/cpp/extract-links/
  3. 从 PDF 中提取注释|Aspose.PDF for .NET

    本节解释如何使用 Aspose.PDF Facades 从 PDF 文件提取注释到 XFDF。...GetDataDir_AsposePdfFacades_Annotations (); // Open PDF document...( document ); // Extract annotations var annotationTypes = new...

    docs.aspose.com/pdf/zh/net/extract-annotation/
  4. AcroForm 생성 - C#에서 작성 가능한 PDF 만들기|Aspose.PDF fo...

    Aspose.PDF for .NET을 사용하여 PDF 파일에서 처음부터 양식을 생성할 수 있습니다....rectangle data for widget annotations. // The number of elements...determines the number of widget annotations to add. var rects = new Aspose...

    docs.aspose.com/pdf/ko/net/create-form/
  5. 创建 AcroForm - 在 C# 中创建可填写 PDF|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET,您可以在 PDF 文件中从头开始创建表单...rectangle data for widget annotations. // The number of elements...determines the number of widget annotations to add. var rects = new Aspose...

    docs.aspose.com/pdf/zh/net/create-form/
  6. Anotações adesivas em PDF usando Python|Aspose....

    Este tópico sobre anotações adesivas, como exemplo mostramos a Anotação de Marca d'água no texto.... annotations . WatermarkAnnotation ( page...Anotação da Página page . annotations . append ( wa ) # Criar TextState...

    docs.aspose.com/pdf/pt/python-net/sticky-annota...
  7. Aspose::Words::Saving::PdfAttachmentsEmbeddingM...

    Aspose::Words::Saving::PdfAttachmentsEmbeddingMode enum. Specifies how attachments are embedded to PDF document in C++.... Annotations 1 Attachments are embedded as annotations with...document embedded files without annotations. See Also Namespace Aspose::Words::Saving...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Looking for details for Aspose PDF library for ...

    Hi, We are looking for PDF library vendor for our product requirements. We are looking for PDF library for our Products on .Net 5, .Net 6, netstandard2.0 & .Net Framework 4.7.2+ for Windows & Linux platforms. Do ASPOSE…... Annotations flattening 2. PDF Form fields...Read annotations/markups data 1. Read Markup Annotation fields...

    forum.aspose.com/t/looking-for-details-for-aspo...
  9. Extraer texto de sellos usando C#|Aspose.PDF fo...

    Aprende cómo usar la función especial de Aspose.PDF for .NET - extracción de texto de anotaciones de sello... Obtén la Annotation deseada de la lista de anotaciones...)) { Aspose . Pdf . Annotations . Annotation item = document ....

    docs.aspose.com/pdf/es/net/extract-text-from-st...
  10. C++로 PDF 파일에 링크 생성|Aspose.PDF for C++

    이 섹션은 C++로 PDF 문서에 링크를 생성하는 방법을 설명합니다.... 페이지 객체의 Annotations 속성에 링크를 추가합니다. 마지막으로, Document...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/ko/cpp/create-links/