Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 8,417 for

annotate

(1.26 sec)
  1. Extraer Enlaces del Archivo PDF|Aspose.PDF para...

    Extraer enlaces de PDF con Java. Este tema le explica cómo extraer enlaces utilizando la clase AnnotationSelector.... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/es/java/extract-links/
  2. 주석 추출 (파사드)|Aspose.PDF for Java

    이 섹션에서는 Aspose.PDF Facades를 사용하여 PDF 파일에서 XFDF로 주석을 추출하는 방법을 설명합니다.... Text }; var annotations = annotationEditor . extractAnnotations...annotationTypes ); for ( var annotation : annotations ) { System . out ...

    docs.aspose.com/pdf/ko/java/extract-annotation/
  3. PDF のリンクを更新する|Aspose.PDF for C++

    Aspose.PDF for C++ を使用してプログラムで PDF 内のリンクを更新します。このガイドは、PDF ファイル内のリンクを更新する方法について説明しています。...DynamicCast < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...page -> get_Annotations () -> idx_get ( 1 )); // リンクの変更: リンク先を変更...

    docs.aspose.com/pdf/ja/cpp/update-links/
  4. 使用 C++ 刪除註解 | products.aspose.com

    C++源碼去除演示文稿註釋...PowerPoint 代碼示例在線包括 Remove Annotation From PPT 如何使用 Aspose.Slides...C++ API 從 PPT 中刪除註釋。 Remove Annotation From PPTX 如何使用 Aspose.Slides...

    products.aspose.com/slides/zh-hant/cpp/annotation/
  5. استخراج النص من الأختام|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/ar/java/extract-text-from-s...
  6. C++를 사용하여 주석 제거 | products.aspose.com

    프레젠테이션 주석을 제거하는 C++ 소스 코드...PowerPoint 코드 샘플 온라인 포함 Remove Annotation From 피피티 Aspose.Slides for...PPT에서 주석을 제거하는 방법. Remove Annotation From PPTX C++ API용 Aspose...

    products.aspose.com/slides/ko/cpp/annotation/
  7. Extrair Texto de Selos|Aspose.PDF para 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/pt/java/extract-text-from-s...
  8. 在 PDF 中使用操作|Aspose.PDF for C++

    本节解释如何使用 C++ 以编程方式向文档和表单字段添加操作。...FreeTextAnnotation 对象,将这些链接添加到 Page 对象的 Annotations 集合中。 最后,使用 Document 对象的 Save...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/zh/cpp/actions/
  9. Redact PDF using Java | Aspose.PDF

    Redact PDF documents programmatically with Java sample code using Aspose.PDF for Java...600 ); RedactionAnnotation annot = new RedactionAnnotation (...rect ); annot . setFillColor ( Color . getBlack ()); annot . setBorderColor...

    products.aspose.com/pdf/java/redaction/
  10. Redaguj PDF przy użyciu C# | Aspose.PDF

    Kod źródłowy C# do edycji poufnych informacji w pliku PDF na .NET Framework, .NET Core i PHP, VBScript, Delphi, C++ poprzez COM Interop....Rectangle ; var annot = new Aspose . Pdf . Annotations . RedactionAnnotation...Number ]. Annotations . Add ( annot , true ); annot . Redact ();...

    products.aspose.com/pdf/pl/net/redaction/