Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 4,093 for

ape

(0.06 sec)
  1. 기존 PDF 문서에서 테이블 추출|Aspose.PDF for Python via .NET

    .NET을 통한 Aspose.PDF for Python은 PDF 문서에 포함된 테이블을 다양한 방식으로 조작할 수 있게 합니다....pdf as ap # 원본 PDF 문서 로드 pdf_document = ap . Document (...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/ko/python-net/extract-table...
  2. 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-...
  3. 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...
  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. آرشیوها

    آرشیوها...pdf as ap input_pdf = DIR_INPUT + "sample...سند PDF را باز کنید document = ap.Document(input_pdf) # نمونه PptxSaveOptions...

    blog.aspose.com/fa/pdf/convert-pdf-to-ppt-in-py...
  6. Архів

    Архів...pdf as ap # Створення екземпляра об’єкта...об’єкта TeXLoadOptions options = ap.TeXLoadOptions() # Завантажте...

    blog.aspose.com/uk/pdf/convert-latex-to-word-py...
  7. ארכיון

    ארכיון...pdf as ap # הצג אובייקט TeXLoadOptions options = ap.TeXLoadOptions()...טען את מסמך ה-TEX pdfDocument = ap.Document("sample.tex", options)...

    blog.aspose.com/he/pdf/convert-latex-to-word-py...
  8. Ajouter des Pages dans un PDF avec Python|Aspos...

    Cet article explique comment insérer (ajouter) une page à l'emplacement souhaité dans un fichier PDF. Apprenez à déplacer, supprimer (effacer) des pages d'un fichier PDF en utilisant C#....pdf as ap # Ouvrir le document document = ap . Document (...aspose.pdf as ap # Ouvrir le document document = ap . Document (...

    docs.aspose.com/pdf/fr/python-net/add-pages/
  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/