Sort Score
Result 10 results
Languages All
Labels All
Results 6,581 - 6,590 of 190,008 for

page

(0.18 sec)
  1. PptxReadException Is Thrown While Reading a Pow...

    Hi, We are using aspose.slides for c++ 25.4 version. While reading the attached ppt, exception is thrown with error: System exception: Aspose::Slides::PptxReadException: Already registered: zipEntry Please find samp…...all fixes on the Release Notes page. You can also find the latest...library on the Product Download page. Ethan111 August 28, 2025, 2:01pm...

    forum.aspose.com/t/pptxreadexception-is-thrown-...
  2. Export Range of Cells in a Worksheet to Image w...

    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....Image and Worksheet to Image by Page with Node.js via C++ Analyzing...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/nodejs-cpp/export-range-o...
  3. FieldToc.pageNumberOmittingLevelRange property ...

    FieldToc.PageNumberOmittingLevelRange property. Gets or sets a range of levels of the table of contents entries from which to omits Page numbers....entries from which to omits page numbers. get pageNumberOmittingLe...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Convert JPG To SVG C++

    Convert JPG to SVG format in C++ code. Save JPG as SVG 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/jpg-to...
  5. Convert JPG To TIFF C++

    Convert JPG to TIFF format in C++ code. Save JPG as TIFF 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/jpg-to...
  6. Convert JPG To Image C++

    Convert JPG to Image format in C++ code. Save JPG as Image 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/jpg-to...
  7. Convert JPG To PNG C++

    Convert JPG to PNG format in C++ code. Save JPG as PNG 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/jpg-to...
  8. Փոխարկել TEXT HTML C#

    Փոխարկեք TEXT ը HTML ձևաչափի C# կոդով: Պահեք TEXT որպես HTML օգտագործելով C#:...html); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.html", saveOptions);...

    products.aspose.com/words/hy/net/conversion/tex...
  9. Convert Image To BMP C++

    Convert Image to BMP format in C++ code. Save Image as BMP 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-...
  10. Several WORD Into Image Java

    Merge multiple a Word document into Image in Java code. Save a Word document 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/word-to-im...