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

import document

(0.09 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. Redact PPT Presentation Online or using Android...

    Open and redact PPT Document online via app for free. Android API code to search and replace PPT text....Java Redact Ppt Redact PPT Document Online or via Android Apps...Redact PPT Presentation Online Import PPT file by uploading it. Do...

    products.aspose.com/total/android-java/redact/ppt/
  3. 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/
  4. Add Application Link|Aspose.PDF for Python via ...

    This example binds an input PDF, adds an application launch link on the first page, and saves the modified Document.... Bind the input PDF document. Define a rectangle area for... Save the updated PDF document. import aspose.pdf.facades as...

    docs.aspose.com/pdf/python-net/add-application-...
  5. Work with PDF Actions in Python|Aspose.PDF for ...

    Learn how to add, update, and remove Document, page, and form actions in PDF files using Python....triggered by user interaction or document events. They can be used to:...JavaScript-based launch actions to a PDF document using Python and Aspose.PDF...

    docs.aspose.com/pdf/python-net/actions/
  6. Create AcroForm - Create Fillable PDF in Python...

    Create AcroForm fields from scratch in PDF Documents by using Aspose.PDF for Python via .NET....Form Field in a PDF Document The Document class provides a collection...manage form fields in a PDF document. To add a form field: Create...

    docs.aspose.com/pdf/python-net/create-form/
  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. Pdf rendition is not getting generating like wo...

    Hi Team, We are trying to transformation input file with below code. Document doc = new Document("test.docx"); PdfSaveOptions options = new PdfSaveOptions(); doc.save("output.pdf", options); Formatting and Alignment o…...getting generating like word document Aspose.Words Product Family...with below code. Document doc = new Document("test.docx"); PdfSaveOptions...

    forum.aspose.com/t/pdf-rendition-is-not-getting...
  9. 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/
  10. Decrypt PDF File|Aspose.PDF for Python via .NET

    This guide explains how to remove restrictions such as printing, copying, and editing to gain full access to your PDF Document....Decrypt a password-protected PDF document using the owner password with...unrestricted access to the document. Create a ‘PdfFileSecurity’...

    docs.aspose.com/pdf/python-net/decrypt-pdf-file/