Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 7,606 for

annotation

(0.08 sec)
  1. Python 를 사용하여 PDF의 주석 조작 | Aspose.PDF

    COM Interop을 통해.NET 프레임워크, .NET 코어 및 PHP, VBScript, 델파이, C++에서 PDF 파일의 주석을 조작하는 파이썬 소스 코드입니다.... annotations . TextAnnotation ( document...textAnnotation . flags = apdf . annotations . AnnotationFlags . PRINT...

    products.aspose.com/pdf/ko/python-net/annotation/
  2. 如何用 .NET 添加 Caret 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Caret 个注释。...Annotations 集合中的 Caret 注释方法 Add 再次保存该文件..."sample.pdf" )); // This annotation is used to indicate the insertion...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  3. 如何使用 C++ 删除 Watermark 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Watermark 注解的源代码...Annotations 集合中的 Watermark 注释方法 Remove...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  4. 如何使用 C++ 删除 Freetext 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Freetext 注解的源代码...Annotations 集合中的 Freetext 注释方法 Remove...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  5. 如何使用 C++ 删除 Polyline 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Polyline 注解的源代码...Annotations 集合中的 Polyline 注释方法 Remove...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  6. 如何用 .NET 添加 Underline 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Underline 个注释。...Annotations 集合中的 Underline 注释方法 Add 再次保存该文件..."sample.pdf" )); // This annotation is used to indicate the insertion...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  7. Anotações de Figuras em PDF|Aspose.PDF para Java

    Este artigo descreve como adicionar, obter e excluir anotações de figuras em seu documento PDF com Aspose.PDF para Java...Annotations.CircleAnnotation) exceto...Document . Crie uma nova Circle Annotation e defina os parâmetros do...

    docs.aspose.com/pdf/pt/java/figures-annotation/
  8. スタンプからテキストを抽出|Aspose.PDF for Java

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pdf" ); Annotation item = doc . getPages ()...StampAnnotation ) { StampAnnotation annot = ( StampAnnotation ) item ;...

    docs.aspose.com/pdf/ja/java/extract-text-from-s...
  9. Extraire le texte brut d'un fichier PDF|Aspose....

    Cet article décrit différentes manières d'extraire du texte de documents PDF à l'aide d'Aspose.PDF pour Android via Java. De pages entières, d'une partie spécifique, basé sur des colonnes, etc....toutes les annotations for ( Annotation annotation : doc . getPages...TextMarkupAnnotation if ( annotation . getAnnotationType () ==...

    docs.aspose.com/pdf/fr/androidjava/extract-text...
  10. Trabalhando com Ações|Aspose.PDF para Java

    Esta seção explica como adicionar ações aos campos de documento e formulário programaticamente com Java. Aprenda como Adicionar, Criar e Obter Hiperlink em um Arquivo PDF....adicione esses links à coleção Annotations do objeto Page . Finalmente...accept ( selector ); List < Annotation > list = selector . getSelected...

    docs.aspose.com/pdf/pt/java/actions/