Sort Score
Result 10 results
Languages All
Labels All
Results 8,531 - 8,540 of 187,798 for

page

(0.19 sec)
  1. Convert WORD To XPS C#

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

    products.aspose.com/words/net/conversion/word-t...
  2. Convert HTML To PDF C#

    Convert HTML to PDF format in C# code. Save HTML 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/html-t...
  3. Convert HTML To WORD C#

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

    products.aspose.com/words/net/conversion/html-t...
  4. Convert JPG To SVG C#

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

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

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

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

    Convert DOC to EPUB format in C# code. Save DOC 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/doc-to...
  7. Format Pivot Table Cells|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.... Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/python-java/format-pivot-...
  8. Display Bullets by setting Cell Value using HTM...

    Add bullets to Excel cells using HTML with the easy-to-use Aspose.Cells for Node.js via C++ API.... Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/nodejs-cpp/display-bullet...
  9. Unable to convert HTML to PDF when there is CSS...

    Hi Team, We are trying to transformation input file with below code. com.aspose.pdf.HtmlLoadOptions htmlLoadOptions = new com.aspose.pdf.HtmlLoadOptions(); com.aspose.pdf.Document doc = new com.aspose.pdf.Document("in…... ← previous page...

    forum.aspose.com/t/unable-to-convert-html-to-pd...
  10. Specifying DBNum Custom Pattern Formatting|Docu...

    Aspose.Cells is a Python library for working with spreadsheet files that supports formatting dates and numbers using custom formatting patterns. This article will show you how to use the Aspose.Cells library to specify the 'dbnum' custom format pattern so that users have more control over how numbers are displayed.... Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/python-net/specifying-dbn...