Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 5,873 for

ape

(0.09 sec)
  1. Manipular Tabelas em PDF existente|Aspose.PDF p...

    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 # Carregar arquivo PDF existente pdf_document = ap . Document...encontrar tabelas absorber = ap . text . TableAbsorber () # Visitar...

    docs.aspose.com/pdf/pt/python-net/manipulate-ta...
  2. Memanipulasi Tabel dalam PDF yang Ada|Aspose.PD...

    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....pdf as ap # Muat file PDF yang ada pdf_document = ap . Document...untuk menemukan tabel absorber = ap . text . TableAbsorber () # Kunjungi...

    docs.aspose.com/pdf/id/python-net/manipulate-ta...
  3. 在 PDF 中处理标题|Aspose.PDF for Python via .NET

    使用 Python 在 PDF 文档的标题中创建编号。Aspose.PDF for Python via .NET 提供不同类型的编号样式。...pdf as ap document = ap . Document () document...document . page_info . margin = ap . MarginInfo () document . page_info...

    docs.aspose.com/pdf/zh/python-net/working-with-...
  4. Python を使用して PDF 形式でフォームを投稿する|Aspose.PDF for Py...

    .NET 経由で Aspose.PDF for Python を使用して PDF AcroForms に送信ボタンと送信アクションを追加します。...pdf as ap def add_submit_button ( input_file_name...output_file_name ): editor = ap . facades . FormEditor ( input_file_name...

    docs.aspose.com/pdf/ja/python-net/posting-form/
  5. حقل التزيين|Aspose.PDF for Python via .NET

    يوضح هذا المثال كيفية تخصيص مظهر حقل النموذج في مستند PDF باستخدام Aspose.PDF لـ Python....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ar/python-net/decorate-field/
  6. Заменить изображение в существующем PDF‑файле с...

    Узнайте, как заменять встроенные изображения в существующих PDF‑файлах с помощью Python....Загрузите исходный PDF с помощью ap.Document(infile) . Откройте заменяемое...обновлённый PDF. import aspose.pdf as ap from io import FileIO def replace_image...

    docs.aspose.com/pdf/ru/python-net/replace-image...
  7. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file in Python Aspose.PDF for Python via .NET library. Save PDF document to file system, to stream, and in Web applications....pdf as ap def save_document_to_file ( infile...infile , outfile ): document = ap . Document ( infile ) # make...

    docs.aspose.com/pdf/python-net/save-pdf-document/
  8. Tambahkan Gambar ke PDF menggunakan Python|Aspo...

    Bagian ini menjelaskan bagaimana menambahkan gambar ke file PDF yang sudah ada menggunakan pustaka Python....pdf as ap # Buka dokumen document = ap . Document ( input_file...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/id/python-net/add-image-to-...
  9. 在 Python 中将图像格式转换为 PDF|Aspose.PDF for Python vi...

    了解如何使用 Aspose.PDF for Python via .NET 在 Python 中将 BMP、CGM、DICOM、PNG、TIFF、EMF、SVG 等图像格式转换为 PDF。...pdf as ap from os import path import sys...infile , outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/zh/python-net/convert-image...
  10. Pindahkan Halaman PDF secara programatis melalu...

    Cobalah untuk memindahkan halaman ke lokasi yang diinginkan atau ke akhir file PDF menggunakan Aspose.PDF untuk Python via .NET....pdf as ap srcDocument = ap . Document ( src_file_name...src_file_name ) dstDocument = ap . Document ( dst_File_name ) page =...

    docs.aspose.com/pdf/id/python-net/move-pages/