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

ape

(0.91 sec)
  1. arkiv

    arkiv...pdf as ap outputFile = "page_{pageNo}.txt"...Öppna PDF-dokument document = ap.Document("input.pdf") # Skapa...

    blog.aspose.com/sv/pdf/extract-text-from-pdf-in...
  2. PDFをEPUB、LaTeX、Text、XPSに変換するPython|Aspose.PDF f...

    このトピックでは、Pythonを使用してPDFファイルをEPUB、LaTeX、Text、XPSなどの他のファイル形式に変換する方法を示します。...pdf as ap input_pdf = DIR_INPUT + "sample...epub" # PDFドキュメントを開く document = ap . Document ( input_pdf ) # Epub...

    docs.aspose.com/pdf/ja/python-net/convert-pdf-t...
  3. Obtenir et Définir les Propriétés des Pages ave...

    Cette section montre comment obtenir le nombre de pages dans un fichier PDF, obtenir des informations sur les propriétés des pages PDF telles que la couleur et définir les propriétés des pages....pdf as ap # Ouvrir le document document = ap . Document (...as ap # Instancier une instance de Document document = ap . Document...

    docs.aspose.com/pdf/fr/python-net/get-and-set-p...
  4. 파이썬을 사용하여 페이지 속성 가져오기 및 설정하기|Aspose.PDF for Pyt...

    이 섹션에서는 PDF 파일의 페이지 수를 가져오는 방법, 색상과 같은 PDF 페이지 속성에 대한 정보를 얻는 방법 및 페이지 속성을 설정하는 방법을 보여줍니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...aspose.pdf as ap # Document 인스턴스 생성 document = ap . Document ()...

    docs.aspose.com/pdf/ko/python-net/get-and-set-p...
  5. Lưu trữ

    Lưu trữ...pdf as ap Trích xuất văn bản: Phân tích...aspose.pdf as ap # Mở tài liệu PDF document = ap.Document("AddText...

    blog.aspose.com/vi/pdf/parse-pdf-in-python/
  6. Удалить формы из PDF в Python|Aspose.PDF for Py...

    Удалить объекты форм со страниц PDF, используя Aspose.PDF for Python via .NET, включая полную очистку и целевое удаление....pdf as ap def remove_all_forms ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ru/python-net/remove-form/
  7. Chercher

    chercher...pdf as ap # Charger le document PDF d'entrée document = ap.Document("input...le texte du filigrane stamp = ap.TextStamp("CONFIDENTIAL") # Définir...

    blog.aspose.com/fr/pdf/add-watermark-in-pdf-in-...
  8. 搜索

    搜索...pdf as ap # 加載輸入 PDF 文檔 document = ap.Document("input...Document("input.pdf") # 設置水印文字 stamp = ap.TextStamp("CONFIDENTIAL") # 設置水印的屬性...

    blog.aspose.com/zh-hant/pdf/add-watermark-in-pd...
  9. Объединение PDF-файлов в Python|Aspose.PDF for ...

    Узнайте, как объединить несколько PDF-файлов в один документ в Python....pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/ru/python-net/merge-pdf/
  10. Python を使用して既存の PDF ファイル内の画像を置き換える|Aspose.PDF f...

    Python で既存の PDF ファイルに埋め込まれた画像を置き換える方法を学びましょう。... ap.Document(infile) . 置換イメージをバイナリストリームとして開きます。...を保存します。 import aspose.pdf as ap from io import FileIO def replace_image...

    docs.aspose.com/pdf/ja/python-net/replace-image...