This example binds an input PDF, adds a green-colored link to a page in another PDF, and saves the modified document.... import aspose.pdf.facades as pdf_facades...aspose.pycore import cast , is_assignable import aspose.pydrawing...
This example shows how to delete the 'Country' field from a PDF form using the 'remove_field' method of the 'FormEditor' class....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...
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.... import aspose.pdf as ap import aspose.pdf.facades...pdf_facades import aspose.pydrawing as apd import sys from os...
This example demonstrates how to read the values of specific form fields from a PDF document using Aspose.PDF Facades API....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...
这篇文章解释了如何打开 PDF,访问表单字段,检索其外观设置并显示它们。示例演示了检索名为 "Last Name" 的字段的外观。...from io import FileIO import sys from os import path import aspose...pdf as ap import aspose.pydrawing as ap_pydrawing import aspose...
This section describes how to generate thumbnail images from PDF documents using Aspose.PDF for Java....examples ; import com.aspose.pdf.Document ; import com.aspose...JpegDevice ; import com.aspose.pdf.devices.Resolution ; import java.io...
Create AcroForm fields from scratch in PDF documents by using Aspose.PDF for Python via .NET.... import aspose.pdf as ap import aspose.pydrawing...Save PDF File. import aspose.pdf as ap import aspose.pydrawing...
There are several Scene.Save method overloads that accept a SaveOptions object. Each save format has a corresponding class that holds save options for that save format....formats import ColladaSaveOptions , ColladaTransformStyl...Configure lookup paths to allow importer to find external dependencies...
This example binds an input PDF, creates a circle annotation on the first page, and saves the modified document.... import aspose.pdf as ap import aspose.pdf.facades...pdf_facades import aspose.pydrawing as apd import sys from os...