Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 5,873 for

ape

(0.12 sec)
  1. 既存のPDFからテーブルを削除する|Aspose.PDF for Python via .NET

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pdf as ap # 既存のPDFドキュメントを読み込む pdf_document = ap . Document...テーブルを見つけるためにTableAbsorberオブジェクトを作成する absorber = ap . text . TableAbsorber () # アブソーバーで最初のページを訪問する...

    docs.aspose.com/pdf/ja/python-net/remove-tables...
  2. 링크 추출|Aspose.PDF for Python via .NET

    이 예제에서는 입력 PDF를 바인딩하고, 모든 링크를 추출하고, 해당 좌표와 URI를 인쇄합니다 (사용 가능한 경우)....pdf as ap import sys from os import path..." ) if is_assignable ( link , ap . annotations . LinkAnnotation...

    docs.aspose.com/pdf/ko/python-net/extract-links/
  3. 档案

    档案...pdf as ap # 使用 EPUB 加载选项实例化 LoadOption 对象 option = ap.EpubLoadOptions()...EpubLoadOptions() # 加载 EPUB 文件 document = ap.Document("sample.epub", option)...

    blog.aspose.com/zh/pdf/convert-epub-to-pdf-in-p...
  4. 搜索

    搜索...pdf as ap # 使用 EPUB 載入選項實例化 LoadOption 物件 option = ap.EpubLoadOptions()...EpubLoadOptions() # 載入 EPUB 檔案 document = ap.Document("sample.epub", option)...

    blog.aspose.com/zh-hant/pdf/convert-epub-to-pdf...
  5. Merge PDF Files in Python|Aspose.PDF for Python...

    Learn how to merge multiple PDF files into a single document in Python....pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/python-net/merge-pdf-docume...
  6. Supprimer des pages PDF en Python|Aspose.PDF fo...

    Apprenez comment supprimer des pages de fichiers PDF en Python....pdf as ap def delete_page ( input_file_name...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/fr/python-net/delete-pages/
  7. Python에서 PDF 페이지 속성 가져오기 및 설정하기|Aspose.PDF for ...

    Python에서 크기, 개수 및 색상 정보와 같은 PDF 페이지 속성을 검사하고 업데이트하는 방법을 알아봅니다....pdf as ap from os import path def get_page_count...): # Open document document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ko/python-net/get-and-set-p...
  8. Python で PDF にラインシェイプを追加する方法|Aspose.PDF for Pyt...

    Python で PDF ファイルに線の形やスタイル付きの線を描く方法を学びましょう。...pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/ja/python-net/add-line/
  9. Archivo

    Archivo...pdf as ap input_pdf = DIR_INPUT + "sample...Abrir documento PDF document = ap.Document(input_pdf) # Guardar...

    blog.aspose.com/es/pdf/convert-pdf-to-doc-in-py...
  10. Импорт и экспорт аннотаций с использованием Pyt...

    Узнайте, как импортировать аннотации из одного PDF и экспортировать их в новый PDF-документ, используя Aspose.PDF for Python via .NET.... source_document = ap . Document ( infile ) Создание...страниц. destination_document = ap . Document () Добавление страницу...

    docs.aspose.com/pdf/ru/python-net/import-export...