Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 18,307 for

tex page builder

(0.12 sec)
  1. 更改 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...
  2. Edit DOC In Java

    Edit DOC in Java code....unwanted DOC elements (paragraphs, pages, sections, chapters) Change..."Input.doc" ); DocumentBuilder builder = new DocumentBuilder (doc);...

    products.aspose.com/words/java/edit/doc/
  3. Edit Markdown In Java

    Edit Markdown in Java code....unwanted MD elements (paragraphs, pages, sections, chapters) Change..."Input.md" ); DocumentBuilder builder = new DocumentBuilder (doc);...

    products.aspose.com/words/java/edit/md/
  4. Սեղմել DOCX Ը Python Ում

    Սեղմեք DOCX ը Python ում՝ առանց որակի կորստի: Օպտիմալացրեք DOCX բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...Document() builder = aw.DocumentBuilder(doc) shape = builder.InsertImage("Input...docx", 'rb') as pdf_stream: pages_stream = renderer.save_pdf_...

    products.aspose.com/words/hy/python-net/compres...
  5. 在python中壓縮pdf

    在Python中壓縮PDF而不會損失質量。優化PDF內容,輕鬆減小文件大小。...pdf" , 'rb' ) as pdf_stream: pages_stream = renderer.save_pdf_...tream, pdf_read_options); builder = aw.DocumentBuilder() for...

    products.aspose.com/words/zh-hant/python-net/co...
  6. Several Image Into GIF C#

    Merge multiple Image into GIF in C# code. Save Image 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/image-to-gif/
  7. Several JPG Into TIFF C#

    Merge multiple JPG into TIFF in C# code. Save JPG as TIFF 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-tiff/
  8. Several JPG Into JPG C#

    Merge multiple JPG into JPG in C# code. Save JPG 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/jpg-to-jpg/
  9. Several JPG Into SVG Java

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

    products.aspose.com/words/java/merge/jpg-to-svg/
  10. Შეკუმშოს DOC C++

    შეკუმშოს DOC C++ ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ DOC კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....MakeObject<Document>(); auto builder = MakeObject<DocumentBuilder>(doc);...er>(doc); auto shape = builder->InsertImage(u"Input.doc"); auto...

    products.aspose.com/words/ka/cpp/compress/doc/