Sort Score
Result 10 results
Languages All
Labels All
Results 4,871 - 4,880 of 187,811 for

page

(1.41 sec)
  1. PageInfo.size_in_points property | Aspose.Words...

    PageInfo.size_in_points property. Gets the Page size in points....size_in_points property Gets the page size in points. @property def...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Setting up Known External Types in C#|Aspose.Wo...

    Learn how to set up external types using LINQ in C#.... What is this page about? This page explains how to configure...results. Please refresh the page and try again....

    docs.aspose.com/words/net/setting-up-known-exte...
  3. Convert Worksheet to Image - Remove whitespace ...

    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....images in applications or web pages. For example, you might need...top, bottom, left, and right page‑setup margins for the source...

    docs.aspose.com/cells/python-net/convert-worksh...
  4. Licensing|Documentation

    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....evaluation from the Download Page . The evaluation and licensed...available for download on the order page. Copy the file to one of the...

    docs.aspose.com/cells/reportingservices/licensing/
  5. Convert TEXT To PNG Python

    Convert TEXT to PNG format in Python code. Save TEXT as PNG using Python....PNG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .png" , save_options)...

    products.aspose.com/words/python-net/conversion...
  6. Convert TEXT To SVG Python

    Convert TEXT to SVG format in Python code. Save TEXT as SVG using Python....SVG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .svg" , save_options)...

    products.aspose.com/words/python-net/conversion...
  7. Evaluating aspose.ocr issue - Free Support Foru...

    I am evaluating Apso.ocr. I need to take a flattened pdf file and process a Page with grids on it and turn that image of a grid into actual grids. I need to do this across may files and may structures. The code In hav…...flattened pdf file and process a page with grids on it and turn that...pdf file attacthed is a one page file with some grids on it....

    forum.aspose.com/t/evaluating-aspose-ocr-issue/...
  8. Convert WORD To JPG Python

    Convert a Word document to JPG format in Python code. Save a Word document as JPG using Python....JPG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .jpg" , save_options)...

    products.aspose.com/words/python-net/conversion...
  9. Convert DOC To PNG Python

    Convert DOC to PNG format in Python code. Save DOC as PNG using Python....PNG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .png" , save_options)...

    products.aspose.com/words/python-net/conversion...
  10. XamlFixedSaveOptions class | Aspose.Words for P...

    aspose.words.saving.XamlFixedSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.XAML_FIXED](../../aspose.words/saveformat/#XAML_FIXED) format...from FixedPageSaveOptions ) page_saving_callback Allows to control...control how separate pages are saved when a document is exported...

    reference.aspose.com/words/python-net/aspose.wo...