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 ); //...
Aspose.PDF for Python via .NET을 사용하면 TextStamp 클래스를 사용하여 PDF 파일에 헤더 및 푸터를 추가할 수 있습니다.... 그런 다음, ‘add_stamp’ 메서드를 호출하여 PDF 헤더에 텍스트를 추가할...document . pages : page . add_stamp ( textStamp ) # 업데이트된 문서 저장...
Ajoutez le tampon d'image dans votre document PDF en utilisant la classe ImageStamp avec la bibliothèque Aspose.PDF pour Python.... Appelez la méthode add_stamp() de la classe Page pour ajouter...Créer un tampon d'image image_stamp = ap . ImageStamp ( input_image_file...
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 > (...
Añadir un sello de texto a un archivo PDF usando la clase TextStamp con Java....Stamp ; public class ExampleStampingImage...utilizando FormattedText TextStamp stamp = new TextStamp ( text ); //...
Java를 사용하여 TextStamp 클래스를 통해 PDF 파일에 텍스트 스탬프를 추가합니다....Stamp ; public class ExampleStampingImage...textStamp = new TextStamp ( "Sample Stamp" ); // 스탬프가 배경인지 설정 textStamp...
تمبر متن را به فایل PDF به صورت برنامه نویسی با کد نمونه Python با استفاده از Aspose.PDF برای Python for .NET اضافه کنید....text stamp textStamp = apdf . TextStamp ( "Sample Stamp" ) #...# Set whether stamp is background textStamp . background = True...