Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 4,431 for

ape

(0.12 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. Extraer Tabla de Documento PDF|Aspose.PDF para ...

    Aspose.PDF para Python a través de .NET hace posible realizar varias manipulaciones con las tablas contenidas en su documento pdf....as ap # Cargar documento PDF de origen pdf_document = ap . Document...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/es/python-net/extract-table...
  3. 記録

    記録...pdf as ap # PdfViewer オブジェクトを作成する viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # 印刷する PDF ファイルを含むディレクトリ パス path...

    blog.aspose.com/ja/pdf/print-pdf-in-python/
  4. Aspose.Pdf open pdf file error - Free Support F...

    use python, aspose-pdf=25.5.0,open pdf file error document = ap.Document(file_path) RuntimeError: Proxy error(InvalidPdfFileFormatException): Trailer not found file: GB2828-2003 抽样标准.pdf (5.1 MB)...open pdf file error document = ap.Document(file_path) RuntimeError:...opened: import aspose.pdf as ap file_path = "path/to/your/file...

    forum.aspose.com/t/aspose-pdf-open-pdf-file-err...
  5. إضافة صفحات في PDF باستخدام بايثون|Aspose.PDF ل...

    تعلمك هذه المقالة كيفية إدراج (إضافة) صفحة في الموقع المطلوب في ملف PDF. تعرف على كيفية نقل، إزالة (حذف) الصفحات من ملف PDF باستخدام C#....pdf as ap # فتح المستند document = ap . Document ( input_pdf...import aspose.pdf as ap # فتح المستند document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/ar/python-net/add-pages/
  6. Supprimer des images d'un fichier PDF à l'aide ...

    Cette section explique comment supprimer des images d'un fichier PDF à l'aide d'Aspose.PDF pour Python via .NET....pdf as ap # Ouvrir le document document = ap . Document (...aspose.pdf as ap # Ouvrir le document document = ap . Document (...

    docs.aspose.com/pdf/fr/python-net/delete-images...
  7. Извлечь таблицу из PDF-документа|Aspose.PDF for...

    Узнайте, как извлекать данные таблиц из существующих PDF-документов на Python.... Загружает PDF в объект ap.Document. Перебирает страницы...построчно. import aspose.pdf as ap from os import path import sys...

    docs.aspose.com/pdf/ru/python-net/extracting-ta...
  8. 搜索

    搜索...pdf as ap input_pdf = DIR_INPUT + "many_pages...document = ap.Document(input_pdf) # 創建分辨率對象 resolution = ap.devices...

    blog.aspose.com/zh-hant/pdf/convert-pdf-to-imag...
  9. Pythonを使用してPDFに画像を追加する|Aspose.PDF for Python vi...

    このセクションでは、Pythonライブラリを使用して既存のPDFファイルに画像を追加する方法について説明します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_file...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/ja/python-net/add-image-to-...
  10. Importar y exportar anotaciones usando Python|A...

    Aprenda cómo importar anotaciones de un PDF y exportarlas a un nuevo documento PDF usando Aspose.PDF for Python via .NET.... source_document = ap . Document ( infile ) Crear el...página. destination_document = ap . Document () Agregar una página...

    docs.aspose.com/pdf/es/python-net/import-export...