Sort Score
Result 10 results
Languages All
Labels All
Results 6,051 - 6,060 of 188,035 for

page

(1.65 sec)
  1. Convert WORD To TXT Javascript

    Convert a Word document to TXT format in JavaScript code. Save a Word document as TXT using JavaScript....docx") for (var page = 0; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1); extractedPage.save(`Output_${page + 1}.txt`);...

    products.aspose.com/words/nodejs-net/conversion...
  2. Several HTML Into GIF C++

    Merge multiple HTML into GIF in C++ code. Save HTML 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/html-to-gif/
  3. Several DOC Into PNG C++

    Merge multiple DOC into PNG in C++ code. Save DOC 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/doc-to-png/
  4. Convert WORD To PDF Javascript

    Convert a Word document to PDF format in JavaScript code. Save a Word document as PDF using JavaScript....docx") for (var page = 0; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1); extractedPage.save(`Output_${page + 1}.pdf`);...

    products.aspose.com/words/nodejs-net/conversion...
  5. IDocumentProcessorPlugin.setTextWatermark metho...

    IDocumentProcessorPlugin.setTextWatermark method. Adds text watermark on each Page of the document loaded by [IDocumentProcessorPlugin.load()](../load/#buffer_loadoptions) method....Adds text watermark on each page of the document loaded by IDocumentProcessorPl...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. IDocumentProcessorPlugin.setImageWatermark meth...

    IDocumentProcessorPlugin.setImageWatermark method. Adds image watermark on each Page of the document loaded by [IDocumentProcessorPlugin.load()](../load/#buffer_loadoptions) method....Adds image watermark on each page of the document loaded by IDocumentProcessorPl...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. TextBox Is Not Rendered Correctly When Converti...

    We have a PowerPoint presentation with several text boxes that aren’t converting correctly to PDF. In some cases, the text wraps and displays outside the bounding box. I’ve attached both the PowerPoint and the converted…...all the pages foreach (Page page in pdfDocument.Pages) { // Adjust...and CropBox page.MediaBox = new Rectangle( page.MediaBox.LLX...

    forum.aspose.com/t/textbox-is-not-rendered-corr...
  8. Headings And Body Theme Font|Documentation

    Aspose.Cells is a .NET library for working with spreadsheet files. It supports setting heading and body theme fonts in Excel documents, enabling users to customize the appearance and style of the document. This article will introduce how to use the Aspose.Cells library to work with heading and body theme fonts in Excel documents....and it may even mess up the page layout. What caused the default...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/net/headings-and-body-the...
  9. TextColumn | Aspose.Words for Java

    Represents a single text column in Java....available within the margins of the page. column = columns.get(1); column...available within the margins of the page. column = columns.get(1); column...

    reference.aspose.com/words/java/com.aspose.word...
  10. Convert JPG To SVG Javascript

    Convert JPG to SVG format in JavaScript code. Save JPG as SVG using JavaScript....jpg") for (var page = 0; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1); extractedPage.save(`Output_${page + 1}.svg`);...

    products.aspose.com/words/nodejs-net/conversion...