Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 53,971 for

import document

(0.19 sec)
  1. Manage Stamp By ID|Aspose.PDF for Python via .NET

    How to manipulate rubber stamp annotations in a PDF by their unique IDs using Aspose.PDF for Python... Bind the input PDF document. Add rubber stamps with specific... Save the updated PDF document. import aspose.pdf.facades as...

    docs.aspose.com/pdf/python-net/manage-stamp-by-id/
  2. Resolve Full Field Names|Aspose.PDF for Python ...

    This example demonstrates how to retrieve the fully qualified names of form fields in a PDF Document using Aspose.PDF Facades API.... Bind the PDF Document. Access all form field names...from io import FileIO import sys from os import path import aspose...

    docs.aspose.com/pdf/python-net/resolve-full-fie...
  3. Redact Excel Spreadsheet Online or using Androi...

    Open and redact Excel Document online via app for free. Android API code to search and replace Excel text with regular expression....Redact Excel Redact Excel Document Online or via Android Apps...powerful Android based Excel document redaction utility application...

    products.aspose.com/total/android-java/redact/e...
  4. Convert a Document to PDF in Python|Aspose.Word...

    Convert a Document to PDF using Python. Various input formats are supported, including Word, OpenOffice, Image and eBook formats....Ask AI Convert a Document to PDF Contents [ Hide ] Purpose Summary...via .NET to convert various document types—including Word files...

    docs.aspose.com/words/python-net/convert-a-docu...
  5. Export to XFDF|Aspose.PDF for Python via .NET

    This example shows how to export PDF form field data to an XFDF (XML Forms Data Format) file using Aspose.PDF for Python via .NET. It demonstrates how to load a PDF form, access its fields through the Form facade, and save the extracted values into an XFDF stream....independently from the original document. In this example, the Form...‘bind_pdf()’ to attach the source PDF document. Use ‘open()’ to create a...

    docs.aspose.com/pdf/python-net/export-to-xfdf/
  6. Replacing placeholder using aspose word java ap...

    Hello Team, I tried upgrading the Aspose Words jar from version 2018 to 2025. While using the same code with both versions, I am encountering an issue in the latest jar. In the 2018 jar version, the output is correct (…...for both versions: import java.io.File; import java.io.FileInputStream;...FileInputStream; import java.io.InputStream; import java.util.ArrayList;...

    forum.aspose.com/t/replacing-placeholder-using-...
  7. Replace Text On Page With State|Aspose.PDF for ...

    In this example, all occurrences of the word "software" on page 1 are replaced with "SOFTWARE PAGE 1", using red text with a font size of 12....consistent formatting across documents. Create a PdfContentEditor...instance. Bind the input PDF document. Define a TextState with custom...

    docs.aspose.com/pdf/python-net/replace-text-on-...
  8. Add Page Number to PDF|Aspose.PDF for Python vi...

    Learn how to add page numbers to PDF Documents using PdfFileStamp in Python....in the document. import sys from os import path import aspose...aspose.pdf as ap import aspose.pdf.facades as pdf_facades from config...

    docs.aspose.com/pdf/python-net/page-number/
  9. Add Free Text Annotations|Aspose.PDF for Python...

    This example loads an existing PDF file, adds a free text annotation to the first page at a defined position, and saves the modified Document....the updated Document. import aspose.pdf as ap import aspose.pdf...pdf_facades import aspose.pydrawing as apd import sys from os...

    docs.aspose.com/pdf/python-net/add-free-text-an...
  10. Delete List Item|Aspose.PDF for Python via .NET

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Bind the PDF document to the FormEditor. Delete...the updated document. from io import FileIO import sys from os...

    docs.aspose.com/pdf/python-net/del-list-item/