Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 4,093 for

ape

(0.1 sec)
  1. PDF에 이미지 스탬프 추가하기 (Python 사용)|Aspose.PDF for Py...

    Aspose.PDF for Python 라이브러리의 ImageStamp 클래스를 사용하여 PDF 문서에 이미지 스탬프를 추가합니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...) # 이미지 스탬프 생성 image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/ko/python-net/image-stamps-...
  2. Convert PDF to EPUB, LaTeX, Text, XPS in Python...

    Topik ini menunjukkan cara mengonversi file PDF ke format file lain seperti EPUB, LaTeX, Teks, XPS, dll menggunakan Python....pdf as ap input_pdf = DIR_INPUT + "sample...# Buka dokumen PDF document = ap . Document ( input_pdf ) # Instansiasi...

    docs.aspose.com/pdf/id/python-net/convert-pdf-t...
  3. Преобразование PDF в EPUB, LaTeX, Text, XPS на ...

    Эта тема показывает, как преобразовать PDF файл в другие форматы, такие как EPUB, LaTeX, Text, XPS и т.д., используя Python....pdf as ap input_pdf = DIR_INPUT + "sample...Открыть PDF-документ document = ap . Document ( input_pdf ) # Создать...

    docs.aspose.com/pdf/ru/python-net/convert-pdf-t...
  4. Créer ou Ajouter une Table dans un PDF en utili...

    Aspose.PDF pour Python via .NET est une bibliothèque utilisée pour créer, lire et éditer des Tables PDF. Consultez d'autres fonctions avancées dans ce sujet.... table = ap . Table () Ajout de Table dans...aspose.pdf as ap # Charger le document PDF source doc = ap . Document...

    docs.aspose.com/pdf/fr/python-net/add-table-in-...
  5. Trabalhando com Títulos em PDF|Aspose.PDF para ...

    Crie numeração no título do seu documento PDF com Python. Aspose.PDF para Python via .NET oferece diferentes tipos de estilos de numeração....pdf as ap document = ap . Document () document...document . page_info . margin = ap . MarginInfo () document . page_info...

    docs.aspose.com/pdf/pt/python-net/working-with-...
  6. Archiv

    Archiv...pdf as ap # Vytvořte objekt PdfViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # Cesta k adresáři obsahující...

    blog.aspose.com/cs/pdf/print-pdf-in-python/
  7. Get and Search Images in PDF|Aspose.PDF for Pyt...

    Learn how to search and get images from the PDF document in Python using Aspose.PDF....pdf as ap from aspose.pycore import cast...document = ap . Document ( path_infile ) absorber = ap . ImagePlacementAbsorb...

    docs.aspose.com/pdf/python-net/search-and-get-i...
  8. Formateo de Documento PDF usando Python|Aspose....

    Crear y formatear el Documento PDF con Aspose.PDF para Python vía .NET. Use el siguiente fragmento de código para resolver sus tareas....pdf as ap # Abrir documento document = ap . Document (...aspose.pdf as ap # Abrir documento document = ap . Document (...

    docs.aspose.com/pdf/es/python-net/formatting-pd...
  9. Archiwa

    Archiwa...pdf as ap input_pdf = DIR_INPUT + "sample...# Otwórz plik PDF document = ap.Document(input_pdf) # Utwórz...

    blog.aspose.com/pl/pdf/convert-pdf-to-excel-in-...
  10. Add Image to PDF using Python|Aspose.PDF for Py...

    This section describes how to add image to existing PDF file using Python library.... Load the PDF document with ‘ap.Document’. Select the target...updated PDF. import aspose.pdf as ap from io import FileIO from os...

    docs.aspose.com/pdf/python-net/add-image-to-exi...