Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 5,027 for

document navigation

(0.04 sec)
  1. Compress DOCX In C++

    Compress DOCX in C++ without losing quality. Optimize DOCX 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/docx/
  2. Нow to work with Aspose.SVG API – C# Examples

    The articles in this chapter provide the information you need to get started with the C# library and C# examples for processing SVG files....the DOM represents an SVG document in memory and how to use API...and rendering options, SVG documents merging, Image vectorization...

    docs.aspose.com/svg/net/how-to-work-with-aspose...
  3. Several Image Into WORD C#

    Merge multiple Image into WORD in C# code. Save Image as WORD using C#....several image into Word Use our document merging API to develop high-level...example that iterates through documents and converts them to Word:...

    products.aspose.com/words/net/merge/image-to-word/
  4. Several JPG Into WORD C#

    Merge multiple JPG into WORD in C# code. Save JPG as WORD using C#....several JPG into Word Use our document merging API to develop high-level...example that iterates through documents and converts them to Word:...

    products.aspose.com/words/net/merge/jpg-to-word/
  5. Several Image Into DOCX C#

    Merge multiple Image into DOCX in C# code. Save Image as DOCX using C#....several image into DOCX Use our document merging API to develop high-level...example that iterates through documents and converts them to DOCX:...

    products.aspose.com/words/net/merge/image-to-docx/
  6. 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/
  7. 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/
  8. Several JPG Into BMP C++

    Merge multiple JPG into BMP in C++ code. Save JPG as BMP 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-bmp/
  9. Compress JPG In C++

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

    products.aspose.com/words/cpp/compress/jpg/
  10. Compare DOC In Java

    Compare DOC Documents using Java to diff two files. With our Java API you can detect the difference even if one character or one word has been changed....Java library to compare DOC documents and detect even small differences...difference between compared DOC documents and export the results to...

    products.aspose.com/words/java/compare/doc/