Sort Score
Result 10 results
Languages All
Labels All
Results 3,491 - 3,500 of 141,220 for

page

(0.41 sec)
  1. Xamarin and .NET 2.0 Differences|Aspose.Words f...

    Aspose.Words for .NET Standard 2.0 API differences comparing to regular .NET version using C#....when render document to fixed page formats (like Images, PDF, XPS...gTestDocumentPath ); // Render the first page to System.Drawing.Graphics using...

    docs.aspose.com/words/net/xamarin-and-net-stand...
  2. Convert a Visio Shape To Pdf|Documentation

    This section explains how to convert a visio shape to pdf with Aspose.Diagram.... get a particular page. get a particular shape. convert...

    docs.aspose.com/diagram/net/convert-a-visio-sha...
  3. Extract Theme Data from Excel File|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....workbook using Microsoft Excel via Page Layout > Themes command. Example...

    docs.aspose.com/cells/java/extract-theme-data-f...
  4. Java PDF API - Create, Merge, Modify, and Conve...

    PDF processing library for Java to create, read and edit files. Convert PDF to XPS, EPUB, HTML, MHT, PCL, SVG, XSL-FO, TEX, DOC, DOCX, XLS, PPT, PPTX and images....metadata information, text and page manipulation, management of...remove watermarks Split pages Merge pages Extract PDF Metadata Edit...

    products.aspose.com/pdf/java/
  5. Python via Java PDF API - Create, Merge, Modify...

    Python wrapper to generate edit and parse PDF files based on Java. Library converts PDF to multiple formats including DOC, DOCX, XLS, XLSX, PPTX HTML and images...metadata information, text and page manipulation, management of...load PDF file, extract pages, insert pages at a particular location...

    products.aspose.com/pdf/python-java/
  6. Several HTML Into Image Java

    Merge multiple HTML into Image in Java code. Save HTML as Image using Java....for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/java/merge/html-to-im...
  7. Convert JPG To PDF C#

    Convert JPG to PDF format in C# code. Save JPG as PDF using C#....pdf); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.pdf", saveOptions);...

    products.aspose.com/words/net/conversion/jpg-to...
  8. Convert JPG To JPG C#

    Convert JPG to JPG format in C# code. Save JPG as JPG using C#....jpg); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.jpg", saveOptions);...

    products.aspose.com/words/net/conversion/jpg-to...
  9. Convert JPG To Image C#

    Convert JPG to Image format in C# code. Save JPG as Image using C#....jpg); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.jpg", saveOptions);...

    products.aspose.com/words/net/conversion/jpg-to...
  10. Convert HTML To EPUB C#

    Convert HTML to EPUB format in C# code. Save HTML as EPUB using C#....epub); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.epub", saveOptions);...

    products.aspose.com/words/net/conversion/html-t...