Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 4,102 for

ape

(0.36 sec)
  1. Añadir sellos de imagen en PDF usando Python|As...

    Añadir el sello de imagen en tu documento PDF usando la clase ImageStamp con la biblioteca Aspose.PDF para Python....pdf as ap # Abrir documento document = ap . Document (...sello de imagen image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/es/python-net/image-stamps-...
  2. Add Image Stamps to PDF in Python|Aspose.PDF fo...

    Learn how to add image stamps to PDF pages in Python.... Load the PDF using ‘ap.Document()’. Create an image...import sys import aspose.pdf as ap from os import path def add_image_stamp...

    docs.aspose.com/pdf/python-net/image-stamps-in-...
  3. Заменить текст в PDF с помощью Python|Aspose.PD...

    Узнайте, как заменять, переупорядочивать и удалять текст в PDF‑документах с использованием Python....pdf as ap from os import path def repl...with ap . Document ( infile ) as document : absorber = ap . text...

    docs.aspose.com/pdf/ru/python-net/replace-text-...
  4. Creando un PDF complejo|Aspose.PDF para Python ...

    Aspose.PDF para Python a través de .NET te permite crear documentos más complejos que contienen imágenes, fragmentos de texto y tablas en un solo documento....pdf as ap # Inicializar objeto de documento document = ap . Document...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/es/python-net/complex-pdf-e...
  5. Добавить круглые формы в PDF на Python|Aspose.P...

    Узнайте, как рисовать и заполнять формы кругов в PDF‑файлах на Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/add-circle/
  6. 파이썬을 사용한 추가 주석|Aspose.PDF for Python via .NET

    이 섹션은 PDF 문서에서 추가 유형의 주석을 추가, 가져오기 및 삭제하는 방법을 설명합니다....pdf as ap # 문서 열기 document = ap . Document ( input_file...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/ko/python-net/extra-annotat...
  7. Manipulate PDF Documents in Python|Aspose.PDF f...

    Learn how to validate, structure, and modify PDF documents in Python, including TOC management and PDF/A checks....pdf as ap def validate_pdfa_standard_a1a...input_pdf , output_pdf ): document = ap . Document ( input_pdf ) document...

    docs.aspose.com/pdf/python-net/manipulate-pdf-d...
  8. Formatting PDF Document menggunakan Python|Aspo...

    Buat dan format Dokumen PDF dengan Aspose.PDF untuk Python via .NET. Gunakan cuplikan kode berikut untuk menyelesaikan tugas Anda....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...aspose.pdf as ap # Buka dokumen document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/id/python-net/formatting-pd...
  9. Add Figures Annotations using Python|Aspose.PDF...

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for Python via .NET...pdf as ap document = ap . Document ( input_file...input_file ) squareAnnotation = ap . annotations . SquareAnnotation (...

    docs.aspose.com/pdf/python-net/figures-annotation/
  10. Tambahkan Anotasi Gambar menggunakan Python|Asp...

    Artikel ini menjelaskan bagaimana cara menambahkan, mendapatkan, dan menghapus anotasi gambar dari dokumen PDF Anda dengan Aspose.PDF untuk Python melalui .NET...pdf as ap document = ap . Document ( input_file...input_file ) squareAnnotation = ap . annotations . SquareAnnotation (...

    docs.aspose.com/pdf/id/python-net/figures-annot...