Cet exemple montre comment supprimer le champ 'Country' d'un formulaire PDF en utilisant la méthode 'remove_field' de la classe 'FormEditor'....pdf as ap import aspose.pdf.facades as...
Otwórz i przeglądaj dokumenty XML programowo z przykładowym kodem Java używając pliku Aspose.PDF dla Java...<id>AsposeJavaAPI</id> <name>Aspose Java AP</name> <url>https://releases...
Lock PDF with password programmatically with Java sample code using Aspose.PDF for Java...<id>AsposeJavaAPI</id> <name>Aspose Java AP</name> <url>https://releases...
This example binds an input PDF, adds a blue web link annotation on page 1 pointing to Aspose’s Python PDF product page, and saves the modified document....pdf as ap import sys from os import path...
This example demonstrates how to export PDF form field values to a JSON file using Aspose.PDF for Python via .NET. It explains how to load a PDF form, access its fields through the Form facade, and save the extracted data in a structured JSON format...pdf as ap import aspose.pdf.facades as...
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....pdf as ap import aspose.pdf.facades as...
В этом примере привязывается входной PDF, добавляется локальная ссылка красного цвета на странице 1 и сохраняется изменённый документ....pdf as ap import sys from os import path...
This example demonstrates how to retrieve the fully qualified names of form fields in a PDF document using Aspose.PDF Facades API....pdf as ap import aspose.pdf.facades as...