Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 18,239 for

tex page builder

(0.38 sec)
  1. Compress WORD In C++

    Compress WORD in C++ without losing quality. Optimize WORD 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/word/
  2. Սեղմել HTML Ը C++ Ում

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

    products.aspose.com/words/hy/cpp/compress/html/
  3. Several JPG Into GIF C#

    Merge multiple JPG into GIF in C# code. Save JPG as GIF 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-gif/
  4. Several JPG Into PNG C#

    Merge multiple JPG into PNG in C# code. Save JPG 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/jpg-to-png/
  5. Several Image Into JPG C#

    Merge multiple Image into JPG in C# code. Save Image as JPG 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-jpg/
  6. Several JPG Into BMP Java

    Merge multiple JPG into BMP in Java code. Save JPG as BMP using Java....Document (); DocumentBuilder builder = new DocumentBuilder (doc);...map(fileName -> { try { return builder.insertImage(fileName); } catch...

    products.aspose.com/words/java/merge/jpg-to-bmp/
  7. Several Image Into PNG Java

    Merge multiple Image into PNG in Java code. Save Image as PNG using Java....Document (); DocumentBuilder builder = new DocumentBuilder (doc);...map(fileName -> { try { return builder.insertImage(fileName); } catch...

    products.aspose.com/words/java/merge/image-to-png/
  8. Several Image Into SVG Java

    Merge multiple Image into SVG in Java code. Save Image as SVG using Java....Document (); DocumentBuilder builder = new DocumentBuilder (doc);...map(fileName -> { try { return builder.insertImage(fileName); } catch...

    products.aspose.com/words/java/merge/image-to-svg/
  9. Several Image Into GIF Java

    Merge multiple Image into GIF in Java code. Save Image as GIF using Java....Document (); DocumentBuilder builder = new DocumentBuilder (doc);...map(fileName -> { try { return builder.insertImage(fileName); } catch...

    products.aspose.com/words/java/merge/image-to-gif/
  10. 更改 SVG 背景颜色 – C# 示例

    了解如何在 C# 中更改 SVG 背景颜色 - 通过直接修改 SVG、使用内联和内部 CSS 以及使用 JavaScript。...Page Product Solution Aspose.PSD...Font Product Solution Aspose.TeX Product Solution Aspose.Medical...

    docs.aspose.com/svg/zh/net/change-svg-backgroun...