Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 8,551 for

annotation

(0.09 sec)
  1. Archiver

    les archives...Python Comment analyser les annotations PDF en Python Aspose.PDF...du texte, des images, des annotations, des pièces jointes et des...

    blog.aspose.com/fr/pdf/parse-pdf-in-python/
  2. Usando Anotaciones de Enlace en PDF|Aspose.PDF ...

    Aspose.PDF for .NET te permite Agregar, Obtener y Eliminar Anotaciones de Enlace de tu documento PDF.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...Document ( dataDir + "Link Annotation Demo.pdf" )) { // Get first...

    docs.aspose.com/pdf/es/net/link-annotations/
  3. Extraire les liens d'un PDF à l'aide de C#

    Ce tutoriel décrit comment extraire des liens d'un PDF à l'aide de C#. Il contient des détails sur la configuration de l'IDE, une liste d'étapes et un exemple de code pour développer un extracteur de liens PDF à l'aide de C#....apprendrez à récupérer les annotations sélectionnées à partir d’une...récupérer l’URI à partir des annotations de type lien. Étapes pour...

    kb.aspose.com/fr/pdf/net/extract-links-from-pdf...
  4. Anotasi Sorotan PDF menggunakan C#|Aspose.PDF f...

    Pelajari cara menambahkan anotasi sorotan ke dokumen PDF di .NET menggunakan Aspose.PDF untuk penekanan dan tinjauan teks.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...Pages [ 1 ]); // Create annotations for the found text fragments...

    docs.aspose.com/pdf/id/net/highlights-annotation/
  5. إضافة تعليق تمييز PDF باستخدام C#|Aspose.PDF fo...

    تعلم كيفية إضافة تعليق تمييز إلى مستندات PDF في .NET باستخدام Aspose.PDF لتأكيد النص ومراجعته.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...Pages [ 1 ]); // Create annotations for the found text fragments...

    docs.aspose.com/pdf/ar/net/highlights-annotation/
  6. วิธีการเพิ่ม Redaction คำอธิบายประกอบโดยใช้ .NE...

    รหัสที่มาใน C# เพื่อเพิ่ม Redaction คำอธิบายประกอบในกรอบ .NET, .NET หลักและ PHP, VBScript, Delphi, C++ ผ่าน COM Interop...Annotations บันทึกแฟ้มอีกครั้ง ความต้องการของระบบ...region RedactionAnnotation annot = new RedactionAnnotation (...

    products.aspose.com/pdf/th/net/annotation/redac...
  7. ویرایش PDF با استفاده از C# | Aspose.PDF

    اسناد PDF را به صورت برنامه نویسی با کد نمونه C# با استفاده از Aspose.PDF برای .NET ویرایش کنید...Rectangle ; var annot = new Aspose . Pdf . Annotations . RedactionAnnotation...Number ]. Annotations . Add ( annot , true ); annot . Redact ();...

    products.aspose.com/pdf/fa/net/redaction/
  8. 스탬프에서 텍스트 추출|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/ko/cpp/extract-text-from-st...
  9. إنشاء روابط في ملف PDF باستخدام C++|Aspose.PDF ...

    يوضح هذا القسم كيفية إنشاء روابط في مستند PDF الخاص بك باستخدام C++.... أضف الرابط إلى خاصية Annotations لكائن الصفحة. أخيرًا، احفظ...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/ar/cpp/create-links/
  10. 使用 Java 编辑 PDF | Aspose.PDF

    使用 Aspose.PDF for Java 使用 Java 示例代码以编程方式编辑 PDF 文档...600 ); RedactionAnnotation annot = new RedactionAnnotation (...rect ); annot . setFillColor ( Color . getBlack ()); annot . setBorderColor...

    products.aspose.com/pdf/zh-hans/java/redaction/