Aspose.PDF para Python a través de .NET te permite añadir encabezados y pies de página a tu archivo PDF usando la clase TextStamp....puede llamar al método ‘add_stamp’ de la Página para agregar el...document . pages : page . add_stamp ( textStamp ) # Guardar documento...
Ajouter un tampon de texte à un fichier PDF en utilisant la classe TextStamp avec Java....Stamp ; public class ExampleStampingImage...utilisant FormattedText TextStamp stamp = new TextStamp ( text ); //...
تمبر متن را به فایل PDF به صورت برنامه نویسی با کد نمونه Python با استفاده از Aspose.PDF برای Python for .NET اضافه کنید....text stamp textStamp = apdf . TextStamp ( "Sample Stamp" ) #...# Set whether stamp is background textStamp . background = True...
إضافة طابع نصي إلى ملف PDF باستخدام فئة TextStamp مع PHP....color etc for stamp object. In order to add text stamp, first you...of the Page class to add the stamp in the PDF document. يُظهر لك...
Tambahkan cap teks ke file PDF menggunakan kelas TextStamp dengan C++....MakeObject < TextStamp > ( u "Sample Stamp" ); // Atur apakah cap adalah...menggunakan FormattedText auto stamp = MakeObject < TextStamp > (...
Adicione um carimbo de texto a um arquivo PDF usando a classe TextStamp com C++....MakeObject < TextStamp > ( u "Sample Stamp" ); // Definir se o carimbo...TextStamp usando FormattedText auto stamp = MakeObject < TextStamp > (...
Añade un sello de texto a un archivo PDF utilizando la clase TextStamp con C++....MakeObject < TextStamp > ( u "Sample Stamp" ); // Establecer si el sello...TextStamp usando FormattedText auto stamp = MakeObject < TextStamp > (...
Python for .NET 용 Aspose.PDF 를 사용하여 Python 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 파일에 텍스트 스탬프를 추가합니다....text stamp textStamp = apdf . TextStamp ( "Sample Stamp" ) #...# Set whether stamp is background textStamp . background = True...