Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 1,502 for

stamp

(0.91 sec)
  1. Supprimer le tampon par ID|Aspose.PDF for Pytho...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....tampons supprimer : ‘delete_stamp_by_id(stamp_id, page_number)’ – supprime...spécifique ‘delete_stamp_by_ids(page_number, stamp_ids)’ – supprime...

    docs.aspose.com/pdf/fr/python-net/delete-stamp-...
  2. Ajouter des tampons d'image au PDF en Python|As...

    Apprenez comment ajouter des tampons d'image aux pages PDF en 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/fr/python-net/image-stamps-...
  3. PDF에 텍스트 스탬프 추가 프로그래밍 방식으로|Aspose.PDF for Java

    Java를 사용하여 TextStamp 클래스를 통해 PDF 파일에 텍스트 스탬프를 추가합니다....Stamp ; public class ExampleStampingImage...textStamp = new TextStamp ( "Sample Stamp" ); // 스탬프가 배경인지 설정 textStamp...

    docs.aspose.com/pdf/ko/java/text-stamps-in-the-...
  4. Pythonを使用してPDFに画像スタンプを追加する|Aspose.PDF for Pytho...

    ImageStampクラスを使用して、Aspose.PDF for PythonライブラリでPDFドキュメントに画像スタンプを追加します。... Page クラスの add_stamp() メソッドを呼び出して、スタンプをPDFに追加します。...input_pdf ) # 画像スタンプを作成 image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/ja/python-net/image-stamps-...
  5. IDでスタンプを管理|Aspose.PDF for Python via .NET

    Aspose.PDF for Python を使用して PDF 内のラバースタンプアノテーションを固有の ID で操作する方法...「hide_stamp_by_id ()」メソッドと「show_stamp_by_id ()」メソッドを...initialize_data_dir def manage_stamp_by_id ( infile , outfile ):...

    docs.aspose.com/pdf/ja/python-net/manage-stamp-...
  6. PDFページスタンプの追加|Aspose.PDF for Java

    このセクションでは、PdfFileStampクラスを使用してAspose.PDF Facadesを操作する方法について説明します。...PdfFileStamp クラスと Stamp クラスのオブジェクトを作成する必要があります。 また、 Stamp クラスの PdfFileStamp...メソッドを使用して PDF ページスタンプを作成する必要があります。 Stamp オブジェクトを使用して、原点、回転、背景などの他の属性を設定することもできます。その後、...

    docs.aspose.com/pdf/ja/java/add-pdf-page-stamp/
  7. Agregar sello a PDF|Aspose.PDF for Python via .NET

    Aprenda a agregar un sello a paginas PDF usando PdfFileStamp en Python....initialize_data_dir , set_license def add_stamp_to_pdf ( infile : str , image_file...) -> None : """Add an image stamp to a PDF file.""" pdf_stamper...

    docs.aspose.com/pdf/es/python-net/add-stamp/
  8. Ajouter un tampon au PDF|Aspose.PDF for Python ...

    Apprenez comment ajouter un tampon aux pages PDF en utilisant PdfFileStamp en Python....initialize_data_dir , set_license def add_stamp_to_pdf ( infile : str , image_file...) -> None : """Add an image stamp to a PDF file.""" pdf_stamper...

    docs.aspose.com/pdf/fr/python-net/add-stamp/
  9. Aggiungi timbro di testo al PDF usando Python |...

    Aggiungi un timbro di testo al file PDF in modo programmatico con il codice di esempio Python usando Aspose.PDF per Python for .NET....text stamp textStamp = apdf . TextStamp ( "Sample Stamp" ) #...# Set whether stamp is background textStamp . background = True...

    products.aspose.com/pdf/it/python-net/stamps/text/
  10. Aggiungere numeri Bates a PDF usando Python

    Segui questo articolo per aggiungere numeri Bates a PDF usando Python. Include dettagli per impostare l'IDE, un elenco di passaggi e un codice di esempio per aggiungere il timbro Bates a PDF usando Python....to add the Bates numbering stamp to the PDF using Python. You...the text appearance and the stamp position before adding it to...

    kb.aspose.com/it/pdf/python/add-bates-numbers-t...