Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 7,620 for

annotator

(0.12 sec)
  1. 使用 C# 编辑 PDF | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上编辑 PDF 文件中的敏感信息的 C# 源代码。...Rectangle ; var annot = new Aspose . Pdf . Annotations . RedactionAnnotation...Number ]. Annotations . Add ( annot , true ); annot . Redact ();...

    products.aspose.com/pdf/zh-hans/net/redaction/
  2. How to Redact a PDF in C#

    This precise article discusses how to redact a PDF in C#. It contains the IDE configuration information, and the algorithm as simple steps, followed by a code snippet to redact text in PDF using C#....Append the annotation to the collection of annotations Redact the...for redaction. Next, the annotation is created and appended to...

    kb.aspose.com/pdf/net/how-to-redact-a-pdf-in-cs...
  3. Modificar Anotações no seu Arquivo PDF (facades...

    Esta seção explica como modificar anotações de arquivo PDF para XFDF com Aspose.PDF Facades....DefaultAppearance (); FreeTextAnnotation annotation = new FreeTextAnnotation...1 ), defaultAppearance ); annotation . setTitle ( "Usuário de...

    docs.aspose.com/pdf/pt/java/modify-annotations/
  4. C++を使用した追加アノテーション|Aspose.PDF for C++

    このセクションでは、PDFドキュメントに追加の種類のアノテーションを追加、取得、および削除する方法について説明します。...namespace Aspose :: Pdf :: Annotations ; void MarkupAnnotations...-> idx_get ( 1 ) -> get_Annotations () -> Add ( caretAnnotation1...

    docs.aspose.com/pdf/ja/cpp/extra-annotations/
  5. Membuat Tautan di File PDF dengan C++|Aspose.PD...

    Bagian ini menjelaskan cara membuat tautan dalam dokumen PDF Anda dengan C++....Tambahkan tautan ke properti Annotations dari objek Page. Terakhir...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/id/cpp/create-links/
  6. Bekerja dengan Tindakan|Aspose.PDF untuk Java

    Bagian ini menjelaskan cara menambahkan tindakan ke dokumen dan bidang formulir secara programatis dengan Java. Pelajari cara Menambahkan, Membuat, dan Mendapatkan Hyperlink dalam File PDF....tambahkan tautan ini ke koleksi Annotations dari objek Page . Akhirnya...accept ( selector ); List < Annotation > list = selector . getSelected...

    docs.aspose.com/pdf/id/java/actions/
  7. Ekstrak Tautan dari File PDF|Aspose.PDF untuk Java

    Ekstrak tautan dari PDF dengan Java. Topik ini menjelaskan cara mengekstrak tautan menggunakan kelas AnnotationSelector.... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/id/java/extract-links/
  8. Odebrat anotaci pomocí Java | products.aspose.com

    Zdrojový kód Java pro odstranění komentářů k prezentaci...ukázky kódu PowerPoint Remove Annotation From PPT Jak odstranit anotace...Slides for Java API. Remove Annotation From PPTX Jak odstranit anotace...

    products.aspose.com/slides/cs/java/annotation/
  9. Extraire des liens du fichier PDF|Aspose.PDF fo...

    Découvrez comment extraire des hyperliens des documents PDF en .NET en utilisant Aspose.PDF pour la gestion de contenu et l'analyse des liens....représentés sous forme d’annotations dans un fichier PDF, donc...Page. Obtenez toutes les annotations de lien sélectionnées dans...

    docs.aspose.com/pdf/fr/net/extract-links/
  10. PDF文本注释|Aspose.PDF for Java

    Aspose.PDF for Java 允许您添加、获取和删除PDF文档中的文本注释。... 注释由特定页面的 Annotations 集合包含。 这份集合仅包含该特定页面的注释;每个页面都有其自己的注释集合。..."Sample contents for the annotation" ); textAnnotation . setOpen...

    docs.aspose.com/pdf/zh/java/text-annotation/