Sort Score
Result 10 results
Languages All
Labels All
Results 6,611 - 6,620 of 181,395 for

page

(0.31 sec)
  1. Incorrect Bullets and Numbering after PPT to PP...

    I have converted a *.ppt presentations to *.pptx format with Aspose.Slides and the result document have a few inconsistencies. The most affected slides: 6101811261171.ppt 5: incorrect bullet style. 13: extra numberin…...all fixes on the Release Notes page. You can also find the latest...library on the Product Download page. licenses April 10, 2025, 1:26pm...

    forum.aspose.com/t/incorrect-bullets-and-number...
  2. ResourceSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.ResourceSavingArgs class, which enhances your document processing by providing essential data for the ResourceSaving event....Words saves a document to fixed page HTML, SVG or Markdown, it saves...an external resource to fixed page HTML or SVG. /// </summary>...

    reference.aspose.com/words/net/aspose.words.sav...
  3. OfficeMathJustification | Aspose.Words for Java

    Specifies the justification of the equation in Java....Paragraph) with respect to the page. DEFAULT Default value CENTER_GROUP...Paragraph) with respect to the page. DEFAULT public static int DEFAULT...

    reference.aspose.com/words/java/com.aspose.word...
  4. Export Range of Cells in a Worksheet to Image w...

    Learn how to export a specific range of cells in a worksheet to an image using Aspose.Cells with C++....Image and Worksheet to Image by Page with C++ Analyzing your prompt...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/cpp/export-range-of-cells...
  5. Several WORD Into JPG C++

    Merge multiple a Word document into JPG in C++ code. Save a Word document as JPG using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/word-to-jpg/
  6. Several TEXT Into JPG C++

    Merge multiple TEXT into JPG in C++ code. Save TEXT as JPG using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/text-to-jpg/
  7. Several WORD Into TIFF C++

    Merge multiple a Word document into TIFF in C++ code. Save a Word document as TIFF using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/word-to-tiff/
  8. Several WORD Into PNG C++

    Merge multiple a Word document into PNG in C++ code. Save a Word document as PNG using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/word-to-png/
  9. Several TEXT Into GIF C++

    Merge multiple TEXT into GIF in C++ code. Save TEXT as GIF using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/text-to-gif/
  10. Several TEXT Into SVG C++

    Merge multiple TEXT into SVG in C++ code. Save TEXT as SVG using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/text-to-svg/