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

annotation

(2.05 sec)
  1. Comment expurger un PDF en C#

    Cet article précis explique comment rédiger un PDF en C#. Il contient les informations de configuration de l'IDE et l'algorithme sous forme d'étapes simples, suivies d'un extrait de code pour rédiger le texte au format PDF à l'aide de C#....Ajouter l’annotation à la collection d’annotations Caviardez...la rédaction. Ensuite, l’annotation est créée et ajoutée à la...

    kb.aspose.com/fr/pdf/net/how-to-redact-a-pdf-in...
  2. Lưu trữ

    Lưu trữ...:: ArrayPtr Aspose::Pdf::Annotations::AnnotationType phương thức...System::ArrayPtr<Aspose::Pdf::Annotations::AnnotationType> annotationTypes...

    blog.aspose.com/vi/pdf/working-with-annotations...
  3. PDF スティッキー注釈を Python で使用する|Aspose.PDF for Pytho...

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

    docs.aspose.com/pdf/ja/python-net/sticky-annota...
  4. Anotación Multimedia en PDF usando C#|Aspose.PD...

    Aspose.PDF for .NET te permite agregar, obtener y eliminar la anotación multimedia de tu documento PDF....encuentran en la colección Annotations de un objeto Page . Esta...tiene su propia colección de Annotations. Para agregar una anotación...

    docs.aspose.com/pdf/es/net/multimedia-annotation/
  5. วิธีการลบ Freetext คำอธิบายประกอบโดยใช้ Java | ...

    Java ตัวอย่างรหัสที่จะลบ Freetext คำอธิบายประกอบในไฟล์ PDF บน Java Runtime สภาพแวดล้อมสำหรับการประยุกต์ใช้ JSP/JSF และการประยุกต์ใช้สก์ท็อป...Annotations บันทึกแฟ้มอีกครั้ง ความต้องการของระบบ..."sample_freetext.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/th/java/annotation/free...
  6. 使用 Python 編輯 PDF | Aspose.PDF

    使用 Python for .NET 的 Python 使用 Aspose.PDF 樣本代碼以編程方式編輯 PDF 文檔... rectangle annot = apdf . annotations . RedactionAnnotation...page , annotationRectangle ) annot . fill_color = apdf . Color...

    products.aspose.com/pdf/zh-hant/python-net/reda...
  7. Java 를 사용하여 PDF 편집 | Aspose.PDF

    Java 용 Aspose.PDF 파일을 사용하여 Java 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 문서를 수정합니다.... 600); RedactionAnnotation annot = new RedactionAnnotation(pdfDocument...rect); annot. setFillColor (Color. getBlack ()); annot. setBorderColor...

    products.aspose.com/pdf/ko/java/redaction/
  8. Key Features of Aspose.PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET demonstrates its general features. Its shows the supported PDF versions, and all the manipulations we can do with PDF.... Annotations Add annotations. Get annotations. Delete...Delete annotations. Modify annotations. Forms Add, Delete and Modify...

    docs.aspose.com/pdf/net/key-features/
  9. Extraindo texto bruto de arquivo PDF|Aspose.PDF...

    Este artigo descreve várias maneiras de extrair texto de documentos PDF usando Aspose.PDF for Android via Java. De páginas inteiras, de uma parte específica, com base em colunas, etc....through all the annotations for ( Annotation annotation : doc . getPages...TextMarkupAnnotation if ( annotation . getAnnotationType () ==...

    docs.aspose.com/pdf/pt/androidjava/extract-text...
  10. 在 Python 中创建 PDF 链接|Aspose.PDF for Python via .NET

    了解如何在 Python 中创建内部、外部和远程 PDF 链接。...import sys def create_link_annotation_launch_action ( infile ,...pages [ 1 ] link = ap . annotations . LinkAnnotation ( page ...

    docs.aspose.com/pdf/zh/python-net/create-links/