Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 5,873 for

ape

(0.09 sec)
  1. 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...
  2. Extraire des images d'un fichier PDF à l'aide d...

    Apprenez comment extraire des images incorporées à partir de fichiers PDF en Python.... Chargez le PDF source avec ap.Document(infile) . Sélectionnez...sortie. import aspose.pdf as ap from io import FileIO def extract_image...

    docs.aspose.com/pdf/fr/python-net/extract-image...
  3. Python에서 다른 파일 형식을 PDF로 변환|Aspose.PDF for Pytho...

    .NET을 통해 파이썬용 Aspose.PDF 를 사용하여 EPUB, 마크다운, PCL, XPS, 포스트스크립트, XML 및 LaTeX 파일을 파이썬에서 PDF로 변환하는 방법을 알아봅니다....pdf as ap import sys def convert_OFD_to_PDF...load_options = ap . OfdLoadOptions () document = ap . Document (...

    docs.aspose.com/pdf/ko/python-net/convert-other...
  4. Memutar Halaman PDF Menggunakan Python|Aspose.P...

    Topik ini menjelaskan bagaimana memutar orientasi halaman dalam file PDF yang ada secara programatis dengan Python....pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/id/python-net/rotate-pages/
  5. Salvar documento PDF programaticamente|Aspose.P...

    Aprenda como salvar arquivo PDF em Python Aspose.PDF para biblioteca Python via .NET. Salvar documento PDF no sistema de arquivos, no fluxo e em aplicações Web....pdf as ap document = ap . Document ( input_pdf... import aspose.pdf as ap document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/pt/python-net/save-pdf-docu...
  6. Chercher

    chercher...pdf as ap input_pdf = DIR_INPUT + "sample...Ouvrir le fichier PDF document = ap.Document(input_pdf) # Créer et...

    blog.aspose.com/fr/pdf/convert-pdf-to-excel-in-...
  7. إنشاء ملف PDF ذي علامات في بايثون|Aspose.PDF fo...

    تعرف على كيفية إنشاء مستندات PDF ذات علامات في Python باستخدام Aspose.PDF لـ Python عبر .NET، بما في ذلك عناصر بنية PDF/UA والنماذج التي يمكن الوصول إليها وصفحات TOC ووضع العلامات التلقائية....pdf as ap import sys from os import path...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/ar/python-net/create-tagged...
  8. Python에서 Tagged PDF 생성|Aspose.PDF for Python vi...

    Aspose.PDF for Python via .NET를 사용하여 Python에서 태그가 지정된 PDF 문서를 만드는 방법을 배우세요. 여기에는 PDF/UA 구조 요소, 접근 가능한 양식, TOC 페이지 및 자동 태깅이 포함됩니다....pdf as ap import sys from os import path...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/ko/python-net/create-tagged...
  9. Манипуляция таблицами в существующем PDF|Aspose...

    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....as ap # Загрузить существующий PDF файл pdf_document = ap . Document...для поиска таблиц absorber = ap . text . TableAbsorber () # Посетить...

    docs.aspose.com/pdf/ru/python-net/manipulate-ta...
  10. Get, Update, and Expand PDF Bookmarks in Python...

    Learn how to retrieve, update, and expand bookmarks in PDF documents using Python....pdf as ap def get_bookmarks ( input_pdf ): document = ap . Document...import sys import aspose.pdf as ap def get_bookmark_page_number...

    docs.aspose.com/pdf/python-net/get-update-and-e...