Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 5,301 for

document navigation

(0.11 sec)
  1. Edit SVG File – C# Examples with Aspose.SVG

    Learn how to edit SVG in C#. Add and edit SVG elements, edit SVG paths, draw on bitmaps, and more using the Aspose.SVG for .NET library.... The API’s Document Object Model (DOM) is fully...editing. You can modify the document by appending new nodes, removing...

    docs.aspose.com/svg/net/edit-svg-file/
  2. Make WORD Using C#

    Make a new a Word Document in C# in a few steps. Easily create a Word Document using .NET library....name Start creating a Word document using C# Save the output Word...worth noting that a blank document is technically supposed to...

    products.aspose.com/words/net/make/word/
  3. Make DOCX Using C#

    Make a new DOCX in C# in a few steps. Easily create DOCX using .NET library....name Start creating a DOCX document using C# Save the output DOCX...worth noting that a blank document is technically supposed to...

    products.aspose.com/words/net/make/docx/
  4. GML

    GML (Geography Markup Language) is an XML-based format used for describing geospatial features and their attributes. It is commonly used in GIS (Geographic Information Systems) and other geospatial applications to encode and exchange geographic data. GML allows for the creation and sharing of complex geospatial data sets, including both vector and raster data.... Mapping and navigation: GML can be used to create...and other geodata used for navigation and wayfinding. Analysis...

    products.aspose.com/gis/net/gis-formats/gml
  5. Convert EXCEL to PPS via PHP or with free Onlin...

    PHP API to Convert EXCEL to PPS or Online App without using Microsoft Excel or Powerpoint. Test free EXCEL to PPS online converter quickly before integrating the code....or Online App Export EXCEL 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/e...
  6. Compress WORD In C#

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

    products.aspose.com/words/net/compress/word/
  7. Compress DOCX In C#

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

    products.aspose.com/words/net/compress/docx/
  8. Optimize File's Content Using Python

    Compress files in Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...and baseline data Use our Document Optimization API to develop...powerful solution to reduce document and image size using Python...

    products.aspose.com/words/python-net/compress/
  9. Several Image Into PNG C++

    Merge multiple Image into PNG in C++ code. Save Image 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/image-to-png/
  10. Several JPG Into GIF C++

    Merge multiple JPG into GIF in C++ code. Save JPG as GIF 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-gif/