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

page

(1.02 sec)
  1. Apply preset theme to VTX document via Python |...

    Python source code to apply preset theme to vtx file within any Python based application....Open a Diagram object Select Page via its id Assign a Preset value...PresetTheme property of the Page instance Call the save() method...

    products.aspose.com/diagram/python-java/theme/vtx/
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. Aspose Cells Smart Markers Glossary - Free Supp...

    Hello there! We’re working with Aspose templates and need a way to reliably parse smart markers used in Aspose Cells. Our goal is to extract the underlying fields from these markers so we can validate them against our d…...following official documentation pages: Using Smart Markers|Documentation...a central index or glossary page that lists all available smart...

    forum.aspose.com/t/aspose-cells-smart-markers-g...
  9. Table Formatting in Java|Aspose.Words for Java

    Table formatting in details. Using Java to format every part of table.... For example, changing the page margins or the preferred table...of the available space on the page. In this case, this means the...

    docs.aspose.com/words/java/applying-formatting/
  10. Convert Word, PDF And Many Other File Formats U...

    Convert documents programmatically in Java between various file formats: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG and many more....for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...PageSet(page)); doc.save(String.format("Output_%d.pdf", page + 1)...

    products.aspose.com/words/java/conversion/