Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 5,873 for

ape

(0.12 sec)
  1. Python でカーブシェイプを PDF に追加する方法|Aspose.PDF for Pyt...

    Python で PDF ファイルにカーブシェイプを描画して塗りつぶす方法を学びましょう。...pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/ja/python-net/add-curve/
  2. Adicionar formas de curva ao PDF em Python|Aspo...

    Aprenda como desenhar e preencher formas de curva em arquivos PDF em Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/pt/python-net/add-curve/
  3. Example of Hello World using Python|Aspose.PDF ...

    This sample demonstrates how to create a simple PDF document with text Hello World using Aspose.PDF for Python via .NET....pdf as ap def run_simple ( self ): # Initialize...Initialize document object document = ap . Document () # Add page page...

    docs.aspose.com/pdf/python-net/hello-world-exam...
  4. Working with PDF layers using Python|Aspose.PDF...

    This article explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside a PDF into one....pdf as ap def lock_layer ( path_infile...path_infile , path_outfile ): with ap . Document ( path_infile ) as document...

    docs.aspose.com/pdf/python-net/work-with-pdf-la...
  5. 在 Python 中合并 PDF 文件|Aspose.PDF for Python via .NET

    了解如何在 Python 中将多个 PDF 文件合并为单个文档。...pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/zh/python-net/merge-pdf-doc...
  6. Aspose.Page für Python – Häufig gestellte Fragen

    Umfassende FAQ zu Installation, Lizenzierung, unterstützten Formaten, Konvertierung, Rendering, Bearbeitung, Leistung und Fehlerbehebung für die reine Python-Bibliothek von Aspose.Page....page as ap 2 license = ap. License () 3 license...import aspose.page as ap 2 3 doc = ap. Document ( ' sample. ps...

    docs.aspose.com/page/de/python-net/faq/
  7. Ajouter des tampons d'image au PDF en Python|As...

    Apprenez comment ajouter des tampons d'image aux pages PDF en Python....Chargez le PDF en utilisant ‘ap.Document()’. Créez un tampon...import sys import aspose.pdf as ap from os import path def add_image_stamp...

    docs.aspose.com/pdf/fr/python-net/image-stamps-...
  8. 기존 PDF의 테이블 조작|Aspose.PDF for Python via .NET

    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....pdf as ap # 기존 PDF 파일 로드 pdf_document = ap . Document (...TableAbsorber 객체 생성 absorber = ap . text . TableAbsorber () # 첫...

    docs.aspose.com/pdf/ko/python-net/manipulate-ta...
  9. Agregar números de página a PDF en Python|Aspos...

    Aprenda cómo agregar sellos de número de página a documentos PDF en Python....pdf as ap from os import path def add_page_num_stamp...): # Open document document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/es/python-net/add-page-number/
  10. 优化、压缩或减少 PDF 大小在 Python 中|Aspose.PDF for Python...

    优化 PDF 文件,缩小所有图像,减少 PDF 大小,取消嵌入字体,使用 Python 删除未使用的对象。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...import aspose.pdf as ap # 打开文档 document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/zh/python-net/optimize-pdf/