Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 70,848 for

import

(0.22 sec)
  1. Revision and Permissions|Aspose.PDF for Python ...

    Learn how to inspect signature revisions, document revisions, and certification permissions in PDF files using PdfFileSignature in Python.... import aspose.pdf.facades as pdf_facades import sys from...from os import path def get_signature_revision ( infile ): pdf_signature...

    docs.aspose.com/pdf/python-net/revision-permiss...
  2. Replace Text in PDF with Python|Aspose.PDF for ...

    Learn how to replace, rearrange, and remove text in PDF documents using Python.... import sys import aspose.pdf as ap from os import path def...PDF. import sys import aspose.pdf as ap from os import path def...

    docs.aspose.com/pdf/python-net/replace-text-in-...
  3. 在 Ruby 中创建并保存 Outlook 任务|Documentation

    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....+ '/data/' contact = Rjb :: import ( 'com.aspose.email.MapiContact'...MapiContact' ) . new calendar = Rjb :: import ( 'java.util.Calendar' ) ....

    docs.aspose.com/email/zh/java/creating-and-savi...
  4. 在 Jython 中进行不区分大小写的 PST 字符串搜索|Documentation

    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....- email import Settings from com.aspose.email import MapiMessage...aspose.email import NoteColor from com.aspose.email import PersonalStorage...

    docs.aspose.com/email/zh/java/string-searching-...
  5. Integrate PDF Tables with Data Sources in Pytho...

    Learn how to integrate PDF tables with data sources such as databases and pandas DataFrames in Python....from os import path import sys import pandas as pd import aspose...aspose.pdf as ap from config import set_license , initialize_data_dir...

    docs.aspose.com/pdf/python-net/integrate-table/
  6. Insert Pages into PDF|Aspose.PDF for Python via...

    Insert pages from one PDF into another using Aspose.PDF for Python.... import aspose.pdf as ap import aspose.pdf.facades...facades as pdf_facades import sys from os import path sys . path ....

    docs.aspose.com/pdf/python-net/insert-pages-int...
  7. Add List Item|Aspose.PDF for Python via .NET

    This example demonstrates how to add items to a list box form field in a PDF document using Aspose.PDF for Python....from io import FileIO import sys from os import path import aspose...aspose.pdf as ap import aspose.pdf.facades as pdf_facades sys . path...

    docs.aspose.com/pdf/python-net/add-list-item/
  8. Set Submit Flag|Aspose.PDF for Python via .NET

    Learn how to programmatically set a submit flag for a PDF form button using Aspose.PDF for Python. This allows the button to submit form data in a specific format, such as XFDF, when clicked by a user.... import aspose.pdf as ap import aspose.pdf.facades...facades as pdf_facades import sys from os import path sys . path ....

    docs.aspose.com/pdf/python-net/set-submit-flag/
  9. Flatten Specific Fields|Aspose.PDF for Python v...

    This section demonstrates how to manage and modify PDF form fields using Aspose.PDF for Python via .NET. It covers practical examples of flattening specific fields, flattening all form fields, and renaming existing fields programmatically....Managing form fields is an important part of PDF processing workflows...from io import FileIO import sys from os import path import aspose...

    docs.aspose.com/pdf/python-net/flatten-specific...
  10. Create Rubber Stamp With Appearance Stream|Aspo...

    This example loads a PDF, creates a rubber stamp on page 1 using an image file for its appearance, and saves the modified document. ✨... import aspose.pdf.facades as pdf_facades import aspose...apd from io import BytesIO import sys from os import path sys ...

    docs.aspose.com/pdf/python-net/create-rubber-st...