Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 4,861 for

document navigation

(0.05 sec)
  1. Several JPG Into PNG C++

    Merge multiple JPG into PNG in C++ code. Save JPG as PNG using C++....}; auto doc = MakeObject <Document>(); auto builder = MakeObject...page settings // to crop the document to fit the size of the pictures...

    products.aspose.com/words/cpp/merge/jpg-to-png/
  2. Save File from URL in Python – Aspose.HTML

    Learn how to save file from URL using the Aspose.HTML Python API. Consider Python examples for automating the download files from websites....need to create an empty HTML document and call the network request...example: Create an empty HTML document using the default constructor...

    docs.aspose.com/html/python-net/save-file-from-...
  3. Online SVG to XLTM Conversion or Build .NET bas...

    Free online app to convert SVG to XLTM files. .NET C# conversion library code for SVG Documents....will be converted into XLTM document Download the converted XLTM...Automation API Open SVG file using Document class Convert SVG to XLSX...

    products.aspose.com/total/net/conversion/svg-to...
  4. Hyperlink Generator – Online Tool and C# Code

    Hyperlink Generator creates HTML anchor tag and C# code for the element. You can generate code and use it in your own website or C# project....NET Live Demos Cloud Documentation Free Trial API Reference...Overview Live Demos Cloud Documentation Free Trial API Reference...

    products.aspose.com/html/net/generators/hyperlink/
  5. Compress DOC In C++

    Compress DOC in C++ without losing quality. Optimize DOC content, reduce file size easily....Aspose::Words; auto doc = MakeObject <Document>( u"Input.doc" ); doc-> Cleanup...Aspose::Words; auto doc = MakeObject<Document>(u"Input.doc"); doc->Cleanup();...

    products.aspose.com/words/cpp/compress/doc/
  6. Compress WORD In C++

    Compress WORD in C++ without losing quality. Optimize WORD content, reduce file size easily....Aspose::Words; auto doc = MakeObject <Document>( u"Input.docx" ); doc-> Cleanup...Aspose::Words; auto doc = MakeObject<Document>(u"Input.docx"); doc->Cleanup();...

    products.aspose.com/words/cpp/compress/word/
  7. Compress PDF In C#

    Compress PDF in C# without losing quality. Optimize PDF content, reduce file size easily....efficiently compress PDF documents programmatically. Easily get...network. It is a standalone PDF document processing solution for C#...

    products.aspose.com/words/net/compress/pdf/
  8. Compress HTML In C#

    Compress HTML in C# without losing quality. Optimize HTML content, reduce file size easily....Words; var doc = new Document( "Input.html" ); doc.Cleanup();...Aspose.Words; var doc = new Document("Input.html"); doc.Cleanup();...

    products.aspose.com/words/net/compress/html/
  9. How to use CSS Selector – QuerySelector, QueryS...

    Learn how to effectively apply selectors to select the elements you want to style using QuerySelector() and QuerySelectorAll() methods....Moreover, you can navigate an HTML document using CSS Selectors...pattern to match elements in a document tree based on CSS Selectors...

    docs.aspose.com/html/net/how-to-articles/how-to...
  10. DOCX Mail Merge In Python

    Personalize your Mail merge DOCX file using Python. Automate emails or build reports using Mail merge DOCX template in Python.... Use our Mail merge document API to develop high-level...you can create personalized documents using the Mail merge DOCX...

    products.aspose.com/words/python-net/mailmerge/...