Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 1,363 for

stamp

(0.53 sec)
  1. إضافة ختم صفحة PDF|Aspose.PDF for Java

    يشرح هذا القسم كيفية العمل مع Aspose.PDF Facades باستخدام فئة PdfFileStamp.... In order to add PDF page stamp, you first need to create objects...objects of PdfFileStamp and Stamp classes. من أجل إضافة ختم صفحة...

    docs.aspose.com/pdf/ar/java/add-pdf-page-stamp/
  2. Ajouter des tampons texte dans un PDF via Pytho...

    Ajouter un tampon texte à un document PDF en utilisant la classe TextStamp avec la bibliothèque Aspose.PDF pour Python....pouvez appeler la méthode add_stamp() de la Page pour ajouter le...texte text_stamp = ap . TextStamp ( "Sample Stamp" ) # Définir...

    docs.aspose.com/pdf/fr/python-net/text-stamps-i...
  3. PDF에 이미지 스탬프 추가하기 (Python 사용)|Aspose.PDF for Py...

    Aspose.PDF for Python 라이브러리의 ImageStamp 클래스를 사용하여 PDF 문서에 이미지 스탬프를 추가합니다.... Page 클래스의 add_stamp() 메서드를 호출하여 PDF에 스탬프를 추가합니다...input_pdf ) # 이미지 스탬프 생성 image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/ko/python-net/image-stamps-...
  4. Agregar sellos de texto en PDF C#|Aspose.PDF fo...

    Agregar un sello de texto a un documento PDF utilizando la clase TextStamp con la biblioteca Aspose.PDF for .NET....pdf" )) { // Create text stamp var textStamp = new Aspose ...TextStamp ( "Sample Stamp" ); // Set whether stamp is background textStamp...

    docs.aspose.com/pdf/es/net/text-stamps-in-the-p...
  5. Ajouter des tampons de texte dans PDF C#|Aspose...

    Ajouter un tampon de texte à un document PDF en utilisant la classe TextStamp avec la bibliothèque Aspose.PDF for .NET....pdf" )) { // Create text stamp var textStamp = new Aspose ...TextStamp ( "Sample Stamp" ); // Set whether stamp is background textStamp...

    docs.aspose.com/pdf/fr/net/text-stamps-in-the-p...
  6. 在 PDF 中添加文字印章通过 Python|Aspose.PDF for Python vi...

    使用 Aspose.PDF for Python 库的 TextStamp 类向 PDF 文档添加文字印章。...之后,您可以调用 Page 的 add_stamp() 方法在 PDF 中添加印章。以下代码片段向您展示了如何在...创建文字印章 text_stamp = ap . TextStamp ( "Sample Stamp" ) # 设置印章是否为背景...

    docs.aspose.com/pdf/zh/python-net/text-stamps-i...
  7. Adicionar Carimbos de Texto em PDF C#|Aspose.PD...

    Adicione um carimbo de texto a um documento PDF usando a classe TextStamp com a biblioteca Aspose.PDF for .NET....pdf" )) { // Create text stamp var textStamp = new Aspose ...TextStamp ( "Sample Stamp" ); // Set whether stamp is background textStamp...

    docs.aspose.com/pdf/pt/net/text-stamps-in-the-p...
  8. PDF C#에 텍스트 스탬프 추가|Aspose.PDF for .NET

    Aspose.PDF for .NET 라이브러리를 사용하여 PDF 문서에 텍스트 스탬프를 추가합니다....pdf" )) { // Create text stamp var textStamp = new Aspose ...TextStamp ( "Sample Stamp" ); // Set whether stamp is background textStamp...

    docs.aspose.com/pdf/ko/net/text-stamps-in-the-p...
  9. Добавить текстовые штампы в PDF на Python|Aspos...

    Узнайте, как добавлять текстовые штампы в PDF‑документы на Python....этого вы можете вызвать add_stamp() метод Page для добавления...os import path def add_text_stamp ( input_file_name , output_file_name...

    docs.aspose.com/pdf/ru/python-net/text-stamps-i...
  10. Aggiungere numeri Bates a PDF usando Java

    Fare riferimento a questo articolo per aggiungere numeri Bates a PDF usando Java. Contiene dettagli per impostare l'IDE, un elenco di passaggi e un codice di esempio per aggiungere il timbro Bates a PDF usando Java....code to add a Bates numbering stamp using Java. You will receive...a text stamp using the string above and set the stamp formatting...

    kb.aspose.com/it/pdf/java/add-bates-numbers-to-...