Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 9,064 for

annotator

(0.12 sec)
  1. Perbarui Tautan PDF di Python|Aspose.PDF for Py...

    Pelajari cara memperbarui tampilan dan tujuan tautan PDF di Python...., is_assignable def link_annotation_update_text_color ( infile...Document ( infile ) link_annotations = [ a for a in document ...

    docs.aspose.com/pdf/id/python-net/update-links/
  2. Adicionar Anotações de Marcação|Aspose.PDF for ...

    Este exemplo associa um PDF de entrada, adiciona quatro anotações de marcação diferentes na primeira página e salva o documento atualizado. Cada anotação demonstra um estilo de marcação e cor diferentes....initialize_data_dir def add_markup_annotation ( infile , outfile ): # Create...bind_pdf ( infile ) # Add markup annotation to page 1 content_editor...

    docs.aspose.com/pdf/pt/python-net/add-markup-an...
  3. 使用文本注释处理PDF通过Python|Aspose.PDF for Python via .NET

    Aspose.PDF for Python 允许您从PDF文档中添加、获取和删除文本注释。... 注释由特定页面的 Annotations 集合包含。此集合仅包含该单独页面的注释;每个页面都有其自己的注释集合。...然后打开输入的 PDF。 将注释添加到“页面”对象的 Annotations 集合中。 以下代码片段演示了如何在PDF页面中添加注释。...

    docs.aspose.com/pdf/zh/python-net/text-annotation/
  4. Anotasi Ekstra menggunakan Python|Aspose.PDF un...

    Bagian ini menjelaskan cara menambah, mendapatkan, dan menghapus jenis anotasi ekstra dari dokumen PDF Anda.... annotations . CaretAnnotation ( document...caretAnnotation1 . flags = ap . annotations . AnnotationFlags . PRINT...

    docs.aspose.com/pdf/id/python-net/extra-annotat...
  5. 파이썬을 사용한 PDF 하이라이트 주석|Aspose.PDF for Python via...

    마크업 주석은 문서의 텍스트에서 하이라이트, 밑줄, 취소선 또는 지그재그 밑줄로 표시됩니다.... annotations . HighlightAnnotation ( document...document . pages [ 1 ] . annotations . append ( highlightAnnotation...

    docs.aspose.com/pdf/ko/python-net/highlights-an...
  6. Дополнительные аннотации с использованием C#|As...

    Узнайте, как добавлять дополнительные аннотации в PDF-файлы в .NET с использованием Aspose.PDF для интерактивных функций документа.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...pdf" )) { // Create Caret Annotation for text insertion var caretAnnotation1...

    docs.aspose.com/pdf/ru/net/extra-annotations/
  7. Видаліть анотацію DOTX онлайн або керуйте анота...

    видалити коментарі з файлу DOTX через онлайн-програму безкоштовно. Код .NET API для керування коментарями файлів DOTX....NET Annotate Видаліть анотацію DOTX онлайн...with contextual feedback in annotations. поширені запитання Чи можу...

    products.aspose.com/total/uk/net/annotate/dotx/
  8. | Aspose.PDF

    مدیریت حاشیه نویسی در PDF به صورت برنامه نویسی با کد نمونه C++ با استفاده از Aspose.PDF برای C++...MakeObject < Aspose :: Pdf :: Annotations :: TextAnnotation > ( page...set_State ( Aspose :: Pdf :: Annotations :: AnnotationState :: Accepted...

    products.aspose.com/pdf/fa/cpp/annotation/
  9. Extract Links|Aspose.PDF for Python via .NET

    This example binds an input PDF, extracts all links, and prints their coordinates and URIs (if available)....programmatically extract all link annotations from a PDF. This allows you...link , ap . annotations . LinkAnnotation ): annotation = cast (...

    docs.aspose.com/pdf/python-net/extract-links/
  10. Rectangle for hyperlink - Free Support Forum - ...

    Hi We need to add hyperlink annotation at right bottom with 10 as margin from both side. The rectangle gives only position from left and top. It will be very kind if someone help us to get this code, how to set positio…...We need to add hyperlink annotation at right bottom with 10 as...@aroc To add a hyperlink annotation at the bottom right of a...

    forum.aspose.com/t/rectangle-for-hyperlink/312974