Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 4,096 for

ape

(0.05 sec)
  1. Como Criar PDF usando Python|Aspose.PDF para Py...

    Crie e formate o Documento PDF com Aspose.PDF para Python via .NET....pdf as ap # Inicializar objeto do documento document = ap . Document...página page . paragraphs . add ( ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/pt/python-net/create-pdf-do...
  2. Extrair Tabela de Documento PDF|Aspose.PDF para...

    Aspose.PDF para Python via .NET possibilita realizar várias manipulações com as tabelas contidas em seu documento PDF....pdf as ap # Carregar documento PDF de origem...origem pdf_document = ap . Document ( input_file ) for page in...

    docs.aspose.com/pdf/pt/python-net/extract-table...
  3. PDF/3-A 준수 PDF 생성 및 ZUGFeRD 인보이스를 Python에 첨부|As...

    Aspose.PDF for Python via .NET에서 ZUGFeRD가 포함된 PDF 문서를 생성하는 방법을 알아봅니다....pdf as ap # 입력 및 출력 PDF 파일이 있는 디렉토리의 경로를..."ZUGFeRD/ZUGFeRD-test.pdf" document = ap . Document ( path ) # ZUGFeRD...

    docs.aspose.com/pdf/ko/python-net/attach-zugferd/
  4. 使用 Python 旋转 PDF 页面|Aspose.PDF for Python via .NET

    本主题描述如何使用 Python 编程旋转现有 PDF 文件中的页面方向。...pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/zh/python-net/rotate-pages/
  5. Añadir Imagen a PDF usando Python|Aspose.PDF pa...

    Esta sección describe cómo añadir una imagen a un archivo PDF existente usando la biblioteca de Python....pdf as ap # Abrir documento document = ap . Document (...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/es/python-net/add-image-to-...
  6. ค้นหา

    ค้นหา...pdf as ap input_pdf = DIR_INPUT + "sample...doc" # เปิดเอกสาร PDF document = ap.Document(input_pdf) # บันทึก...

    blog.aspose.com/th/pdf/convert-pdf-to-doc-in-py...
  7. 既存の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/ja/python-net/manipulate-ta...
  8. Ajouter une image à un PDF en utilisant Python|...

    Cette section décrit comment ajouter une image à un fichier PDF existant en utilisant une bibliothèque Python....pdf as ap # Ouvrir le document document = ap . Document (...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/fr/python-net/add-image-to-...
  9. Convertir formatos PDF a PDF/A en Python|Aspose...

    Este tema muestra cómo Aspose.PDF para Python permite convertir un archivo PDF a un archivo PDF compatible con PDF/A....pdf as ap input_pdf = DIR_INPUT + "sample...Abrir documento PDF document = ap . Document ( input_pdf ) # Convertir...

    docs.aspose.com/pdf/es/python-net/convert-pdf-t...
  10. Working with PDF File Metadata in Python|Aspose...

    Explore how to extract and manage PDF metadata, such as author and title, in Python using Aspose.PDF....pdf as ap def get_pdf_file_information...Open PDF document document = ap . Document ( data_dir + "GetFileInfo...

    docs.aspose.com/pdf/pyhton-net/pdf-file-metadata/