Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 7,772 for

annotation

(0.08 sec)
  1. 새로운 기능|Aspose.PDF for Python via .NET

    이 페이지에서는 최근 릴리스에서 소개된 Aspose.PDF for Python via .NET의 가장 인기 있는 새로운 기능을 소개합니다....] for annotation in page . annotations : if ( annotation . rect...cast ( ap . annotations . WidgetAnnotation , annotation ) checkbox...

    docs.aspose.com/pdf/ko/python-net/whatsnew/
  2. PDF スティッキー注釈を使用した C#|Aspose.PDF for .NET

    Aspose.PDF を使用して .NET で PDF にノートやハイライトなどのスティッキー注釈を作成する方法を学びます。... GetDataDir_AsposePdf_Annotations (); // Open PDF document...// Load Page object to add Annotation var page = document . Pages...

    docs.aspose.com/pdf/ja/net/sticky-annotations/
  3. Comment supprimer tous les commentaires d'un PD...

    Ce court tutoriel explique comment supprimer tous les commentaires en pdf en c#. Il fournit des détails sur les paramètres de l'IDE, un flux de programme et un exemple de code exécutable pour supprimer tous les commentaires du PDF en C#....informations sur d’autres types d’annotations qui peuvent être consultées...tester le annotations Parcourir toutes les annotations sur chaque...

    kb.aspose.com/fr/pdf/net/how-to-delete-all-comm...
  4. C#를 사용한 PDF 하이라이트 주석|Aspose.PDF for .NET

    Aspose.PDF를 사용하여 .NET에서 PDF 문서에 하이라이트 주석을 추가하는 방법을 배우고 텍스트 강조 및 검토를 수행하세요.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...Pages [ 1 ]); // Create annotations for the found text fragments...

    docs.aspose.com/pdf/ko/net/highlights-annotation/
  5. Travailler avec les Actions|Aspose.PDF pour Java

    Cette section explique comment ajouter des actions aux documents et aux champs de formulaire par programmation avec Java. Apprenez à Ajouter, Créer et Obtenir un Hyperlien dans un Fichier PDF....ces liens à la collection Annotations de l’objet Page . Enfin,...( 1 ); // Créer un objet annotation de lien LinkAnnotation link...

    docs.aspose.com/pdf/fr/java/actions/
  6. Redaguj PDF przy użyciu C# | Aspose.PDF

    Kod źródłowy C# do edycji poufnych informacji w pliku PDF na .NET Framework, .NET Core i PHP, VBScript, Delphi, C++ poprzez COM Interop....Rectangle ; var annot = new Aspose . Pdf . Annotations . RedactionAnnotation...Number ]. Annotations . Add ( annot , true ); annot . Redact ();...

    products.aspose.com/pdf/pl/net/redaction/
  7. استخراج التعليقات من PDF|Aspose.PDF for .NET

    يشرح هذا القسم كيفية استخراج التعليقات من ملف PDF إلى XFDF باستخدام Aspose.PDF Facades....GetDataDir_AsposePdfFacades_Annotations (); // Open PDF document...( document ); // Extract annotations var annotationTypes = new...

    docs.aspose.com/pdf/ar/net/extract-annotation/
  8. 스탬프에서 텍스트 추출하기 C#|Aspose.PDF for .NET

    Aspose.PDF for .NET의 특별한 기능인 스탬프 주석에서 텍스트 추출하는 방법을 배우십시오.... 페이지의 주석 목록에서 원하는 Annotation 을 가져옵니다. TextAbsorber 클래스의...)) { Aspose . Pdf . Annotations . Annotation item = document ....

    docs.aspose.com/pdf/ko/net/extract-text-from-st...
  9. PDFでのリンク注釈の使用|Aspose.PDF for .NET

    Aspose.PDF for .NETを使用すると、PDFドキュメントからリンク注釈を追加、取得、削除できます。... GetDataDir_AsposePdf_Annotations (); // Open PDF document...Document ( dataDir + "Link Annotation Demo.pdf" )) { // Get first...

    docs.aspose.com/pdf/ja/net/link-annotations/
  10. Comment créer un lien hypertexte dans un PDF à ...

    Cet article rapide vous apprend à créer un lien hypertexte dans un PDF à l'aide de Java. Il contient toutes les informations nécessaires pour écrire cette application ainsi qu'un exemple de code de travail pour ajouter un lien vers un PDF en utilisant Java....page souhaitée Créez un link annotation et ajoutez-le à la page cible...cible Créez une annotation de texte libre à l’emplacement de...

    kb.aspose.com/fr/pdf/java/how-to-create-hyperli...