Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 18,290 for

tex page builder

(1.34 sec)
  1. Შეკუმშოს HTML C#

    შეკუმშოს HTML C# ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ HTML კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....doc = new Document(); var builder = new DocumentBuilder(doc);...; var shape = builder.InsertImage("Input.html"); var saveOptions...

    products.aspose.com/words/ka/net/compress/html/
  2. Compress JPG In Java

    Compress JPG in Java without losing quality. Optimize JPG content, reduce file size easily....Document (); DocumentBuilder builder = new DocumentBuilder (doc);...(doc); Shape shape = builder.insertImage( "Input.jpg" ); ImageSaveOptions...

    products.aspose.com/words/java/compress/jpg/
  3. Compress DOCX In C++

    Compress DOCX in C++ without losing quality. Optimize DOCX content, reduce file size easily....MakeObject<Document>(); auto builder = MakeObject<DocumentBuilder>(doc);...er>(doc); auto shape = builder->InsertImage(u"Input.docx"); auto...

    products.aspose.com/words/cpp/compress/docx/
  4. Սեղմել DOCX Ը C++ Ում

    Սեղմեք DOCX ը C++ ում՝ առանց որակի կորստի: Օպտիմալացրեք DOCX բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...MakeObject<Document>(); auto builder = MakeObject<DocumentBuilder>(doc);...er>(doc); auto shape = builder->InsertImage(u"Input.docx"); auto...

    products.aspose.com/words/hy/cpp/compress/docx/
  5. Բաժիններ ավելացնել Word փաստաթղթում Java-ում

    Հետևեք այս հոդվածին՝ Word-ում բաժնի ընդմիջում տեղադրելու համար Java օգտագործելով։ Այն ներառում է IDE-ի կարգավորման մանրամասներ, քայլերի ցուցակ և օրինակային կոդ Word-ում բաժնի ընդմիջում տեղադրելու համար Java օգտագործելով։...Page Product Family Aspose.PSD Product...Aspose.Font Product Family Aspose.TeX Product Family Բաժիններ ավելացնել...

    kb.aspose.com/hy/words/java/add-sections-to-wor...
  6. Several JPG Into BMP C#

    Merge multiple JPG into BMP in C# code. Save JPG as BMP using C#....doc = new Document(); var builder = new DocumentBuilder(doc);...fileNames.Select(fileName => builder.InsertImage(fileName)).ToList();...

    products.aspose.com/words/net/merge/jpg-to-bmp/
  7. Several Image Into PNG C#

    Merge multiple Image into PNG in C# code. Save Image as PNG using C#....doc = new Document(); var builder = new DocumentBuilder(doc);...fileNames.Select(fileName => builder.InsertImage(fileName)).ToList();...

    products.aspose.com/words/net/merge/image-to-png/
  8. Several Image Into SVG C#

    Merge multiple Image into SVG in C# code. Save Image as SVG using C#....doc = new Document(); var builder = new DocumentBuilder(doc);...fileNames.Select(fileName => builder.InsertImage(fileName)).ToList();...

    products.aspose.com/words/net/merge/image-to-svg/
  9. Several Image Into BMP C#

    Merge multiple Image into BMP in C# code. Save Image as BMP using C#....doc = new Document(); var builder = new DocumentBuilder(doc);...fileNames.Select(fileName => builder.InsertImage(fileName)).ToList();...

    products.aspose.com/words/net/merge/image-to-bmp/
  10. SVG Path – Code Examples – Aspose.SVG Guide

    Learn with Aspose.SVG how to use SVG paths – a group of commands to draw outlines or shapes by combining SVG lines, SVG arcs, and Bezier curves....Page Product Solution Aspose.PSD...Font Product Solution Aspose.TeX Product Solution Aspose.Medical...

    docs.aspose.com/svg/net/drawing-basics/svg-path...