Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 4,096 for

ape

(0.47 sec)
  1. Optimiser, Compresser ou Réduire la Taille du P...

    Optimiser le fichier PDF, réduire toutes les images, réduire la taille du PDF, désintégrer les polices, supprimer les objets inutilisés avec Python....pdf as ap # Ouvrir le document document = ap . Document (...aspose.pdf as ap # Ouvrir le document document = ap . Document (...

    docs.aspose.com/pdf/fr/python-net/optimize-pdf/
  2. 操作现有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...
  3. 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...
  4. 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/
  5. 使用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...
  6. Creating tooltips in Text|Aspose.PDF for Python...

    Learn how to add tooltip to the text fragment in PDF using Python and Aspose.PDF...pdf as ap import aspose.pydrawing as drawing...""" # Create PDF document with ap . Document () as document : document...

    docs.aspose.com/pdf/python-net/pdf-tooltip/
  7. Convert PDF to EPUB, LaTeX, Text, XPS in Python...

    This topic shows you how to convert PDF file to other file formats like EPUB, LaTeX, Text, XPS etc using Python....pdf as ap path_infile = path . join ( self...document = ap . Document ( path_infile ) save_options = ap . EpubSaveOptions...

    docs.aspose.com/pdf/python-net/convert-pdf-to-o...
  8. Archiver

    les archives...pdf as ap Maintenant, explorons comment...aspose.pdf as ap # Créer un nouveau document document = ap.Document()...

    blog.aspose.com/fr/pdf/best-python-pdf-library/
  9. Aspose.Page for Python – よくある質問

    Aspose.Page の pure‑Python ライブラリのインストール、ライセンス、サポートされている形式、変換、レンダリング、編集、パフォーマンス、トラブルシューティングをカバーする包括的な FAQ。...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/ja/python-net/faq/
  10. Python으로 PDF 포트폴리오 작업하기|Aspose.PDF for Python v...

    Python으로 PDF 포트폴리오를 만드는 방법. Microsoft Excel 파일, Word 문서 및 이미지 파일을 사용하여 PDF 포트폴리오를 만들어야 합니다....pdf as ap # 문서 객체 인스턴스화 document = ap . Document () #...collection = ap . Collection () # 포트폴리오에 추가할 파일 가져오기 excel = ap . FileSpecification...

    docs.aspose.com/pdf/ko/python-net/portfolio/