Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 8,533 for

annotate

(0.38 sec)
  1. چگونگی اضافه کردن Redaction حاشیه نویسی با استف...

    سورس کد در C# برای اضافه کردن Redaction حاشیه نویسی در دات نت فریم ورک، دات نت هسته و PHP، VBScript، دلفی، سی پلاس پلاس از طریق COM Interop....region RedactionAnnotation annot = new RedactionAnnotation (...( 200 , 500 , 300 , 600 )); annot . FillColor = Aspose . Pdf ...

    products.aspose.com/pdf/fa/net/annotation/redac...
  2. ویرایش PDF با استفاده از Python | Aspose.PDF

    اسناد PDF را به صورت برنامه نویسی با کد نمونه Python با استفاده از Aspose.PDF برای Python for .NET ویرایش کنید... rectangle annot = apdf . annotations . RedactionAnnotation...page , annotationRectangle ) annot . fill_color = apdf . Color...

    products.aspose.com/pdf/fa/python-net/redaction/
  3. 使用 Python 编辑 PDF | Aspose.PDF

    使用 Aspose.PDF for Python for .NET 使用 Python 示例代码以编程方式编辑 PDF 文档... rectangle annot = apdf . annotations . RedactionAnnotation...page , annotationRectangle ) annot . fill_color = apdf . Color...

    products.aspose.com/pdf/zh-hans/python-net/reda...
  4. Anotações adesivas em PDF usando Python|Aspose....

    Este tópico sobre anotações adesivas, como exemplo mostramos a Anotação de Marca d'água no texto.... annotations . WatermarkAnnotation ( page...Anotação da Página page . annotations . append ( wa ) # Criar TextState...

    docs.aspose.com/pdf/pt/python-net/sticky-annota...
  5. Extraer Enlaces del Archivo PDF|Aspose.PDF para...

    Extraer enlaces de PDF con C#. Este tema te explica cómo extraer enlaces usando la clase AnnotationSelector....annotations.annotation_selector/) al método...com/pdf/cpp/class/aspose.pdf.annotations.annotation_selector/). El siguiente...

    docs.aspose.com/pdf/es/cpp/extract-links/
  6. 从 PDF 中提取注释|Aspose.PDF for .NET

    本节解释如何使用 Aspose.PDF Facades 从 PDF 文件提取注释到 XFDF。...GetDataDir_AsposePdfFacades_Annotations (); // Open PDF document...( document ); // Extract annotations var annotationTypes = new...

    docs.aspose.com/pdf/zh/net/extract-annotation/
  7. PDF의 링크 업데이트|Aspose.PDF for C++

    Aspose.PDF for C++로 PDF의 링크를 프로그래밍 방식으로 업데이트합니다. 이 가이드는 PDF 파일에서 링크를 업데이트하는 방법에 관한 것입니다....DynamicCast < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...page -> get_Annotations () -> idx_get ( 1 )); // 링크 수정: 링크 대상 변경...

    docs.aspose.com/pdf/ko/cpp/update-links/
  8. 更新 PDF 中的链接|Aspose.PDF for C++

    使用 Aspose.PDF for C++ 以编程方式更新 PDF 中的链接。本指南介绍如何更新 PDF 文件中的链接。...DynamicCast < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...page -> get_Annotations () -> idx_get ( 1 )); // 修改链接:更改链接目标 auto...

    docs.aspose.com/pdf/zh/cpp/update-links/
  9. C#を使用したPDFマルチメディア注釈|Aspose.PDF for .NET

    Aspose.PDF for .NETは、PDFドキュメントにマルチメディア注釈を追加、取得、削除することを可能にします。...PDFドキュメントの注釈は、 Page オブジェクトのAnnotationsコレクションに含まれています。このコレクションには...すべての注釈が含まれています:各ページには独自のAnnotationsコレクションがあります。特定のページに注釈を追加す...

    docs.aspose.com/pdf/ja/net/multimedia-annotation/
  10. Comment insérer un commentaire dans un PDF avec...

    Ce court article décrit comment insérer un commentaire dans un PDF à l'aide de Java. Des informations sont fournies pour préparer l'environnement de développement, un détail étape par étape et un exemple de code exécutable montrant comment ajouter des commentaires dans un fichier PDF à l'aide de Java....ajouter et personnaliser une annotation de texte, puis l’ajouter...l’ajouter à la collection d’annotations dans la page PDF sélectionnée...

    kb.aspose.com/fr/pdf/java/how-to-insert-comment...