Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 5,869 for

ape

(0.13 sec)
  1. Stamp Class|Aspose.PDF for Python via .NET

    Learn how to work with the Stamp class to add image, PDF, and text-based stamps to PDF documents in Python....pdf as ap import aspose.pdf.facades as...def _create_text_state () -> ap . text . TextState : """Create...

    docs.aspose.com/pdf/python-net/stamp-class/
  2. أرشيف

    أرشيف...pdf as ap input_pdf = DIR_INPUT + "many_pages... # افتح مستند PDF document = ap.Document(input_pdf) # إنشاء كائن...

    blog.aspose.com/ar/pdf/convert-pdf-to-image-in-...
  3. 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/
  4. 기존 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/ko/python-net/remove-tables...
  5. Mengonversi PDF ke format PDF/A di Python|Aspos...

    Topik ini menunjukkan kepada Anda bagaimana Aspose.PDF untuk Python memungkinkan mengonversi file PDF ke file PDF yang sesuai dengan PDF/A....pdf as ap input_pdf = DIR_INPUT + "sample...# Buka dokumen PDF document = ap . Document ( input_pdf ) # Konversi...

    docs.aspose.com/pdf/id/python-net/convert-pdf-t...
  6. Ajouter des tampons de page à PDF en Python|Asp...

    Apprenez à ajouter des tampons de page PDF en tant que superpositions ou arrière-plans en Python....le document PDF en utilisant ap.Document() (voir Document )....import sys import aspose.pdf as ap from os import path def add_page_stamp...

    docs.aspose.com/pdf/fr/python-net/page-stamps-i...
  7. 操作现有 PDF 文档中的表格|Aspose.PDF for Python via .NET

    学习如何使用 Python 检查和修改现有 PDF 文档中的表格。...pdf as ap def replace_cell_text ( infile...Open PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/zh/python-net/manipulating-...
  8. Work with PDF File Metadata in Python|Aspose.PD...

    Learn how to extract, update, and manage PDF file metadata and XMP properties in Python using Aspose.PDF....pdf as ap import datetime import sys from...Open PDF document document = ap . Document ( infile ) # Get document...

    docs.aspose.com/pdf/python-net/pdf-file-metadata/
  9. Python を使った注釈と特殊テキスト|Aspose.PDF for Python via ...

    Aspose.PDF for Python を使用して、PDF ドキュメント内のスタンプ注釈、強調表示されたテキスト、上付き文字/下付き文字コンテンツからテキストを抽出する方法を学びます。...pdf as ap def extract_text_from_stamp (...will be saved. """ document = ap . Document ( infile ) try : page...

    docs.aspose.com/pdf/ja/python-net/annotation-an...
  10. 在 Python 中获取和设置 PDF 页面属性|Aspose.PDF for Python ...

    学习如何在 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/zh/python-net/get-and-set-p...