Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 4,112 for

ape

(0.16 sec)
  1. Supprimer les tableaux d'un PDF existant|Aspose...

    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 # Charger un document PDF existant...existant pdf_document = ap . Document ( input_file ) # Créer un...

    docs.aspose.com/pdf/fr/python-net/remove-tables...
  2. Extract Tagged Content from PDF|Aspose.PDF for ...

    This article explains how to extract tagged content PDF document using Aspose.PDF for Python via .NET...pdf as ap # Create PDF Document with ap . Document ()...aspose.pdf as ap # Create PDF Document with ap . Document ()...

    docs.aspose.com/pdf/python-net/extract-tagged-c...
  3. PythonでPDFをExcelに変換|Aspose.PDF for Python via .NET

    Aspose.PDF for Pythonライブラリを使用すると、PythonでPDFをExcel形式に変換できます。これらの形式には、XLS、XLSX、XML 2003スプレッドシート、CSV、ODSが含まれます。...pdf as ap input_pdf = DIR_INPUT + "sample...document = ap . Document ( input_pdf ) save_option = ap . ExcelSaveOptions...

    docs.aspose.com/pdf/ja/python-net/convert-pdf-t...
  4. 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/
  5. Ajouter un filigrane à un PDF en utilisant Pyth...

    Cet article explique les fonctionnalités de travail avec les artefacts et l'obtention de filigranes dans les PDFs en utilisant Python de manière programmatique....pdf as ap document = ap . Document ( input_pdf...) artifact = ap . WatermarkArtifact () ts = ap . text . TextState...

    docs.aspose.com/pdf/fr/python-net/add-watermarks/
  6. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Learn how to work with tables in existing PDFs using Aspose.PDF for Python via .NET, providing flexibility in document modification.... Open the PDF file using ‘ap.Document()’. Create a TableAbsorber...saved file. import aspose.pdf as ap from os import path # Define...

    docs.aspose.com/pdf/python-net/manipulating-tab...
  7. 使用 Python 处理 PDF 中的作品集|Aspose.PDF for Python vi...

    如何使用 Python 创建 PDF 作品集。您应该使用 Microsoft Excel 文件、Word 文档和图像文件来创建 PDF 作品集。...pdf as ap # 实例化 Document 对象 document = ap . Document ()...collection = ap . Collection () # 获取要添加到投资组合的文件 excel = ap . FileSpecification...

    docs.aspose.com/pdf/zh/python-net/portfolio/
  8. Archiver

    les archives...pdf as ap Extraction de texte : Analysez...aspose.pdf as ap # Ouvrir le document PDF document = ap.Document("AddText...

    blog.aspose.com/fr/pdf/parse-pdf-in-python/
  9. PDFでの見出しの操作|Aspose.PDF for Python via .NET

    Pythonを使用してPDFドキュメントの見出しに番号を作成します。Aspose.PDF for Python via .NETは、さまざまな種類の番号スタイルを提供します。...pdf as ap document = ap . Document () document...document . page_info . margin = ap . MarginInfo () document . page_info...

    docs.aspose.com/pdf/ja/python-net/working-with-...
  10. 아카이브

    아카이브...pdf as ap # 문서 개체 초기화 document = ap.Document() # 페이지...textfragment 객체 초기화 text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/ko/pdf/create-pdf-files-in-python/