Sort Score
Result 10 results
Languages All
Labels All
Results 7,111 - 7,120 of 189,134 for

page

(1.14 sec)
  1. Several HTML Into JPG C#

    Merge multiple HTML into JPG in C# code. Save HTML as JPG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/html-to-jpg/
  2. Excel Themes and Colors|Documentation

    Learn how to use custom color schemes with Aspose.Cells for Node.js via C++....Excel Open Excel and go to the “Page Layout” tab in the Excel ribbon...standards. Open Excel and go to the “Page Layout” tab in the Excel ribbon...

    docs.aspose.com/cells/nodejs-cpp/excel-themes-a...
  3. Insert PDF into OneNote using C# | PDF in OneNo...

    Programmatically insert PDF into OneNote using C# with Aspose.Note for .NET API. Insert PDF document with icon to a new or an existing OneNote (.one) document using C#....Next, create objects of the Page , Outline , and the OutlineElement... append Outline to the Page and Page to the Document . Finally...

    blog.aspose.com/note/insert-pdf-into-onenote-us...
  4. PageSetup.firstPageTray property | Aspose.Words...

    PageSetup.firstPageTray property. Gets or sets the paper tray (bin) to use for the first Page of a section...tray (bin) to use for the first page of a section. The value is implementation...means the code below resets all page tray values to use the current...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Export PowerPoint Notes to PDF in Java

    Learn how to export PowerPoint notes to PDF in Java using Aspose.Slides for Java. Discover step-by-step instructions and code examples. Click to learn more!...position of the notes on the page. Set the mode in which slides...slides are placed on the page when exporting a presentation by calling...

    blog.aspose.com/slides/export-powerpoint-notes-...
  6. Save Website – C# – Aspose.HTML for .NET

    Learn how to save a website or how to save a webPage using Aspose.HTML for .NET and customize the saving process to suit your needs....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/html/net/website-to-html/
  7. Convert Image To TXT C++

    Convert Image to TXT format in C++ code. Save Image as TXT using C++....for (int page = 0; page < doc->get_PageCount(); page++) { sav...saveOptions->set_PageSet(MakeObject<PageSet>(page)); doc->Save(String::Format(u"Output_{0}...

    products.aspose.com/words/cpp/conversion/image-...
  8. Convert Word, PDF And Many Other File Formats U...

    Convert documents programmatically in C# between various file formats: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG and many more....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/
  9. Convert Image To BMP C#

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

    products.aspose.com/words/net/conversion/image-...
  10. Convert Image To JPG C#

    Convert Image to JPG format in C# code. Save Image 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/image-...