Sort Score
Result 10 results
Languages All
Labels All
Results 3,361 - 3,370 of 8,413 for

annotate

(0.07 sec)
  1. 压缩PDF文档 | Aspose.PDF

    使用 Aspose.PDF 库使用此示例代码,以编程方式在任何平台上优化 PDF 文件...infilename ); // Flatten annotations for ( auto page : document...auto annotation : page -> get_Annotations ()) { annotation -> Flatten...

    products.aspose.com/pdf/zh-hans/compress/
  2. Atualizar Links em PDF|Aspose.PDF para Java

    Atualizar links em PDF programaticamente. Este guia é sobre como atualizar links em PDF na linguagem Java....get_Item ( 1 ); for ( Annotation annotation : page . getAnnotations...getAnnotations ()) { if ( annotation . getAnnotationType () == AnnotationType...

    docs.aspose.com/pdf/pt/java/update-links/
  3. PDFファイルから生のテキストを抽出|Aspose.PDF for Android via Java

    この記事では、Java経由でAndroid向けにAspose.PDFを使用してPDFドキュメントからテキストを抽出するさまざまな方法を説明します。全ページから、一部から、列に基づいて、など。...すべての注釈をループする for ( Annotation annotation : doc . getPages ()...TextMarkupAnnotationをフィルタリングする if ( annotation . getAnnotationType () ==...

    docs.aspose.com/pdf/ja/androidjava/extract-text...
  4. PDF Tooltip usando C++|Aspose.PDF for C++

    Aprenda a adicionar tooltip ao fragmento de texto em PDF usando C++ e Aspose.PDF...Annotations.HideAction para atribuir...get_Flags () | Aspose :: Pdf :: Annotations :: AnnotationFlags :: Hidden...

    docs.aspose.com/pdf/pt/cpp/pdf-tooltip/
  5. Extract text from all PDF pages using C++|Aspos...

    This article describes various ways to extract text from PDF documents using Aspose.PDF in C++. From entire pages, from a specific part, based on columns, etc....through all the annotations for ( auto annotation : document ->...-> idx_get ( 1 ) -> get_Annotations ()) { // Filter TextMarkupAnnotation...

    docs.aspose.com/pdf/cpp/extract-text-from-all-pdf/
  6. Adicionar Anotações de Figuras usando C++|Aspos...

    Este artigo descreve como adicionar, obter e excluir anotações de figuras do seu documento PDF com Aspose.PDF para C++...Annotations.CircleAnnotation) exceto...anotação à página page -> get_Annotations () -> Add ( circleAnnotation...

    docs.aspose.com/pdf/pt/cpp/figures-annotation/
  7. Jak dodać Square Adnotację za pomocą .NET | Asp...

    Kod źródłowy w języku C#, aby dodać adnotacje Square na .NET Framework, .NET Core i PHP, VBScript, Delphi, C++ poprzez COM Interop....Annotations Zapisz plik ponownie Wymagania...pdf" )); // Create Square Annotation var squareAnnotation = new...

    products.aspose.com/pdf/pl/net/annotation/squar...
  8. Formularze PDF. Zarządzaj przez C# | Aspose.PDF

    Zarządzaj formularzami PDF za pomocą tego kodu źródłowego C# w programie.NET Framework, .NET Core i PHP, VBScript, Delphi, C++ za pośrednictwem COM Interop.... Annotations . Border ( textBoxField )...Dash = new Aspose . Pdf . Annotations . Dash ( 1 , 1 ) }; textBoxField...

    products.aspose.com/pdf/pl/net/acroforms/
  9. 如何使用 .NET 获取 Highlight 注解 | Aspose.PDF

    C# 上的源代码用于通过 COM Interop 获取 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上的 Highlight 注释。...Annotations 集合中的 Highlight 注释方法 Get 再次保存该文件...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  10. 如何用 .NET 添加 Link 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Link 个注释。...Annotations 集合中的 Link 注释方法 Add 再次保存该文件...document . Pages [ 1 ]. Annotations . Add ( linkAnnotation );...

    products.aspose.com/pdf/zh-hans/net/annotation/...