Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 5,327 for

document navigation

(0.09 sec)
  1. Manage Presentation Hyperlinks in .NET|Aspose.S...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for .NET—enhance interactivity and workflow in minutes....How can I create internal navigation not just to a slide, but...are groupings of slides; navigation technically targets a specific...

    docs.aspose.com/slides/net/manage-hyperlinks/
  2. Convert XLSM to PPS via PHP or with free Online...

    PHP API to Convert XLSM to PPS or Online App without using Microsoft Excel or Powerpoint. Test free XLSM to PPS online converter quickly before integrating the code....or Online App Export XLSM document to PPS via PHP without using...designated white area to import the document. Next, click on the "Convert"...

    products.aspose.com/total/php-java/conversion/x...
  3. Convert CSV to PPS via PHP or with free Online ...

    PHP API to Convert CSV to PPS or Online App without using Microsoft Excel or Powerpoint. Test free CSV to PPS online converter quickly before integrating the code....PPS or Online App Export CSV document to PPS via PHP without using...designated white area to import the document. Next, click on the "Convert"...

    products.aspose.com/total/php-java/conversion/c...
  4. HtmlSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.HtmlSaveOptions to enhance Document saving in HTML, MHTML, EPUB, AZW3, and MOBI formats with customizable options....additional options when saving a document into the Html, Mhtml, Epub...the Specify Save Options documentation article. public class HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Python Split HTML

    Split HTML files into e pages using Python code. Save HTML as separate files using Python....data and, as a result, get documents of the form and content that...to work with sections of a document in parallel. For example,...

    products.aspose.com/words/python-net/split/html/
  6. Convert HTML To Image Javascript

    Convert HTML to Image format in JavaScript code. Save HTML as Image using JavaScript.... Modern document-processing JavaScript API...'@aspose/words' ); var doc = new aw.Document( "Input.html" ) for ( var...

    products.aspose.com/words/nodejs-net/conversion...
  7. Convert HTML To PDF Javascript

    Convert HTML to PDF format in JavaScript code. Save HTML as PDF using JavaScript....the input file and create a Document object to load the HTML content...'@aspose/words' ); var doc = new aw.Document( "Input.html" ) doc.save(...

    products.aspose.com/words/nodejs-net/conversion...
  8. Convert DOC To TXT Javascript

    Convert DOC to TXT format in JavaScript code. Save DOC as TXT using JavaScript....the input file and create a Document object to load the DOC content...'@aspose/words' ); var doc = new aw.Document( "Input.doc" ) doc.save( "Output...

    products.aspose.com/words/nodejs-net/conversion...
  9. Convert DOC To PDF Javascript

    Convert DOC to PDF format in JavaScript code. Save DOC as PDF using JavaScript....the input file and create a Document object to load the DOC content...'@aspose/words' ); var doc = new aw.Document( "Input.doc" ) doc.save( "Output...

    products.aspose.com/words/nodejs-net/conversion...
  10. Several Image Into DOCX C++

    Merge multiple Image into DOCX in C++ code. Save Image as DOCX using C++....example that iterates through documents and converts them to DOCX:...}; auto doc = MakeObject <Document>(); auto builder = MakeObject...

    products.aspose.com/words/cpp/merge/image-to-docx/