Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 8,067 for

page count

(0.04 sec)
  1. Converting Worksheet to SVG in Ruby|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....into svg format in a single page. img_options = Rjb :: import...worksheet into svg format sheet_count = workbook . getWorksheets ()...

    docs.aspose.com/cells/java/converting-worksheet...
  2. PCL to JPEG Converter using Python | Aspose.PDF

    Sample code on Python for PCL to JPEG conversion. Use example code for batch PCL to JPEG conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...settings for converting PDF pages to JPEG images.This option allows...

    products.aspose.com/pdf/python-net/conversion/p...
  3. TextColumnCollection.evenly_spaced property | A...

    TextColumnCollection.evenly_spaced property. True if text columns are of equal width and evenly spaced....doc ) page_setup = builder . page_setup columns = page_setup...evenly_spaced = False columns . set_count ( 2 ) # Determine the amount...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Compress PDF In C#

    Compress PDF in C# without losing quality. Optimize PDF content, reduce file size easily....During the first pass, all pages of the PDF are converted to...< pagesStream.Count; ++i) { // Set maximum page size to avoid...

    products.aspose.com/words/net/compress/pdf/
  5. Გადაიყვანეთ JPG BMP Python

    გადაიყვანეთ JPG BMP Python ფორმატში კოდით. შეინახეთ JPG როგორც BMP Python....bmp) for page in range(doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save(f"Output_{page + 1}.bmp", save_options)...

    products.aspose.com/words/ka/python-net/convers...
  6. Გადაიყვანეთ JPG GIF Python

    გადაიყვანეთ JPG GIF Python ფორმატში კოდით. შეინახეთ JPG როგორც GIF Python....gif) for page in range(doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save(f"Output_{page + 1}.gif", save_options)...

    products.aspose.com/words/ka/python-net/convers...
  7. Aspose::Words::Document::get_LastSection method...

    Aspose::Words::Document::get_LastSection method. Gets the last section in the document in C++....doc -> get_Sections () -> get_Count ()); // Use a document builder...() -> get_Count ()); // Each section has its own page setup settings...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Aspose::Words::Saving::MetafileRenderingOptions...

    Aspose::Words::Saving::MetafileRenderingOptions class. Allows to specify additional metafile rendering options. To learn more, visit the documentation article in C++....metafile according to the size on page or the display of the metafile...metafile rendering to the size on page. get_RenderingMode () const...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Გადაიყვანეთ HTML MARKDOWN Python

    გადაიყვანეთ HTML MARKDOWN Python ფორმატში კოდით. შეინახეთ HTML როგორც MARKDOWN Python....md) for page in range(doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save(f"Output_{page + 1}.md", save_options)...

    products.aspose.com/words/ka/python-net/convers...
  10. Several PDF Into JPG Python

    Merge multiple PDF into JPG in Python code. Save PDF as JPG using Python....KEEP_SOURCE_FORMATTING) for page in range ( 0 , output.page_count): extractedPage...extract_pages(page, 1 ) extractedPage.save( f"Output_ {page + 1 }...

    products.aspose.com/words/python-net/merge/pdf-...