Sort Score
Result 10 results
Languages All
Labels All
Results 3,311 - 3,320 of 8,582 for

annotator

(0.17 sec)
  1. 如何使用 .NET 获取 Square 注解 | Aspose.PDF

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

    products.aspose.com/pdf/zh-hans/net/annotation/...
  2. Come aggiungere l'annotazione Polyline usando C...

    Codice sorgente per aggiungere Polyline annotazioni nel file PDF su qualsiasi piattaforma con linguaggio C++...Annotations Salvare nuovamente il file...Example // Create PoliLine Annotation var polylineAnnotation =...

    products.aspose.com/pdf/it/cpp/annotation/polyl...
  3. Come aggiungere l'annotazione Freetext usando C...

    Codice sorgente per aggiungere Freetext annotazioni nel file PDF su qualsiasi piattaforma con linguaggio C++...Annotations Salvare nuovamente il file...document . Pages [ 1 ]. Annotations . Add ( freeTextAnnotation...

    products.aspose.com/pdf/it/cpp/annotation/freet...
  4. ایجاد فرم های PDF با استفاده از .NET | Aspose.PDF

    فرم های PDF ایجاد کنید و فیلدها را به صورت برنامه نویسی با کد نمونه C# با استفاده از Aspose.PDF برای .NET اضافه کنید.... Annotations . Border ( textBoxField )...Dash = new Aspose . Pdf . Annotations . Dash ( 1 , 1 ) }; textBoxField...

    products.aspose.com/pdf/fa/net/acroforms/create/
  5. Node.js에서 PDF 첨부 파일 작업하기|Aspose.PDF for Node.js...

    Node.js에서 PDF 첨부 파일의 기본 작업. 예제와 함께하는 가이드....기존 PDF에서 첨부 파일 제거하기 PDF Annotations in Node.js Node.js에서 PDF...

    docs.aspose.com/pdf/ko/nodejs-cpp/attachments/
  6. C#を使用したPDFツールチップ|Aspose.PDF for .NET

    C#とAspose.PDFを使用してPDFのテキストフラグメントにツールチップを追加する方法を学びます...Annotations.HideActionクラスを使用して、テキストブ...Flags |= Aspose . Pdf . Annotations . AnnotationFlags . Hidden...

    docs.aspose.com/pdf/ja/net/pdf-tooltip/
  7. Extract Data from Table in PDF|Aspose.PDF for C++

    Learn how to extract tabular from PDF using Aspose.PDF for C++....table marked with Square Annotation: void ExtractMarkedTable...MakeObject < Aspose :: Pdf :: Annotations :: SquareAnnotation > ( page...

    docs.aspose.com/pdf/cpp/extract-data-from-table...
  8. 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/
  9. 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...
  10. 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/