Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 9,045 for

annotation

(0.15 sec)
  1. Get Page Information|Aspose.PDF for Python via ...

    Learn how to programmatically access page-level information in a PDF using Aspose.PDF for Python. This guide shows how to retrieve page width, height, rotation, and offsets for a specific page in a PDF document....like page layout analysis, annotation placement, or automated PDF...

    docs.aspose.com/pdf/python-net/get-page-info/
  2. Extract Links from the PDF File|Aspose.PDF for C++

    Learn how to extract links from a PDF document in C++ using Aspose.PDF to analyze and manage hyperlinks within PDF files....Links are represented as annotations in a PDF file, so to extract...Get all the selected link annotations into an IList object using...

    docs.aspose.com/pdf/cpp/extract-links/
  3. 在 Python 中更新 PDF 链接|Aspose.PDF for Python via .NET

    了解如何在 Python 中更新 PDF 链接的外观和目标。..., is_assignable def link_annotation_update_text_color ( infile...Document ( infile ) link_annotations = [ a for a in document ...

    docs.aspose.com/pdf/zh/python-net/update-links/
  4. Advanced operations for C++|Aspose.PDF for C++

    Aspose.PDF for C++ can perform not only simple and easy tasks but also cope with more complex functions. For advanced users and developers, the Advanced section will detail these features for you....shapes on the page Annotations - Annotations allow users to add...add, delete and modify the annotation from the PDF documents. Artifacts...

    docs.aspose.com/pdf/cpp/advanced-operations/
  5. 添加电影批注|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,在第 1 页添加电影批注,并保存更新后的 PDF。...initialize_data_dir def add_movie_annotation ( infile , movie_file , outfile...bind_pdf ( infile ) # Add movie annotation to page 1 content_editor...

    docs.aspose.com/pdf/zh/python-net/add-movie-ann...
  6. 添加线注释|Aspose.PDF for Python via .NET

    此示例绑定输入 PDF,绘制带方形线端点的红色线注释,并保存修改后的 PDF。...initialize_data_dir def add_line_annotation ( infile , outfile ): # Create...contents = "This is line annotation" content_editor . create_line...

    docs.aspose.com/pdf/zh/python-net/add-line-anno...
  7. C++ Overview|Aspose.PDF for C++

    Overview of key-features and supported formats of Aspose.PDF for C++, installation and licensing manual of C++ library....manipulate PDF pages, add annotations, handle custom fonts and...fonts removing or flattening annotations removing AcroForm Fields...

    docs.aspose.com/pdf/cpp/overview/
  8. 添加声音注释|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,在第 1 页添加声音注释,并保存修改后的 PDF。...initialize_data_dir def add_sound_annotation ( infile , sound_file , outfile...bind_pdf ( infile ) # Add sound annotation to page 1 content_editor...

    docs.aspose.com/pdf/zh/python-net/add-sound-ann...
  9. Really weird large redaction black boxes - Free...

    Hi all, I am trying to write redaction for PDF documents. For the vast majority of redactions I am completing, the PDF document redacts properly, however I am getting some weird large boxes that pop up: image.png (631 …...annotations.RedactionAnnotation(page...fill_color = pdf.Color.black page.annotations.add(ann, True) try: ann.redact()...

    forum.aspose.com/t/really-weird-large-redaction...
  10. Working with Actions in PDF|Aspose.PDF for .NET

    This section explains how to add actions to the document and form fields programmatically with C#....links to the Page object’s Annotations collection. Finally, save...Links are represented as annotations in a PDF file and they can...

    docs.aspose.com/pdf/net/actions/