Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 1,501 for

stamp

(0.11 sec)
  1. Ajouter un tampon de texte et d'image|Aspose.PD...

    Cette section explique comment ajouter un tampon de texte et d'image avec com.aspose.pdf.facades en utilisant la classe PdfFileStamp.... In order to add text stamp, you first need to create objects...objects of PdfFileStamp and Stamp classes. Afin d’ajouter un tampon...

    docs.aspose.com/pdf/fr/java/add-text-and-image-...
  2. Python에서 PDF에 페이지 스탬프 추가|Aspose.PDF for Python ...

    Python에서 PDF 페이지 스탬프를 오버레이 또는 배경으로 추가하는 방법을 알아봅니다....add_stamp(page_stamp) (참조 Page.add_stamp() 과 PageCollection...def add_page_stamp ( input_file_name , page_stamp_name , output_file_name...

    docs.aspose.com/pdf/ko/python-net/page-stamps-i...
  3. 使用 Python 向 PDF 添加图像图章 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式向 PDF 文件添加图像图章。...Document ( path_infile ) image_stamp = apdf . ImageStamp ( path_input_image...path_input_image ) image_stamp . background = True image_stamp . x_indent =...

    products.aspose.com/pdf/zh-hans/python-net/stam...
  4. เพิ่มแสตมป์รูปภาพลงใน PDF โดยใช้ Python | Aspos...

    เพิ่มแสตมป์รูปภาพลงในไฟล์ PDF โดยเป็นโปรแกรมด้วยรหัสตัวอย่าง Python โดยใช้ Aspose.PDF สำหรับ Python for .NET...Document ( path_infile ) image_stamp = apdf . ImageStamp ( path_input_image...path_input_image ) image_stamp . background = True image_stamp . x_indent =...

    products.aspose.com/pdf/th/python-net/stamps/im...
  5. Добавить штампы‑изображения в PDF на Python|Asp...

    Узнайте, как добавить штампы‑изображения на страницы PDF с помощью Python....os import path def add_image_stamp ( infile , input_image_file... Document ( infile ) image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/ru/python-net/image-stamps-...
  6. إضافة طوابع صور إلى PDF في Python|Aspose.PDF fo...

    تعرف على كيفية إضافة طوابع صور إلى صفحات PDF في Python....os import path def add_image_stamp ( infile , input_image_file... Document ( infile ) image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/ar/python-net/image-stamps-...
  7. Adicionar Carimbo de Texto e Imagem|Aspose.PDF ...

    Esta seção explica como adicionar Carimbo de Texto e Imagem com com.aspose.pdf.facades usando a Classe PdfFileStamp....das classes PdfFileStamp e Stamp . Você também precisa criar...o método BindLogo da classe Stamp . Você pode definir outros atributos...

    docs.aspose.com/pdf/pt/java/add-text-and-image-...
  8. Añadir Sello de Texto e Imagen|Aspose.PDF para ...

    Esta sección explica cómo agregar un Sello de Texto e Imagen con com.aspose.pdf.facades usando la Clase PdfFileStamp....de las clases PdfFileStamp y Stamp . Necesitas también crear el...método BindLogo de la clase Stamp . Puedes establecer otros atributos...

    docs.aspose.com/pdf/es/java/add-text-and-image-...
  9. Tambahkan Cap Teks di PDF melalui Python|Aspose...

    Tambahkan cap teks ke dokumen PDF menggunakan kelas TextStamp dengan pustaka Aspose.PDF untuk Python....dapat memanggil metode add_stamp() dari Page untuk menambahkan...cap teks text_stamp = ap . TextStamp ( "Sample Stamp" ) # Atur apakah...

    docs.aspose.com/pdf/id/python-net/text-stamps-i...
  10. PDF 페이지 스탬프 추가|Aspose.PDF for Java

    이 섹션에서는 PdfFileStamp 클래스를 사용하여 Aspose.PDF Facades를 사용하는 방법을 설명합니다....추가하려면, 먼저 PdfFileStamp 클래스와 Stamp 클래스의 객체를 생성해야 합니다. You also...the PDF page stamp using PdfFileStamp method of Stamp class. You...

    docs.aspose.com/pdf/ko/java/add-pdf-page-stamp/