Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 4,093 for

ape

(0.12 sec)
  1. Work with PDF layers using Python|Aspose.PDF fo...

    The next task explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside PDF into one....pdf as ap from os import path path_outfile..., outfile ) try : document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/working-with-pdf...
  2. Open PDF document programmatically|Aspose.PDF f...

    Learn how to open a PDF file in Python Aspose.PDF for Python via .NET library. You can open existing PDF, document from stream, and encrypted PDF document....pdf as ap # Open document document = ap . Document ( input_pdf...from stream import aspose.pdf as ap input_pdf = DIR_INPUT + "sample...

    docs.aspose.com/pdf/python-net/open-pdf-document/
  3. Get and Search Images in PDF|Aspose.PDF for Pyt...

    Learn how to search and get images from the PDF document in Python using Aspose.PDF....pdf as ap from aspose.pycore import cast...document = ap . Document ( path_infile ) absorber = ap . ImagePlacementAbsorb...

    docs.aspose.com/pdf/python-net/search-and-get-i...
  4. 複雑なPDFの作成|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NETを使用すると、画像、テキスト断片、およびテーブルを1つのドキュメントに含むより複雑なドキュメントを作成できます。...pdf as ap # ドキュメントオブジェクトを初期化 document = ap . Document ()...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/ja/python-net/complex-pdf-e...
  5. Ajouter un en-tête et un pied de page au PDF en...

    Aspose.PDF pour Python via .NET vous permet d'ajouter des en-têtes et des pieds de page à votre fichier PDF en utilisant la classe TextStamp....pdf as ap # Ouvrir le document document = ap . Document (...Créer un en-tête textStamp = ap . TextStamp ( "Texte de l'en-tête"...

    docs.aspose.com/pdf/fr/python-net/add-headers-a...
  6. Modifying AcroForm|Aspose.PDF for Python via .NET

    Modifying form in your PDF file with Aspose.PDF for Python via .NET library. You can add or remove fields in existing form, get and set field limit and etc....pdf as ap from aspose.pycore import cast...dataDir + outfile document = ap . Document ( path_infile ) #...

    docs.aspose.com/pdf/python-net/modifying-form/
  7. PDF에 이미지 스탬프 추가하기 (Python 사용)|Aspose.PDF for Py...

    Aspose.PDF for Python 라이브러리의 ImageStamp 클래스를 사용하여 PDF 문서에 이미지 스탬프를 추가합니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...) # 이미지 스탬프 생성 image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/ko/python-net/image-stamps-...
  8. Créer ou Ajouter une Table dans un PDF en utili...

    Aspose.PDF pour Python via .NET est une bibliothèque utilisée pour créer, lire et éditer des Tables PDF. Consultez d'autres fonctions avancées dans ce sujet.... table = ap . Table () Ajout de Table dans...aspose.pdf as ap # Charger le document PDF source doc = ap . Document...

    docs.aspose.com/pdf/fr/python-net/add-table-in-...
  9. Konversi PDF ke Excel di Python|Aspose.PDF untu...

    Aspose.PDF untuk perpustakaan Python memungkinkan Anda mengonversi PDF ke format Excel menggunakan Python. Format ini termasuk XLS, XLSX, XML 2003 Spreadsheet, CSV, ODS....pdf as ap input_pdf = DIR_INPUT + "sample...document = ap . Document ( input_pdf ) save_option = ap . ExcelSaveOptions...

    docs.aspose.com/pdf/id/python-net/convert-pdf-t...
  10. 将PDF转换为不同图像格式的Python方法|Aspose.PDF for Python vi...

    本主题向您展示如何使用Aspose.PDF for Python将PDF转换为多种图像格式,例如TIFF、BMP、EMF、JPEG、PNG、GIF、SVG,只需几行代码。...pdf as ap input_pdf = DIR_INPUT + "sample...document = ap . Document ( input_pdf ) # 创建分辨率对象 resolution = ap . devices...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...