Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 4,196 for

ape

(0.19 sec)
  1. Sauvegarder le document PDF par programmation|A...

    Apprenez à sauvegarder un fichier PDF dans la bibliothèque Aspose.PDF pour Python via .NET. Sauvegardez le document PDF dans le système de fichiers, dans un flux, et dans les applications Web....pdf as ap document = ap . Document ( input_pdf... import aspose.pdf as ap document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/fr/python-net/save-pdf-docu...
  2. Extract PDF Pages in Python|Aspose.PDF for Pyth...

    Learn how to extract single or multiple PDF pages into new files in Python....PDF using the Document API ( ap.Document() ). Create a new Document...output file. import aspose.pdf as ap def extract_page ( input_file_name...

    docs.aspose.com/pdf/python-net/extract-pages/
  3. 使用 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...
  4. إنشاء PDF متوافق مع PDF/3-A وإرفاق فاتورة ZUGFe...

    تعلم كيفية إنشاء مستند PDF مع ZUGFeRD في Aspose.PDF لبايثون عبر .NET...PDF وإعطائها اختصار ap للراحة. تعريف المسار إلى الدليل...ZUGFeRD. import aspose.pdf as ap # تحديد المسار إلى الدليل حيث...

    docs.aspose.com/pdf/ar/python-net/attach-zugferd/
  5. أرشيف

    أرشيف...pdf as ap # إنشاء كائن PdfViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # مسار الدليل الذي يحتوي على...

    blog.aspose.com/ar/pdf/print-pdf-in-python/
  6. Aspose.Page for Python – 常见问题

    全面的常见问题解答,涵盖 Aspose.Page 纯 Python 库的安装、许可、支持的格式、转换、渲染、编辑、性能和故障排除。...page as ap 2 license = ap. License () 3 license...import aspose.page as ap 2 3 doc = ap. Document ( ' sample. ps...

    docs.aspose.com/page/zh/python-net/faq/
  7. Remove Tables from existing PDF|Aspose.PDF for ...

    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 # Load existing PDF document pdf_document = ap . Document...object to find tables absorber = ap . text . TableAbsorber () # Visit...

    docs.aspose.com/pdf/python-net/remove-tables-fr...
  8. Remove Tables from Existing PDF Documents|Aspos...

    Learn how to remove one or more tables from existing PDF documents in Python....pdf as ap from os import path import sys...existing PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/python-net/removing-tables/
  9. Converter HTML para PDF em Python|Aspose.PDF pa...

    Este tópico mostra como converter HTML para PDF e MHTML para PDF usando Aspose.PDF para Python....pdf as ap # Carregar o documento HTML html_document...documento PDF pdf_document = ap . Document () # Adicionar uma...

    docs.aspose.com/pdf/pt/python-net/convert-html-...
  10. 파이썬에서 PDF를 다양한 이미지 형식으로 변환|Aspose.PDF for Pytho...

    이 주제는 Aspose.PDF for Python을 사용하여 PDF를 TIFF, BMP, EMF, JPEG, PNG, GIF, SVG와 같은 다양한 이미지 형식으로 몇 줄의 코드로 변환하는 방법을 보여줍니다....pdf as ap input_pdf = DIR_INPUT + "sample...tiff" # PDF 문서 열기 document = ap . Document ( input_pdf ) # 해상도...

    docs.aspose.com/pdf/ko/python-net/convert-pdf-t...