Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 56,376 for

import document

(0.27 sec)
  1. Set Field Appearance|Aspose.PDF for Python via ...

    This example demonstrates how to change the visual appearance of a PDF form field using Aspose.PDF for Python.... Open an existing PDF document. Create a FormEditor object...the updated document. from io import FileIO import sys from os...

    docs.aspose.com/pdf/python-net/set-field-appear...
  2. Add Custom Action Link|Aspose.PDF for Python vi...

    This example binds an input PDF, adds a custom action link on the first page, and saves the modified Document. An empty action list is used for simplicity, but real implementations can include actual actions.... Bind the input PDF document. Define a rectangle for the... Save the updated PDF document. import aspose.pdf.facades as...

    docs.aspose.com/pdf/python-net/add-custom-actio...
  3. Replace Text Regex|Aspose.PDF for Python via .NET

    In this example, all four-digit numbers in the Document are replaced with the placeholder "[NUMBER]". This is useful for masking sensitive data, normalizing content, or anonymizing Documents.... Bind the input PDF document. Configure replacement strategy...entire document. Save the updated PDF document. import aspose...

    docs.aspose.com/pdf/python-net/replace-text-regex/
  4. Set Field Alignment Vertical|Aspose.PDF for Pyt...

    This example demonstrates how to set the vertical alignment of a form field in a PDF Document using Aspose.PDF for Python....layout: Open an existing PDF document. Create a FormEditor object...the modified document. from io import FileIO import sys from os...

    docs.aspose.com/pdf/python-net/set-field-alignm...
  5. 在 Python 中使用 PDF 操作|Aspose.PDF for Python via .NET

    了解如何使用 Python 在 PDF 文件中添加、更新和删除文档、页面和表单操作。... import aspose.pdf as ap from aspose.pycore import is_assignable...aspose.pdf import Rectangle from aspose.pdf.forms import ButtonField...

    docs.aspose.com/pdf/zh/python-net/actions/
  6. Protect Powerpoint document Online with passwor...

    Online Powerpoint file password protection app. .NET C# API code to apply password protection on Powerpoint presentations....Powerpoint Online Powerpoint Document Protection or Set Password...powerful .NET based Powerpoint document protection utility application...

    products.aspose.com/total/net/protect/powerpoint/
  7. Convert a Document in C#|Aspose.Words for .NET

    Easily convert Documents from one format to another using C#. You can work with all the most popular formats like Microsoft Word formats such as DOCX or DOC, OpenDocument formats such as ODT or OTT, web formats such as HTML or XHTML, text formats such as MarkDown or TXT, and others....Ask AI Convert a Document Contents [ Hide ] Purpose Summary This...general workflow for converting documents between different formats...

    docs.aspose.com/words/net/convert-a-document/
  8. Remove Open Action|Aspose.PDF for Python via .NET

    This example loads an existing PDF, removes the open action, and saves the cleaned Document....Action Contents [ Hide ] PDF documents may contain actions that execute...you can easily remove the document open action and ensure the...

    docs.aspose.com/pdf/python-net/remove-open-action/
  9. Supported Document Formats|Aspose.Words for .NET

    Edit source Documents in many popular formats, as well as freely convert files from one format to another using C#....Ask AI Supported Document Formats Contents [ Hide ] Purpose Summary...Summary This page explains which document formats Aspose.Words can load...

    docs.aspose.com/words/net/supported-document-fo...
  10. Get Field Appearance|Aspose.PDF for Python via ...

    This article explains how to open a PDF, access a form field, retrieve its appearance settings, and display them. The example demonstrates retrieving the appearance of a field named "Last Name"....Hide ] Form fields in PDF documents have visual properties such...class. Open an existing PDF document. Create a FormEditor object...

    docs.aspose.com/pdf/python-net/get-field-appear...