Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 4,096 for

ape

(0.08 sec)
  1. Chercher

    chercher...pdf as ap # Instancier l'objet TeXLoadOptions options = ap.TeXLoadOptions()...le document TEX pdfDocument = ap.Document("sample.tex", options)...

    blog.aspose.com/fr/pdf/convert-latex-to-word-py...
  2. 搜索

    搜索...pdf as ap # 實例化 TeXLoadOptions 對象 options = ap.TeXLoadOptions()...TeXLoadOptions() # 載入 TEX 文件 pdfDocument = ap.Document("sample.tex", options)...

    blog.aspose.com/zh-hant/pdf/convert-latex-to-wo...
  3. Chercher

    chercher...pdf as ap input_pdf = DIR_INPUT + "sample...Ouvrir le document PDF document = ap.Document(input_pdf) # Enregistrer...

    blog.aspose.com/fr/pdf/convert-pdf-to-doc-in-py...
  4. 将 HTML 转换为 PDF 在 Python 中|Aspose.PDF for Python...

    本主题向您展示如何使用 Aspose.PDF 将 HTML 转换为 PDF 和 MHTML 转换为 PDF 在 Python 中。...pdf as ap input_pdf = DIR_INPUT + "little_html...pdf" options = ap . HtmlLoadOptions () document = ap . Document (...

    docs.aspose.com/pdf/zh/python-net/convert-html-...
  5. Python에서 HTML을 PDF로 변환|Aspose.PDF for Python vi...

    이 주제는 Aspose.PDF를 사용하여 HTML을 PDF로 변환하고 MHTML을 PDF로 변환하는 방법을 보여줍니다. for Python....pdf as ap input_pdf = DIR_INPUT + "little_html...pdf" options = ap . HtmlLoadOptions () document = ap . Document (...

    docs.aspose.com/pdf/ko/python-net/convert-html-...
  6. Cómo Combinar PDF usando Python|Aspose.PDF para...

    Esta página explica cómo combinar documentos PDF en un solo archivo PDF con Python....pdf as ap # Abrir el primer documento document1 = ap . Document...segundo documento document2 = ap . Document ( input_pdf_2 ) #...

    docs.aspose.com/pdf/es/python-net/merge-pdf-doc...
  7. Ajouter un arrière-plan au PDF avec Python|Aspo...

    Ajouter une image d'arrière-plan à votre fichier PDF avec Python. Utilisez la classe BackgroundArtifact....pdf as ap # Créer un nouvel objet Document document = ap . Document...Background Artifact background = ap . BackgroundArtifact () # Spécifier...

    docs.aspose.com/pdf/fr/python-net/add-backgrounds/
  8. مثال Hello World باستخدام بايثون|Aspose.PDF لـ ...

    يوضح هذا المثال كيفية إنشاء مستند PDF بسيط يحتوي على نص Hello World باستخدام Aspose.PDF لـ Python عبر .NET....pdf as ap # تهيئة كائن الوثيقة document = ap . Document ()...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/ar/python-net/hello-world-e...
  9. Arşiv

    Arşiv...pdf as ap # Adım 2: PDF belgesini yükleyin document = ap.Document("input...in document.pages: page.resize(ap.PageSize.A3) # Adım 4: Güncellenen...

    blog.aspose.com/tr/pdf/resize-pdf-document-in-p...
  10. 档案

    档案...pdf as ap # 加载 PDF doc = ap.Document("input.pdf")...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

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