Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 5,870 for

ape

(0.14 sec)
  1. Extraire un tableau d'un document PDF|Aspose.PD...

    Aspose.PDF pour Python via .NET permet d'effectuer diverses manipulations avec les tableaux contenus dans votre document PDF....as ap # Charger le document PDF source pdf_document = ap . Document...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/fr/python-net/extract-table...
  2. Create PDF document programmatically|Aspose.PDF...

    This page describes how to create PDF document from scratch with Aspose.PDF for Python via .NET library....pdf as ap # Initialize document object document = ap . Document...page page . paragraphs . add ( ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/python-net/create-document/
  3. Archiwa

    Archiwa...pdf as ap # Załaduj plik PDF document = ap.Document("input...Utwórz nowy plik PDF splitPDF = ap.Document() # Dodaj stronę do...

    blog.aspose.com/pl/pdf/split-pdf-in-python/
  4. ארכיון

    ארכיון...pdf as ap input_pdf = DIR_INPUT + "sample...pptx" # פתח מסמך PDF document = ap.Document(input_pdf) # צור מופע...

    blog.aspose.com/he/pdf/convert-pdf-to-ppt-in-py...
  5. Get Field Appearance|Aspose.PDF for Python via ...

    This article explains how to open a PDF, access a form field, retrieve its appearance settings, and display them. The example demonstrates retrieving the appearance of a field named "Last Name"....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/python-net/get-field-appear...
  6. Получить внешний вид поля|Aspose.PDF for Python...

    В этой статье объясняется, как открыть PDF, получить доступ к полю формы, извлечь его настройки внешнего вида и отобразить их. Пример демонстрирует извлечение внешнего вида поля с именем 'Last Name'....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ru/python-net/get-field-app...
  7. 搜索

    搜索...pdf as ap # 加載PDF文件 document = ap.Document("input.pdf")..."owner_password", ap.facades.DocumentPrivilege.forbid_all, ap.CryptoAlgorithm...

    blog.aspose.com/zh-hant/pdf/encrypt-decrypt-pdf...
  8. Lưu trữ

    Lưu trữ...pdf as ap outputFile = "page_{pageNo}.txt"...# Mở tài liệu PDF document = ap.Document("input.pdf") # Tạo thiết...

    blog.aspose.com/vi/pdf/extract-text-from-pdf-in...
  9. Konvertera PDF till DOCX i Python

    Konvertera PDF till DOCX i Python med Aspose.PDF for Python via .NET. Följ den här guiden för installation, kodexempel och tips för att säkerställa pålitlig dokumentkonvertering....pdf as ap # Load the source PDF document pdf_document = ap . Document(...preserve formatting) save_options = ap . DocSaveOptions() save_options...

    blog.aspose.com/sv/pdf/convert-pdf-to-docx-in-p...
  10. 記録

    記録...pdf as ap テキストを抽出する: PythonでPDFを解析する #...aspose.pdf as ap # PDF ドキュメントを開く document = ap.Document("AddText...

    blog.aspose.com/ja/pdf/parse-pdf-in-python/