Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 5,749 for

ape

(0.06 sec)
  1. Aspose.Page для Python – часто задаваемые вопросы

    Подробные часто задаваемые вопросы, охватывающие установку, лицензирование, поддерживаемые форматы, преобразование, рендеринг, редактирование, производительность и устранение неполадок для библиотеки Aspose.Page на чистом Python....page as ap 2 license = ap. License () 3 license...import aspose.page as ap 2 3 doc = ap. Document ( ' sample. ps...

    docs.aspose.com/page/ru/python-net/faq/
  2. Archivo

    Archivo...pdf as ap # Inicializar objeto de documento document = ap.Document()...fragmento de texto text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/es/pdf/create-pdf-files-in-python/
  3. Archiv

    Archiv...pdf as ap # Dokumentenobjekt initialisieren document = ap.Document()...initialisieren text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/de/pdf/create-pdf-files-in-python/
  4. Procurar

    Procurar...pdf as ap # Inicializar objeto de documento document = ap.Document()...textfragment text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/pt/pdf/create-pdf-files-in-python/
  5. تحويل ملفات PDF إلى مستندات Microsoft Word باست...

    تعلم كيفية كتابة كود بايثون لتحويل تنسيقات PDF إلى Microsoft Word باستخدام Aspose.PDF لـ Python عبر .NET. وتحسين تحويل PDF إلى DOC(DOCX)....pdf as ap input_pdf = DIR_INPUT + "sample...doc" # افتح مستند PDF document = ap . Document ( input_pdf ) # احفظ...

    docs.aspose.com/pdf/ar/python-net/convert-pdf-t...
  6. Ajouter des en‑têtes et pieds de page PDF en Py...

    Apprenez comment ajouter des en-têtes et des pieds de page aux fichiers PDF en Python en utilisant du texte, des images et du contenu structuré....pdf as ap def add_header_and_footer_as_text...Create header text header_text = ap . text . TextFragment ( "Demo...

    docs.aspose.com/pdf/fr/python-net/add-headers-a...
  7. Convertir PDF en Word en Python|Aspose.PDF for ...

    Apprenez comment convertir PDF en Word en Python, y compris PDF en DOC, PDF en DOCX, et la reconnaissance avancée de mise en page avec Aspose.PDF....Chargez le PDF dans un objet ‘ap.Document’. Créez une instance...import path import aspose.pdf as ap import sys def convert_PDF_to_DOC...

    docs.aspose.com/pdf/fr/python-net/convert-pdf-t...
  8. 在 Python 中向 PDF 添加曲线形状|Aspose.PDF for Python vi...

    了解如何在 Python 中绘制并填充 PDF 文件中的曲线形状。...pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/zh/python-net/add-curve/
  9. Python에서 PDF에 곡선 모양 추가|Aspose.PDF for Python vi...

    Python에서 PDF 파일의 곡선 모양을 그리고 채우는 방법을 알아봅니다....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/ko/python-net/add-curve/
  10. Bekerja dengan Grafik Vektor di Python|Aspose.P...

    Pelajari cara mengekstrak, memindahkan, menghapus, dan menyalin grafik vektor antar halaman PDF menggunakan GraphicsAbsorber di Python....pdf as ap import sys from os import path...): with ap . Document ( infile ) as document : with ap . vector...

    docs.aspose.com/pdf/id/python-net/working-with-...