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

annotate

(0.86 sec)
  1. Extract Data from Table in PDF with Python|Aspo...

    Learn how to extract tabular from PDF using Aspose.PDF for Python...highlighted box or a specific annotation. Open PDF document Get the...page Find the first square annotation Initialize the TableAbsorber...

    docs.aspose.com/pdf/python-net/extract-data-fro...
  2. Comment supprimer un lien hypertexte dans un PD...

    Ce didacticiel rapide décrit le processus de suppression d'un lien hypertexte dans un PDF à l'aide de Java. Il contient toutes les informations sur les paramètres d'environnement, la logique du programme en termes d'étapes et un exemple de code exécutable pour supprimer tous les liens du PDF à l'aide de Java....types d’annotations et supprimer uniquement l’annotation de lien...collection d’annotations Parcourez toutes les annotations et identifiez...

    kb.aspose.com/fr/pdf/java/how-to-remove-hyperli...
  3. Apa yang baru|Aspose.PDF untuk Python via .NET

    Halaman ini memperkenalkan fitur baru paling populer di Aspose.PDF untuk Python via .NET yang telah diperkenalkan dalam rilis terbaru....] for annotation in page . annotations : if ( annotation . rect...cast ( ap . annotations . WidgetAnnotation , annotation ) checkbox...

    docs.aspose.com/pdf/id/python-net/whatsnew/
  4. Что нового|Aspose.PDF для Python через .NET

    На этой странице представлены самые популярные новые функции в Aspose.PDF для Python через .NET, которые были представлены в последних выпусках....] for annotation in page . annotations : if ( annotation . rect...cast ( ap . annotations . WidgetAnnotation , annotation ) checkbox...

    docs.aspose.com/pdf/ru/python-net/whatsnew/
  5. C#를 사용하여 도형 주석 추가|Aspose.PDF for .NET

    이 문서에서는 PDF 문서에서 도형 주석을 추가, 가져오기 및 삭제하는 방법을 설명합니다.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...pdf" )) { // Create Line Annotation var lineAnnotation = new...

    docs.aspose.com/pdf/ko/net/figures-annotation/
  6. 使用 C# 添加图形注释|Aspose.PDF for .NET

    本文描述了如何从 PDF 文档中添加、获取和删除图形注释 Aspose.PDF for .NET... GetDataDir_AsposePdf_Annotations (); // Open PDF document...pdf" )) { // Create Line Annotation var lineAnnotation = new...

    docs.aspose.com/pdf/zh/net/figures-annotation/
  7. The use of RedactionAnnotation to add a color b...

    I have a PDF document with two pages. One of the pages is rotated 90 degrees clockwise. I want to add a red-colored rectangle at the lower-left corner of each page. When the page is not rotated, it works correctly. Howe…...double ury) { var annot = new Aspose.Pdf.Annotations.RedactionAnnotation(page...urx, ury)); annot.FillColor = annotationColor; annot.Color = annotationColor;...

    forum.aspose.com/t/the-use-of-redactionannotati...
  8. Очистити анотації DOT онлайн і за допомогою Pyt...

    Видаліть коментарі з документа DOT за допомогою онлайн-програми безкоштовно. Код API Python для видалення коментарів із файлів DOT....NET Annotate Очистити анотації DOT онлайн... Explore Annotate File Options with Python Annotate DOC Files...

    products.aspose.com/total/uk/python-net/annotat...
  9. Очистити анотації PPTX онлайн і за допомогою Py...

    Видаліть коментарі з документа PPTX за допомогою онлайн-програми безкоштовно. Код API Python для видалення коментарів із презентацій PPTX....NET Annotate Очистити анотації PPTX онлайн... Explore Annotate File Options with Python Annotate DOC Files...

    products.aspose.com/total/uk/python-net/annotat...
  10. Anotaciones adhesivas en PDF usando C#|Aspose.P...

    Aprenda a crear anotaciones adhesivas, como notas y resaltados, en PDFs usando Aspose.PDF en .NET.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...// Load Page object to add Annotation var page = document . Pages...

    docs.aspose.com/pdf/es/net/sticky-annotations/