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

ape

(0.04 sec)
  1. 使用 Python 添加和删除书签|Aspose.PDF for Python via .NET

    你可以使用 Python 向 PDF 文档添加书签。可以从 PDF 文档中删除所有或特定书签。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...input_pdf ) # 创建书签对象 outline = ap . OutlineItemCollectio ( document...

    docs.aspose.com/pdf/zh/python-net/add-and-delet...
  2. PDF 工具提示使用 Python|Aspose.PDF for Python via .NET

    学习如何使用 Python 和 Aspose.PDF 向 PDF 中的文本片段添加工具提示...pdf as ap document = ap . Document () document... add () . paragraphs . add ( ap . text . TextFragment ( "将鼠标光标移到这里以显示工具提示"...

    docs.aspose.com/pdf/zh/python-net/pdf-tooltip/
  3. 使用Python格式化PDF文档|Aspose.PDF for Python via .NET

    使用Aspose.PDF for Python via .NET创建和格式化PDF文档。使用下面的代码片段来解决您的任务。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...import aspose.pdf as ap # 打开文档 document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/zh/python-net/formatting-pd...
  4. 使用 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/
  5. 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...
  6. 操作现有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...
  7. 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/
  8. 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/
  9. 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...
  10. فتح مستند 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...