Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 7,617 for

annotation

(0.07 sec)
  1. Modificar Anotaciones en su Archivo PDF (facade...

    Esta sección explica cómo modificar anotaciones del archivo PDF a XFDF con Aspose.PDF Facades....DefaultAppearance (); FreeTextAnnotation annotation = new FreeTextAnnotation...1 ), defaultAppearance ); annotation . setTitle ( "Usuario de...

    docs.aspose.com/pdf/es/java/modify-annotations/
  2. C#を使用して図の注釈を追加する|Aspose.PDF for .NET

    この記事では、PDFドキュメントから図の注釈を追加、取得、削除する方法について説明します。... GetDataDir_AsposePdf_Annotations (); // Open PDF document...pdf" )) { // Create Line Annotation var lineAnnotation = new...

    docs.aspose.com/pdf/ja/net/figures-annotation/
  3. Pythonを使用して図の注釈を追加する|Aspose.PDF for Python via ...

    この記事では、Aspose.PDF for Python via .NETを使用して、PDFドキュメントに対して図の注釈を追加、取得、削除する方法について説明します... annotations . SquareAnnotation ( document...document . pages [ 1 ] . annotations . append ( squareAnnotation...

    docs.aspose.com/pdf/ja/python-net/figures-annot...
  4. Manipulacja adnotacjami w formacie PDF przy uży...

    Prosty kod źródłowy demo do manipulowania adnotacjami w formacie PDF na dowolnej platformie z językiem C++....MakeObject < Aspose :: Pdf :: Annotations :: TextAnnotation > ( page...set_State ( Aspose :: Pdf :: Annotations :: AnnotationState :: Accepted...

    products.aspose.com/pdf/pl/cpp/annotation/
  5. استخدام أنواع إضافية من تعليقات PDF التوضيحية|A...

    يصف هذا القسم كيفية إضافة، والحصول على، وحذف أنواع إضافية من التعليقات التوضيحية في مستند PDF الخاص بك.... قم بإنشاء Caret Annotation جديد واضبط معلمات Caret (مستطيل...التالي كيفية إضافة Caret Annotation إلى ملف PDF: package com...

    docs.aspose.com/pdf/ar/java/extra-annotations/
  6. Comment ajouter des commentaires à un PDF en ut...

    Ce didacticiel vous explique comment ajouter des commentaires à un PDF à l'aide de C#. Il fournit des détails sur la configuration de l'IDE, une liste d'étapes et un exemple de code exécutable pour insérer un commentaire dans un PDF à l'aide de C#....sont partagés pour créer une annotation de texte en définissant ses...l’ajoutant à la collection d’annotations d’une page particulière....

    kb.aspose.com/fr/pdf/net/how-to-add-comments-to...
  7. 在PDF文件中创建链接使用C++|Aspose.PDF for C++

    本节解释如何使用C++在PDF文档中创建链接。... 将链接添加到Page对象的 Annotations 属性。 最后,使用Document对象的Save方法保存更新的PDF。...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/zh/cpp/create-links/
  8. PDF スティッキー注釈を Python で使用する|Aspose.PDF for Pytho...

    このトピックはスティッキー注釈についてであり、例としてテキストにウォーターマーク注釈を示します。... annotations . WatermarkAnnotation ( page...ページの注釈コレクションに注釈を追加 page . annotations . append ( wa ) # フォント設定のためのTextStateを作成...

    docs.aspose.com/pdf/ja/python-net/sticky-annota...
  9. Anotações Extras usando C++|Aspose.PDF for C++

    Esta seção descreve como adicionar, obter e excluir tipos extras de anotações do seu documento PDF....namespace Aspose :: Pdf :: Annotations ; void MarkupAnnotations...-> idx_get ( 1 ) -> get_Annotations () -> Add ( caretAnnotation1...

    docs.aspose.com/pdf/pt/cpp/extra-annotations/
  10. PDF에서 주석 수정|Aspose.PDF for .NET

    이 섹션에서는 Aspose.PDF Facades를 사용하여 PDF 파일의 주석을 XFDF로 수정하는 방법을 설명합니다....GetDataDir_AsposePdfFacades_Annotations (); // Create PdfAnnotationEditor..."AnnotationsInput.pdf" ); // Modify annotations author annotationEditor ...

    docs.aspose.com/pdf/ko/net/modify-annotations/