Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 8,589 for

annotation

(0.41 sec)
  1. | Aspose.PDF

    Python for .NET 용 Aspose.PDF 를 사용하여 Python 샘플 코드를 사용하여 PDF의 주석을 프로그래밍 방식으로 관리합니다.... annotations . DefaultAppearance () appearance...freeTextAnnotation = apdf . annotations . FreeTextAnnotation ( document...

    products.aspose.com/pdf/ko/python-net/annotation/
  2. सी ++ का उपयोग कर एनोटेशन हटाएं | products.aspo...

    सी ++ स्रोत कोड प्रस्तुति टिप्पणियों को हटाने के लिए...ऑनलाइन शामिल करें Remove Annotation From पीपीटी C++ API के लिए...एनोटेशन कैसे निकालें। Remove Annotation From पीपीटीएक्स Aspose.Slides...

    products.aspose.com/slides/hi/cpp/annotation/
  3. जावा का उपयोग करके एनोटेशन निकालें | products.a...

    प्रस्तुति टिप्पणियों को हटाने के लिए जावा स्रोत कोड...ऑनलाइन शामिल करें Remove Annotation From पीपीटी जावा एपीआई के...एनोटेशन कैसे निकालें। Remove Annotation From पीपीटीएक्स Aspose.Slides...

    products.aspose.com/slides/hi/java/annotation/
  4. 使用 .NET 刪除註釋 | products.aspose.com

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

    products.aspose.com/slides/zh-hant/net/annotation/
  5. Comment expurger un PDF en Java

    Ce bref guide explique comment rédiger un PDF en Java. Il contient les détails de la configuration du système et l'algorithme pas à pas, suivis d'un exemple de code exécutable pour expurger le texte au format PDF à l'aide de Java....RedactionAnnotation Ajouter l’annotation aux annotations existantes Masquez...une annotation de rédaction. Ensuite, ajoutez l’annotation à la...

    kb.aspose.com/fr/pdf/java/how-to-redact-a-pdf-i...
  6. استيراد وتصدير التعليقات التوضيحية إلى XFDF|Asp...

    يشرح هذا القسم كيفية استيراد وتصدير التعليقات التوضيحية من ملف PDF إلى XFDF باستخدام Aspose.PDF Facades....ades_Annotations (); // Sources of PDF with annotations var sources...GetDataDir_AsposePdfFacades_Annotations (); using ( var annotationEditor...

    docs.aspose.com/pdf/ar/net/import-export-annota...
  7. 使用 C# 编辑 PDF | Aspose.PDF

    使用 Aspose.PDF for .NET 使用 C# 示例代码以编程方式编辑 PDF 文档...Rectangle ; var annot = new Aspose . Pdf . Annotations . RedactionAnnotation...Number ]. Annotations . Add ( annot , true ); annot . Redact ();...

    products.aspose.com/pdf/zh-hans/net/redaction/
  8. 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/
  9. XFDFへの注釈のインポートとエクスポート|Aspose.PDF for .NET

    C#とAspose.PDF for .NETライブラリを使用して、XFDF形式で注釈をインポートおよびエクスポートできます。... GetDataDir_AsposePdf_Annotations (); // Create PdfAnnotationEditor..."AnnotationDemo1.pdf" ); // Define the annotation types to export var annotType...

    docs.aspose.com/pdf/ja/net/import-export-xfdf/
  10. 注釈を抽出する (ファサード)|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/ja/java/extract-annotation/