Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 8,431 for

annotate

(0.27 sec)
  1. Key Features of Aspose.PDF|Aspose.PDF for C++

    Aspose.PDF for C++ demonstrates its general features. This page describes the supported PDF versions, and all the manipulations we can do with text, images, annotations, documents, etc.... Annotations Add annotations. Get annotations. Delete...Delete annotations. Modify annotations. Forms Add fields. Delete fields...

    docs.aspose.com/pdf/cpp/key-features/
  2. PDFファイルからリンクを抽出する|Aspose.PDF for Java

    JavaでPDFからリンクを抽出します。このトピックでは、AnnotationSelectorクラスを使用してリンクを抽出する方法を説明します。... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/ja/java/extract-links/
  3. Créer des liens dans un fichier PDF avec C++|As...

    Cette section explique comment créer des liens dans votre document PDF avec C++....Ajoutez le lien à la propriété Annotations de l’objet Page. Enfin, enregistrez...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/fr/cpp/create-links/
  4. Lưu trữ

    Lưu trữ... Lấy thuộc tính annotations của một trang cụ thể để nhận...document = ap.Document("annotations.pdf") # Lặp qua tất cả các...

    blog.aspose.com/vi/pdf/parse-pdf-in-python/
  5. 使用 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/
  6. 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...
  7. 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/
  8. Apa yang baru 2023|Aspose.PDF for .NET

    Halaman ini memperkenalkan fitur-fitur baru yang paling populer dalam Aspose.PDF for .NET yang diperkenalkan pada tahun 2023....GetDataDir_AsposePdf_Pages (); // Create annotation new instance of Merger using...Message { Content = "You are an annotation helpful assistant." , Role...

    docs.aspose.com/pdf/id/net/whatsnew/2023/
  9. ما الجديد 2023|Aspose.PDF for .NET

    تقدم هذه الصفحة أكثر الميزات الجديدة شعبية في Aspose.PDF for .NET التي تم تقديمها في 2023....GetDataDir_AsposePdf_Pages (); // Create annotation new instance of Merger using...Message { Content = "You are an annotation helpful assistant." , Role...

    docs.aspose.com/pdf/ar/net/whatsnew/2023/
  10. 从印章中提取文本|Aspose.PDF for C++

    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....-> idx_get ( 1 ) -> get_Annotations () -> idx_get ( 1 ); if (...== Annotations :: AnnotationType :: Stamp ) { auto annot = System...

    docs.aspose.com/pdf/zh/cpp/extract-text-from-st...