Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 3,647 for

ape

(0.05 sec)
  1. Пример Hello World на Python|Aspose.PDF для Pyt...

    Этот пример демонстрирует, как создать простой PDF-документ с текстом Hello World, используя Aspose.PDF для Python через .NET....pdf as ap # Инициализировать объект документа document = ap . Document...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/ru/python-net/hello-world-e...
  2. 使用Python向PDF文档添加附件|Aspose.PDF for Python via .NET

    本页面描述了如何通过Aspose.PDF for Python via .NET库向PDF文件添加附件。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...设置要作为附件添加的新文件 fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/zh/python-net/add-attachmen...
  3. 파이썬에서 PDF를 파워포인트로 변환|Aspose.PDF for Python via ...

    Aspose.PDF는 파이썬을 사용하여 PDF를 PPT(파워포인트) 형식으로 변환할 수 있습니다. 한 가지 방법으로는 슬라이드를 이미지로 변환하여 PDF를 PPTX로 변환할 수 있는 가능성이 있습니다....pdf as ap input_pdf = DIR_INPUT + "sample...pptx" # PDF 문서 열기 document = ap . Document ( input_pdf ) # PptxSaveOptions...

    docs.aspose.com/pdf/ko/python-net/convert-pdf-t...
  4. Convertir PDF a PowerPoint en Python|Aspose.PDF...

    Aspose.PDF le permite convertir PDF a formato PPT (PowerPoint) usando Python. Una forma es la posibilidad de convertir PDF a PPTX con diapositivas como imágenes....pdf as ap input_pdf = DIR_INPUT + "sample...Abrir documento PDF document = ap . Document ( input_pdf ) # Instanciar...

    docs.aspose.com/pdf/es/python-net/convert-pdf-t...
  5. Mengonversi PDF ke PowerPoint di Python|Aspose....

    Aspose.PDF memungkinkan Anda untuk mengonversi PDF ke format PPT (PowerPoint) menggunakan Python. Salah satu cara ada kemungkinan untuk mengonversi PDF ke PPTX dengan Slide sebagai Gambar....pdf as ap input_pdf = DIR_INPUT + "sample...# Buka dokumen PDF document = ap . Document ( input_pdf ) # Instansiasi...

    docs.aspose.com/pdf/id/python-net/convert-pdf-t...
  6. اضافه کردن تمبر تصویر به PDF با استفاده از Pyth...

    کد منبع پایتون برای اضافه کردن مهر تصویر به فایل PDF در چارچوب دات نت, دات نت هسته....pdf as ap # Open document document = ap . Document ( input_pdf...Create image stamp image_stamp = ap . ImageStamp ( input_image_file...

    products.aspose.com/pdf/fa/python-net/stamps/im...
  7. Hapus Gambar dari File PDF menggunakan Python|A...

    Bagian ini menjelaskan cara menghapus Gambar dari File PDF menggunakan Aspose.PDF untuk Python melalui .NET....pdf as ap # Buka dokumen document = ap . Document ( input_file...aspose.pdf as ap # Buka dokumen document = ap . Document ( input_file...

    docs.aspose.com/pdf/id/python-net/delete-images...
  8. Convertir PDF en PowerPoint en Python|Aspose.PD...

    Aspose.PDF vous permet de convertir des PDF au format PPT (PowerPoint) en utilisant Python. Il est possible de convertir un PDF en PPTX avec des diapositives sous forme d'images....pdf as ap input_pdf = DIR_INPUT + "sample...Ouvrir le document PDF document = ap . Document ( input_pdf ) # Instancier...

    docs.aspose.com/pdf/fr/python-net/convert-pdf-t...
  9. 既存のPDFからテーブルを削除する|Aspose.PDF for Python via .NET

    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 # 既存のPDFドキュメントを読み込む pdf_document = ap . Document...テーブルを見つけるためにTableAbsorberオブジェクトを作成する absorber = ap . text . TableAbsorber () # アブソーバーで最初のページを訪問する...

    docs.aspose.com/pdf/ja/python-net/remove-tables...
  10. Diviser un PDF par programmation en Python|Aspo...

    Ce sujet montre comment diviser les pages PDF en fichiers PDF individuels dans vos applications Python....pdf as ap # Ouvrir le document document = ap . Document (...document . pages : new_document = ap . Document () new_document ....

    docs.aspose.com/pdf/fr/python-net/split-pdf-doc...