Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 5,751 for

ape

(1.44 sec)
  1. 파이썬에서 PDF 페이지 이동|Aspose.PDF for Python via .NET

    Python에서 문서 내에서 또는 문서 간에 PDF 페이지를 이동하는 방법을 알아봅니다....pdf as ap def move_page_from_one_document_to_another...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ko/python-net/move-pages/
  2. Classe Stamp|Aspose.PDF for Python via .NET

    Apprenez comment travailler avec la classe Stamp pour ajouter des tampons image, PDF et basés sur du texte aux documents PDF en Python....pdf as ap import aspose.pdf.facades as...def _create_text_state () -> ap . text . TextState : """Create...

    docs.aspose.com/pdf/fr/python-net/stamp-class/
  3. 档案

    档案...pdf as ap input_pdf = DIR_INPUT + "sample..."convert_pdf_to_doc.doc" # 打开 PDF 文档 document = ap.Document(input_pdf) # 将 PDF 另存为...

    blog.aspose.com/zh/pdf/convert-pdf-to-doc-in-py...
  4. Modifier la taille de la page PDF en Python|Asp...

    Apprenez comment lire et modifier les dimensions de page PDF en Python....pdf as ap def set_page_size ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/fr/python-net/change-page-s...
  5. Archiv

    Archiv...pdf as ap input_pdf = DIR_INPUT + "sample...PDF Dokument öffnen document = ap.Document(input_pdf) # Erstellen...

    blog.aspose.com/de/pdf/convert-pdf-to-ppt-in-py...
  6. ค้นหา

    ค้นหา...pdf as ap # โหลดไฟล์ PDF document = ap.Document("input...pages: # สร้าง PDF ใหม่ splitPDF = ap.Document() # เพิ่มหน้าใน PDF...

    blog.aspose.com/th/pdf/split-pdf-in-python/
  7. 将PDF转换为PowerPoint在Python中|Aspose.PDF for Python...

    Aspose.PDF允许您使用Python将PDF转换为PPT(PowerPoint)格式。可以通过将幻灯片作为图像的方式将PDF转换为PPTX。...pdf as ap input_pdf = DIR_INPUT + "sample...pptx" # 打开 PDF 文档 document = ap . Document ( input_pdf ) # 实例化...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...
  8. دمج ملفات PDF في بايثون|Aspose.PDF for Python v...

    تعرف على كيفية دمج ملفات PDF متعددة في مستند واحد في Python....pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/ar/python-net/merge-pdf/
  9. Gabungkan File PDF di Python|Aspose.PDF for Pyt...

    Pelajari cara menggabungkan beberapa file PDF menjadi satu dokumen dalam Python....pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/id/python-net/merge-pdf/
  10. Lưu trữ

    Lưu trữ...pdf as ap # Tải tài liệu PDF đầu vào document = ap.Document("input...# Đặt văn bản hình mờ stamp = ap.TextStamp("CONFIDENTIAL") # Đặt...

    blog.aspose.com/vi/pdf/add-watermark-in-pdf-in-...