Sort Score
Result 10 results
Languages All
Labels All
Results 6,321 - 6,330 of 188,009 for

page

(0.11 sec)
  1. Aspose::Words::Fields::FieldTA::set_IsItalic me...

    Aspose::Words::Fields::FieldTA::set_IsItalic method. Sets whether to apply italic formatting to the Page number for the entry in C++....apply italic formatting to the page number for the entry. void Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Aspose::Words::PageSetup::get_FirstPageTray met...

    Aspose::Words::PageSetup::get_FirstPageTray method. Gets the paper tray (bin) to use for the first Page of a section. The value is implementation (printer) specific in C++....tray (bin) to use for the first page of a section. The value is implementation...

    reference.aspose.com/words/cpp/aspose.words/pag...
  3. Aspose::Words::Saving::PageSavingArgs::set_Page...

    Aspose::Words::Saving::PageSavingArgs::set_PageFileName method. Sets the file name where the document Page will be saved to in C++....file name where the document page will be saved to. void Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. ParagraphFormat | Aspose.Words for Java

    Represents all the formatting for a paragraph in Java....appendChild(section); // Set some page setup properties for the section...setSectionStart(SectionStart.NEW_PAGE); section.getPageSetup().se...

    reference.aspose.com/words/java/com.aspose.word...
  5. Working with PDF Documents using C#|Aspose.PDF ...

    This article describes to you what manipulations can be done with the document with Aspose.PDF library.... Optimize PDF - optimize page content, optimize file size...using C#. Split PDF - split PDF pages into individual PDF files in...

    docs.aspose.com/pdf/net/working-with-documents/
  6. Several HTML Into Image Javascript

    Merge multiple HTML into Image in JavaScript code. Save HTML as Image using JavaScript....for ( var page = 0 ; page < output.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.jpg`);...

    products.aspose.com/words/nodejs-net/merge/html...
  7. Several TEXT Into SVG Javascript

    Merge multiple TEXT into SVG in JavaScript code. Save TEXT as SVG using JavaScript....for ( var page = 0 ; page < output.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.svg`);...

    products.aspose.com/words/nodejs-net/merge/text...
  8. Aspose::Words::Saving::PsSaveOptions::get_UseBo...

    Aspose::Words::Saving::PsSaveOptions::get_UseBookFoldPrintingSettings method. Gets or sets a boolean value indicating whether the document should be saved using a booklet printing layout, if it is specified via MultiplePages in C++....settings are not specified in page setup, this option will have..."MultiplePages" // properties of the page setup objects of all sections...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. What's new from C++|Aspose.PDF for C++

    In this Page introduces the most popular new features in Aspose.PDF for C++ that have been introduced in recent releases....Ability to add SVG images to a page: { auto doc = MakeObject < Document...(); auto page = doc -> get_Pages () -> Add (); page -> AddImage...

    docs.aspose.com/pdf/cpp/whatsnew/
  10. Convert Word, PDF And Many Other File Formats U...

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