Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 3,647 for

ape

(0.05 sec)
  1. 使用 Python 为 PDF 添加页码|Aspose.PDF for Python via ...

    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/zh/python-net/add-page-number/
  2. Déplacer des pages PDF par programmation via Py...

    Essayez de déplacer des pages à l'emplacement souhaité ou à la fin d'un fichier PDF à l'aide de Aspose.PDF pour Python via .NET....pdf as ap srcDocument = ap . Document ( src_file_name...src_file_name ) dstDocument = ap . Document ( dst_File_name ) page =...

    docs.aspose.com/pdf/fr/python-net/move-pages/
  3. PDF 크기 최적화, 압축 또는 줄이기|Aspose.PDF for Python via...

    PDF 파일 최적화, 모든 이미지 축소, PDF 크기 줄이기, 폰트 비내장화, 사용되지 않는 객체 제거를 Python으로 수행합니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...import aspose.pdf as ap # 문서 열기 document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/ko/python-net/optimize-pdf/
  4. Manipuler les tables dans un PDF existant|Aspos...

    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....as ap # Charger un fichier PDF existant pdf_document = ap . Document...trouver des tables absorber = ap . text . TableAbsorber () # Visiter...

    docs.aspose.com/pdf/fr/python-net/manipulate-ta...
  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/manipulate-ta...
  6. Aggiungi, estrai, elimina tabelle in PDF usando...

    Codice sorgente Python per lavorare con la tabella in file PDF su.NET Framework, .NET Core e PHP, VBScript, Delphi, C++ tramite COM Interop....pdf as ap input_file = DIR_INPUT_TABLE...Load source PDF document doc = ap . Document ( input_file ) # Initializes...

    products.aspose.com/pdf/it/python-net/table/
  7. 使用 Python 添加、提取、删除 PDF 中的表格 | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上使用 PDF 文件中的表的 Python 源代码。...pdf as ap input_file = DIR_INPUT_TABLE...Load source PDF document doc = ap . Document ( input_file ) # Initializes...

    products.aspose.com/pdf/zh-hans/python-net/table/
  8. Dapatkan, Perbarui, dan Perluas Sebuah Penanda ...

    Artikel ini menjelaskan cara menggunakan penanda buku dalam file PDF dengan pustaka Aspose.PDF untuk Python kami....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...pdf as ap # Buat PdfBookmarkEditor bookmarkEditor = ap . facades...

    docs.aspose.com/pdf/id/python-net/get-update-an...
  9. فتح مستند PDF برمجيًا|Aspose.PDF لـ Python عبر ...

    تعلم كيفية فتح ملف PDF في مكتبة Aspose.PDF لـ Python عبر .NET. يمكنك فتح ملف PDF موجود، مستند من دفق، ومستند PDF مشفر....pdf as ap # فتح المستند document = ap . Document ( input_pdf...موجود من دفق import aspose.pdf as ap input_pdf = DIR_INPUT + "sample...

    docs.aspose.com/pdf/ar/python-net/open-pdf-docu...
  10. Adicionar Número de Página ao PDF com Python|As...

    Aspose.PDF para Python via .NET permite que você adicione Carimbo de Número de Página ao seu arquivo PDF usando a classe PageNumberStamp....pdf as ap # Abrir documento document = ap . Document (...de página page_number_stamp = ap . PageNumberStamp () # Se o carimbo...

    docs.aspose.com/pdf/pt/python-net/add-page-number/