Sort Score
Result 10 results
Languages All
Labels All
Results 3,101 - 3,110 of 9,056 for

annotation

(0.08 sec)
  1. Come rimuovere l'annotazione di Freetext usando...

    Codice sorgente per rimuovere le annotazioni di Freetext nel file PDF su qualsiasi piattaforma con linguaggio C++...Annotations Salvare nuovamente il file...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/it/cpp/annotation/freet...
  2. Come rimuovere l'annotazione di Redaction usand...

    Codice sorgente su C# per rimuovere le annotazioni di Redaction su .NET Framework, .NET Core e PHP, VBScript, Delphi, C++ tramite COM Interop....Annotations Salvare nuovamente il file...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/it/net/annotation/redac...
  3. Agregar anotación de archivo adjunto desde fluj...

    El ejemplo carga un PDF, lee un archivo externo en un flujo de memoria, agrega una anotación de archivo adjunto a la primera página y guarda el documento modificado....initialize_data_dir def add_file_attachment_annotation_from_stream ( infile , attachment_file...# Create file attachment annotation using stream+opacity overload...

    docs.aspose.com/pdf/es/python-net/add-file-atta...
  4. PDF から添付ファイルを抽出|Aspose.PDF for Python via .NET

    Python と Aspose.PDF を使用して PDF 添付ファイルを操作する方法を学びましょう。...def extract_file_attachment_annotation ( infile , output_dir ):...FileAttachment annotation file_attachment = next ( ( annot for annot in page...

    docs.aspose.com/pdf/ja/python-net/extract-attac...
  5. 2023年の新機能|Aspose.PDF for .NET

    このページでは、2023年に導入されたAspose.PDF for .NETの最も人気のある新機能を紹介します。...GetDataDir_AsposePdf_Pages (); // Create annotation new instance of Merger using...Message { Content = "You are an annotation helpful assistant." , Role...

    docs.aspose.com/pdf/ja/net/whatsnew/2023/
  6. إضافة تعليق توضيحي على عربة التسوق|Aspose.PDF f...

    يقوم هذا المثال بتحميل ملف PDF موجود وإضافة تعليق توضيحي إلى الصفحة الأولى وحفظ المستند المعدل. يتضمن التعليق التوضيحي رمز علامة حمراء ونص تعليق وصفي....initialize_data_dir def add_caret_annotation ( infile , outfile ): # Create...bind_pdf ( infile ) # Add caret annotation to page 1 content_editor...

    docs.aspose.com/pdf/ar/python-net/add-caret-ann...
  7. Adicionar Anotação de Caret|Aspose.PDF for Pyth...

    Este exemplo carrega um PDF existente, adiciona uma anotação de caret à primeira página e salva o documento modificado. A anotação inclui um símbolo de caret vermelho e texto de comentário descritivo....initialize_data_dir def add_caret_annotation ( infile , outfile ): # Create...bind_pdf ( infile ) # Add caret annotation to page 1 content_editor...

    docs.aspose.com/pdf/pt/python-net/add-caret-ann...
  8. CommentDisplayMode enumeration | Aspose.Words f...

    aspose.words.layout.CommentDisplayMode enumeration. Specifies the rendering mode for document comments....SHOW_IN_ANNOTATIONS Renders document comments in annotations. This...CommentDisplayMode . SHOW_IN_ANNOTATIONS doc . save ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  9. XFDFへの注釈のインポートとエクスポート|Aspose.PDF for .NET

    このセクションでは、Aspose.PDF Facadesを使用してPDFファイルからXFDFに注釈をインポートおよびエクスポートする方法を説明します。...ades_Annotations (); // Sources of PDF with annotations var sources...GetDataDir_AsposePdfFacades_Annotations (); using ( var annotationEditor...

    docs.aspose.com/pdf/ja/net/import-export-annota...
  10. Anotación de Resaltados en PDF|Aspose.PDF para ...

    Las anotaciones de marcado se presentan en el texto como resaltados, subrayados, tachados o subrayados ondulados en el texto de un documento....annotationSelector1 ); List < Annotation > highlightAnnotations =...annotationSelector1 . getSelected (); for ( Annotation ta : highlightAnnotations...

    docs.aspose.com/pdf/es/java/highlights-annotation/