Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 4,093 for

ape

(0.12 sec)
  1. Archiwa

    Archiwa...pdf as ap # Zainicjuj obiekt LoadOption...option = ap.EpubLoadOptions() # Załaduj plik EPUB document = ap.Document("sample...

    blog.aspose.com/pl/pdf/convert-epub-to-pdf-in-p...
  2. أرشيف

    أرشيف...pdf as ap # أرسل كائن LoadOption باستخدام...option = ap.EpubLoadOptions() # تحميل ملف EPUB document = ap.Document("sample...

    blog.aspose.com/ar/pdf/convert-epub-to-pdf-in-p...
  3. Archiwa

    Archiwa...pdf as ap input_pdf = DIR_INPUT + "sample...Otwórz dokument PDF document = ap.Document(input_pdf) # Zapisz...

    blog.aspose.com/pl/pdf/convert-pdf-to-doc-in-py...
  4. PDFにページ番号を追加する方法 (Python)|Aspose.PDF for Python...

    Aspose.PDF for Python via .NET を使用して、PageNumber Stamp クラスでPDFファイルにページ番号スタンプを追加することができます。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...ページ番号スタンプを作成 page_number_stamp = ap . PageNumberStamp () # スタンプが背景かどうか...

    docs.aspose.com/pdf/ja/python-net/add-page-number/
  5. 从现有 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/zh/python-net/remove-tables...
  6. حذف الصور من ملف PDF باستخدام Python|Aspose.PDF...

    يشرح هذا القسم كيفية حذف الصور من ملف PDF باستخدام Aspose.PDF لـ Python عبر .NET....pdf as ap # افتح المستند document = ap . Document ( input_file...import aspose.pdf as ap # فتح المستند document = ap . Document ( input_file...

    docs.aspose.com/pdf/ar/python-net/delete-images...
  7. Extracting Pages programmatically Python|Aspose...

    You can extract pages from your PDF file using Aspose.PDF for Python via .NET library.... Load the source PDF using ‘ap.Document()’. Create a new PDF...import os import aspose.pdf as ap # Global configuration DATA_DIR...

    docs.aspose.com/pdf/python-net/extract-pages/
  8. Python을 통해 PDF 페이지를 프로그래밍 방식으로 이동|Aspose.PDF fo...

    Aspose.PDF for Python via .NET을 사용하여 원하는 위치 또는 PDF 파일의 끝으로 페이지를 이동해 보세요....pdf as ap srcDocument = ap . Document ( src_file_name...src_file_name ) dstDocument = ap . Document ( dst_File_name ) page =...

    docs.aspose.com/pdf/ko/python-net/move-pages/
  9. Getting and Setting Page Properties using Pytho...

    This section shows how to get the number of pages in a PDF file, get information about PDF page properties such as color and set page properties....pdf as ap # Global configuration DATA_DIR...""" # Open document document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/get-and-set-page...
  10. Menghapus Tabel dari PDF yang Ada|Aspose.PDF un...

    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 # Muat dokumen PDF yang ada pdf_document = ap . Document...untuk menemukan tabel absorber = ap . text . TableAbsorber () # Kunjungi...

    docs.aspose.com/pdf/id/python-net/remove-tables...