Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 4,093 for

ape

(0.13 sec)
  1. ארכיון

    ארכיון...pdf as ap input_pdf = DIR_INPUT + "sample...xls" # פתח קובץ PDF document = ap.Document(input_pdf) # צור והגדר...

    blog.aspose.com/he/pdf/convert-pdf-to-excel-in-...
  2. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Learn how to work with tables in existing PDFs using Aspose.PDF for Python via .NET, providing flexibility in document modification.... Open the PDF file using ‘ap.Document()’. Create a TableAbsorber...saved file. import aspose.pdf as ap from os import path # Define...

    docs.aspose.com/pdf/python-net/manipulating-tab...
  3. Adicionar Imagem ao PDF usando Python|Aspose.PD...

    Esta seção descreve como adicionar imagem a um arquivo PDF existente usando a biblioteca Python....pdf as ap # Abrir documento document = ap . Document (...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/pt/python-net/add-image-to-...
  4. ארכיון

    ארכיון...pdf as ap # אתחול אובייקט מסמך document = ap.Document() #...textfragment text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/he/pdf/create-pdf-files-in-python/
  5. تدوير صفحات PDF باستخدام بايثون|Aspose.PDF لـ P...

    يصف هذا الموضوع كيفية تدوير اتجاه الصفحة في ملف PDF موجود برمجيًا باستخدام بايثون....pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/ar/python-net/rotate-pages/
  6. PythonでPDFサイズを最適化、圧縮または縮小|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/ja/python-net/optimize-pdf/
  7. 아카이브

    아카이브...pdf as ap 이제 Aspose.PDF를 사용하여 PDF를 효과적으로...import aspose.pdf as ap # 새 문서를 만드세요 document = ap.Document() # 페이지...

    blog.aspose.com/ko/pdf/best-python-pdf-library/
  8. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Discover how to manipulate tables in an existing PDF document using Python .NET, simplifying your document editing tasks....pdf as ap # Load existing PDF file pdf_document = ap . Document...object to find tables absorber = ap . text . TableAbsorber () # Visit...

    docs.aspose.com/pdf/python-net/manipulate-table...
  9. Convertir PDF a EPUB, LaTeX, Texto, XPS en Pyth...

    Este tema te muestra cómo convertir un archivo PDF a otros formatos de archivo como EPUB, LaTeX, Texto, XPS, etc., usando Python....pdf as ap input_pdf = DIR_INPUT + "sample...Abrir documento PDF document = ap . Document ( input_pdf ) # Instanciar...

    docs.aspose.com/pdf/es/python-net/convert-pdf-t...
  10. نقل صفحات PDF برمجياً باستخدام بايثون|Aspose.PD...

    حاول نقل الصفحات إلى الموقع المطلوب أو إلى نهاية ملف PDF باستخدام Aspose.PDF لبايثون عبر .NET....pdf as ap srcDocument = ap . Document ( src_file_name...src_file_name ) dstDocument = ap . Document ( dst_File_name ) page =...

    docs.aspose.com/pdf/ar/python-net/move-pages/