Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 51,274 for

import document

(0.17 sec)
  1. View DOC File Online and Load or Read DOC File ...

    Free online DOC file viewer app. Python API code to read and load DOC file for viewer application....File Online and Load or Read Document via Python Develop powerful...powerful Python based DOC document viewer utility application. Code...

    products.aspose.com/total/python-net/viewer/doc/
  2. View DOTX File Online and Load or Read DOTX Fil...

    Free online DOTX file viewer app. Python API code to read and load DOTX file for viewer application....File Online and Load or Read Document via Python Develop powerful...powerful Python based DOTX document viewer utility application. Code...

    products.aspose.com/total/python-net/viewer/dotx/
  3. 使用 Python 向 PDF 添加页面图章 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式向 PDF 文件添加页面图章。...添加页面图章-Python import aspose.pdf as apdf from os import path path_infile...data_dir , outfile ) document = apdf . Document ( path_infile ) bluePageStamp...

    products.aspose.com/pdf/zh-hans/python-net/stam...
  4. Merge MD Files in Python

    Follow this article to merge MD files in Python. It has details to set the IDE, a list of steps, and a sample code to merge Markdown files in Python....Markdown files with different import strategies. Steps to Merge...via .NET to merge MD files Import the Aspose.Words library and...

    kb.aspose.com/words/python/merge-md-files-in-py...
  5. ImageData.CropTop | Aspose.Words for .NET

    Optimize your images with ImageData CropTop, controlling picture removal from the top for perfect framing and enhanced visual appeal.... Document imgSourceDoc = new Document ( MyDir + "Images...)[ 0 ]; Document dstDoc = new Document (); // Import a shape...

    reference.aspose.com/words/net/aspose.words.dra...
  6. ImageData.CropLeft | Aspose.Words for .NET

    Discover the ImageData CropLeft property to easily adjust image framing by removing unwanted portions from the left side for a perfect fit.... Document imgSourceDoc = new Document ( MyDir + "Images...)[ 0 ]; Document dstDoc = new Document (); // Import a shape...

    reference.aspose.com/words/net/aspose.words.dra...
  7. ImageData.CropBottom | Aspose.Words for .NET

    Discover the ImageData CropBottom property to easily customize your images by removing unwanted portions from the bottom for a perfect fit.... Document imgSourceDoc = new Document ( MyDir + "Images...)[ 0 ]; Document dstDoc = new Document (); // Import a shape...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ImageData.CropRight | Aspose.Words for .NET

    Discover the ImageData CropRight property, control picture cropping from the right side for precise image editing and enhanced visual appeal.... Document imgSourceDoc = new Document ( MyDir + "Images...)[ 0 ]; Document dstDoc = new Document (); // Import a shape...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Convert PDF to Excel in Python|Aspose.PDF for P...

    Learn how to convert PDFs to Excel files using Aspose.PDF for Python via Java. Achieve precision and efficiency with our comprehensive tutorial....instance of Document object with the source PDF document. Create....xls extension by calling Document.Save() method and passing...

    docs.aspose.com/pdf/python-java/convert-pdf-to-...
  10. Improving of the Text Extraction from Multi‑Col...

    This section contains articles on Text formatting and scaling using Aspose.PDF in Python....fragments, save and reopen document. Use ‘TextAbsorber’ to extract...out the extracted text. import io import aspose.pdf as ap def ...

    docs.aspose.com/pdf/python-net/text-extraction-...