Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 5,749 for

ape

(0.32 sec)
  1. Set Tagged PDF Structure Element Properties in ...

    Learn how to set tagged PDF structure element properties in Python with Aspose.PDF for Python via .NET, including title, language, actual text, alternative text, and expansion text....pdf as ap import sys from os import path...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/python-net/setting-structur...
  2. Simpan dokumen PDF secara programatis|Aspose.PD...

    Pelajari cara menyimpan file PDF dalam Python Aspose.PDF untuk Python melalui pustaka C++. Simpan dokumen PDF ke sistem file, ke aliran, dan dalam aplikasi web....AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...

    docs.aspose.com/pdf/id/python-cpp/save-pdf-docu...
  3. Reemplazar texto con estado|Aspose.PDF for Pyth...

    En este ejemplo, todas las ocurrencias de "software" se reemplazan por "SOFTWARE" y se formatean en azul con un tamaño de fuente de 14....pdf as ap import aspose.pdf.facades as...bind_pdf ( infile ) text_state = ap . text . TextState () text_state...

    docs.aspose.com/pdf/es/python-net/replace-text-...
  4. 设置字段组合号码|Aspose.PDF for Python via .NET

    本示例演示如何使用 Aspose.PDF for Python 为 PDF 表单字段设置组合号码。...pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/zh/python-net/set-field-com...
  5. Pythonを使用してPDFを作成する方法|Aspose.PDF for Python via...

    Aspose.PDF for Python via .NETを使用してPDFドキュメントを作成およびフォーマットします。...pdf as ap # ドキュメントオブジェクトを初期化 document = ap . Document ()...新しいページにテキストを追加 page . paragraphs . add ( ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/ja/python-net/create-pdf-do...
  6. Establecer alineación de campo|Aspose.PDF for P...

    Este ejemplo muestra cómo establecer la alineación del texto de un campo de formulario en un 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/es/python-net/set-field-ali...
  7. Разделить PDF-файлы в Python|Aspose.PDF for Pyt...

    Узнайте, как разделить страницы PDF на отдельные PDF-файлы в Python....pdf as ap # Open document document = ap . Document ( input_pdf...document . pages : new_document = ap . Document () new_document ....

    docs.aspose.com/pdf/ru/python-net/split-pdf/
  8. Définir le nombre de cases du champ|Aspose.PDF ...

    Cet exemple montre comment définir un nombre de comb pour un champ de formulaire PDF à l'aide d'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/fr/python-net/set-field-com...
  9. Definir número de comb do campo|Aspose.PDF for ...

    Este exemplo demonstra como definir um número de comb para um campo de formulário 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-com...
  10. Archivio

    Archivio...pdf as ap # Carica il PDF doc = ap.Document("input.pdf")...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/it/pdf/rotate-pdf-in-python/