Sort Score
Result 10 results
Languages All
Labels All
Results 6,161 - 6,170 of 187,699 for

page

(0.11 sec)
  1. Using Lexical Tokens in C#|Aspose.Words for .NET

    Use lexical tokens in template expressions when building a report in C#.... What is this page about? This page explains how lexical...results. Please refresh the page and try again....

    docs.aspose.com/words/net/using-lexical-tokens/
  2. Branded survey|Documentation

    A customer satisfaction survey decorated with your logo....in the template to the global page settings when generating a printable...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/omr/net/txt-markup/examples/bra...
  3. Extend and Contribute to CRM AutoMerge|Aspose.W...

    How to defined a custom workflow using Aspose AutoMerge add-on that can be used with Workflows and Dialogs in CRM in C#.... What is this page about? This page describes how to extend...results. Please refresh the page and try again....

    docs.aspose.com/words/net/extend-and-contribute...
  4. FieldXE.IsItalic | Aspose.Words for .NET

    Discover how FieldXE's IsItalic property enhances your document's style by easily applying italic formatting to Page numbers for a polished look....italic formatting to the entry’s page number. public bool IsItalic...side, // and the number of the page that contains the XE field on...

    reference.aspose.com/words/net/aspose.words.fie...
  5. 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...
  6. 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...
  7. 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/
  8. Working with Facades|Aspose.PDF for .NET

    Learn how to work with PDF facades in .NET using Aspose.PDF for easier manipulation and viewing of PDF content....add texts and images on the pages of existing PDF document. Edit...Working with pages - edit the PDF document’s page, including rotation...

    docs.aspose.com/pdf/net/working-with-facades/
  9. 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/
  10. Convert Image To WORD Javascript

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

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