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

ape

(0.07 sec)
  1. Definir Limite de Campo|Aspose.PDF for Python v...

    Este exemplo mostra como definir um limite máximo de caracteres para um campo de formulário em um documento PDF usando Aspose.PDF for Python....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/pt/python-net/set-field-limit/
  2. Replace Text With State|Aspose.PDF for Python v...

    In this example, all occurrences of "software" are replaced with "SOFTWARE" and formatted in blue with a font size of 14....pdf as ap import aspose.pdf.facades as...bind_pdf ( infile ) text_state = ap . text . TextState () text_state...

    docs.aspose.com/pdf/python-net/replace-text-wit...
  3. 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...
  4. 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/
  5. 搜索

    搜索...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...
  6. 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...
  7. 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...
  8. Получить внешний вид поля|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...
  9. 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/
  10. ארכיון

    ארכיון...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...