Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 5,749 for

ape

(0.07 sec)
  1. Python で他のファイル形式を PDF に変換する方法|Aspose.PDF for Py...

    .NET 経由の Aspose.PDF for Python を使用して、EPUB、Markdown、PCL、XPS、PostScript、XML、LaTeX ファイルを Python で PDF に変換する方法を学びましょう。...pdf as ap import sys def convert_OFD_to_PDF...load_options = ap . OfdLoadOptions () document = ap . Document (...

    docs.aspose.com/pdf/ja/python-net/convert-other...
  2. استخراج صفحات PDF في بايثون|Aspose.PDF for Pyth...

    تعرف على كيفية استخراج صفحات PDF مفردة أو متعددة إلى ملفات جديدة في Python....المصدر باستخدام Document API ( ap.Document() ). قم بإنشاء ملف جديد...المحدد. import aspose.pdf as ap def extract_page ( input_file_name...

    docs.aspose.com/pdf/ar/python-net/extract-pages/
  3. Extrair Páginas PDF em Python|Aspose.PDF for Py...

    Aprenda como extrair páginas PDF individuais ou múltiplas para novos arquivos em Python....origem usando o Document API ( ap.Document() ). Crie um novo Document...especificado. import aspose.pdf as ap def extract_page ( input_file_name...

    docs.aspose.com/pdf/pt/python-net/extract-pages/
  4. Extract Tagged Content from PDFs in Python|Aspo...

    Learn how to extract tagged PDF content in Python with Aspose.PDF for Python via .NET, including access to tagged content, root structure, and child structure elements....pdf as ap from aspose.pycore import cast...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/python-net/extract-tagged-c...
  5. فتح مستند PDF برمجيًا|Aspose.PDF لـ Python عبر C++

    تعلم كيفية فتح ملف PDF في Python باستخدام مكتبة Aspose.PDF لـ Python عبر C++. يمكنك فتح ملف PDF موجود، أو مستند من تدفق، أو مستند PDF مشفر....AsposePDFPythonWrapp as ap # فتح المستند document = ap . Document ( "sample...AsposePDFPythonWrapp as ap # فتح المستند document = ap . Document ( "sample...

    docs.aspose.com/pdf/ar/python-cpp/open-pdf-docu...
  6. Tambahkan Gambar ke PDF menggunakan Python|Aspo...

    Bagian ini menjelaskan bagaimana menambahkan gambar ke file PDF yang sudah ada menggunakan pustaka Python....pdf as ap # Buka dokumen document = ap . Document ( input_file...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/id/python-net/add-image-to-...
  7. Rotar Páginas de PDF Usando Python|Aspose.PDF p...

    Este tema describe cómo rotar la orientación de la página en un archivo PDF existente programáticamente con Python....pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/es/python-net/rotate-pages/
  8. Manipular tablas en documentos PDF existentes|A...

    Aprenda cómo inspeccionar y modificar tablas en documentos PDF existentes usando Python....pdf as ap def replace_cell_text ( infile...Open PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/es/python-net/manipulating-...
  9. Manipular Tabelas em Documentos PDF Existentes|...

    Aprenda como inspecionar e modificar tabelas em documentos PDF existentes usando Python....pdf as ap def replace_cell_text ( infile...Open PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/pt/python-net/manipulating-...
  10. 파이썬에서 PDF 파일 최적화하기|Aspose.PDF for Python via .NET

    Aspose.PDF 파일을 사용하여 Python에서 PDF 파일 크기를 최적화, 압축 및 줄이는 방법을 알아봅니다....pdf as ap from os import path , stat import...infile , outfile ): document = ap . Document ( infile ) document...

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