Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 53,971 for

import document

(1.39 sec)
  1. 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/
  2. Help with Bookmark Replacement Issues in Docume...

    Hello Team, I’m using the following code to replace bookmark content from one Document with content from another: public void ReplaceBookmarks(string sourceDocPath, string targetDocPath, string outputDocPath) { Doc…...Bookmark Replacement Issues in Document Processing Aspose.Words Product...bookmark content from one document with content from another:...

    forum.aspose.com/t/help-with-bookmark-replaceme...
  3. Protect PDF Document Online with password and u...

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

    products.aspose.com/total/net/protect/pdf/
  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. Delete Images from PDF File|Aspose.PDF for Java

    This section explain how to delete Images from PDF File using Aspose.PDF for Java.... Create a Document object and open the input...that holds the image from the Document object’s Pages collection...

    docs.aspose.com/pdf/java/delete-images-from-pdf...
  6. Get PDF Version|Aspose.PDF for Python via .NET

    Learn how to programmatically determine the version of a PDF Document using Aspose.PDF for Python. This tutorial demonstrates how to use the PdfFileInfo class to check the PDF version of a file....capabilities supported in a document, including form fields, encryption...PdfFileInfo class. Load a PDF document. Retrieve its PDF version...

    docs.aspose.com/pdf/python-net/get-pdf-version/
  7. Get Required Field Names|Aspose.PDF for Python ...

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

    docs.aspose.com/pdf/python-net/get-required-fie...
  8. Protect ODT document Online with password and u...

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

    products.aspose.com/total/net/protect/odt/
  9. Format PDF Text in Python|Aspose.PDF for Python...

    Learn how to format text inside PDF Documents in Python using spacing, borders, indentation, and styling options....control line spacing in a PDF document. It reads text from a file...in a PDF. Create a new PDF document. Load the source text. Initialize...

    docs.aspose.com/pdf/python-net/text-formatting-...
  10. Add Popup Annotations|Aspose.PDF for Python via...

    This example loads a PDF, adds a popup annotation to the first page, and saves the modified Document. The popup is set to be visible by default and displays the specified comment text....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-popup-annota...