Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 5,741 for

ape

(0.75 sec)
  1. 档案

    档案...pdf as ap input_pdf = DIR_INPUT + "sample...pptx" # 打开 PDF 文档 document = ap.Document(input_pdf) # 创建 PptxSaveOptions...

    blog.aspose.com/zh/pdf/convert-pdf-to-ppt-in-py...
  2. 파이썬에서 PDF에서 테이블 추출하기|Aspose.PDF for Python via ...

    Python으로 기존 PDF 문서에서 테이블 데이터를 추출하는 방법을 알아봅니다.... PDF를 AP.Document 개체에 로드합니다. 페이지를 반복해서...행별로 인쇄합니다. import aspose.pdf as ap from os import path import sys...

    docs.aspose.com/pdf/ko/python-net/extracting-ta...
  3. Архів

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

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

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

    blog.aspose.com/he/pdf/convert-latex-to-word-py...
  5. 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/
  6. Atur Batas Field|Aspose.PDF for Python via .NET

    Contoh ini menunjukkan cara mengatur batas karakter maksimum untuk bidang formulir dalam dokumen PDF menggunakan Aspose.PDF for Python....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/id/python-net/set-field-limit/
  7. Dividir PDF programaticamente em Python|Aspose....

    Este tópico mostra como dividir páginas de PDF em arquivos PDF individuais em suas aplicações Python....pdf as ap # Abrir documento document = ap . Document (...document . pages : new_document = ap . Document () new_document ....

    docs.aspose.com/pdf/pt/python-net/split-pdf-doc...
  8. 파이썬을 사용하여 PDF 문서에 첨부 파일 추가|Aspose.PDF for Pytho...

    이 페이지는 Aspose.PDF for Python via .NET 라이브러리를 사용하여 PDF 파일에 첨부 파일을 추가하는 방법을 설명합니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...추가할 새 파일 설정 fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/ko/python-net/add-attachmen...
  9. 프로그래밍으로 PDF 문서 생성|Aspose.PDF for Python via .NET

    이 페이지는 Aspose.PDF for Python via .NET 라이브러리를 사용하여 처음부터 PDF 문서를 생성하는 방법을 설명합니다....pdf as ap # 문서 객체 초기화 document = ap . Document () #...textfragment 객체 초기화 text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/ko/python-net/create-document/
  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...