Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 5,161 for

annotation

(0.1 sec)
  1. استخراج التعليقات التوضيحية (الواجهات)|Aspose.P...

    يشرح هذا القسم كيفية استخراج التعليقات التوضيحية من ملف PDF إلى XFDF باستخدام Aspose.PDF Facades.... Text }; var annotations = annotationEditor . extractAnnotations...annotationTypes ); for ( var annotation : annotations ) { System . out ...

    docs.aspose.com/pdf/ar/java/extract-annotation/
  2. 使用 Java 编辑 PDF | Aspose.PDF

    Java 源代码,用于在 Java 和 PHP 中编辑 PDF 文件中的敏感信息,德尔福。...600 ); RedactionAnnotation annot = new RedactionAnnotation (...rect ); annot . setFillColor ( Color . getBlack ()); annot . setBorderColor...

    products.aspose.com/pdf/zh-hans/java/redaction/
  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. PdfAttachmentsEmbeddingMode Enum | Aspose.Words...

    Control how attachments are embedded in PDFs with PdfAttachmentsEmbeddingMode. Optimize document structure and compatibility for seamless sharing.... Annotations 1 Attachments are embedded as annotations with...document embedded files without annotations. See Also namespace Aspose...

    reference.aspose.com/words/net/aspose.words.sav...
  5. چگونگی اضافه کردن Redaction حاشیه نویسی با استف...

    سورس کد در C# برای اضافه کردن Redaction حاشیه نویسی در دات نت فریم ورک، دات نت هسته و PHP، VBScript، دلفی، سی پلاس پلاس از طریق COM Interop....region RedactionAnnotation annot = new RedactionAnnotation (...( 200 , 500 , 300 , 600 )); annot . FillColor = Aspose . Pdf ...

    products.aspose.com/pdf/fa/net/annotation/redac...
  6. 使用 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/
  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. จัดการคำอธิบายประกอบใน PDF โดยใช้ C# | Aspose.PDF

    C# รหัสที่มาในการจัดการกับคำอธิบายประกอบในไฟล์ PDF บนกรอบ NET, .NET หลักและ PHP, VBScript, Delphi, C++ ผ่าน COM Interop... Annotations . TextAnnotation ( pdfDocument...600 )) { Title = "Sample Annotation Title" , Subject = "Sample...

    products.aspose.com/pdf/th/net/annotation/
  9. Comment ajouter un lien hypertexte dans un PDF ...

    Cet article couvre les détails sur la façon d'ajouter un lien hypertexte dans un PDF à l'aide de Python. Vous obtiendrez des détails pour établir l'IDE, des informations sur les différents appels d'API et un exemple de code exécutable pour ajouter un lien vers le PDF à l'aide de Python....appropriées Ajoutez le lien et les annotations de texte gratuites à la collection...collection d’annotations sur la page Enregistrez le PDF de sortie...

    kb.aspose.com/fr/pdf/python/how-to-add-hyperlin...
  10. PDFテキスト注釈|Aspose.PDF for C++

    Aspose.PDF for C++は、PDFドキュメントにテキスト注釈を追加、取得、削除することを可能にします。... 注釈は特定のページの Annotations コレクションによって含まれています。このコレクシ...注釈のみが含まれており、すべてのページには独自のAnnotationsコレクションがあります。 特定のページに注釈を追加...

    docs.aspose.com/pdf/ja/cpp/text-annotation/