Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 18,548 for

svg builder

(0.1 sec)
  1. Սեղմել 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/
  2. 图像模板– Image Stencil – 如何用 Python 制作模板

    本文介绍如何通过 .NET API 使用 Aspose.Svg for Python 从图像创建模板。...SVG Product Solution Aspose.Finance...PUB Product Solution Aspose.SVG Product Solution Aspose.Finance...

    docs.aspose.com/svg/zh/python-net/image-stencil/
  3. Შეკუმშოს JPG Java

    შეკუმშოს JPG Java ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ JPG კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....Document (); DocumentBuilder builder = new DocumentBuilder (doc);...(doc); Shape shape = builder.insertImage( "Input.jpg" ); ImageSaveOptions...

    products.aspose.com/words/ka/java/compress/jpg/
  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/ka/cpp/compress/docx/
  5. Შეკუმშოს WORD C++

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

    products.aspose.com/words/ka/cpp/compress/word/
  6. Օպտիմալացնել Ֆայլի Բովանդակությունը՝ Օգտագործել...

    Սեղմեք ֆայլերը C#...doc = new Document(); var builder = new DocumentBuilder(doc);...; var shape = builder.InsertImage("Input.docx"); var saveOptions...

    products.aspose.com/words/hy/net/compress/
  7. Export Jira tasks to MS Project MPP file | Aspo...

    A guide on how to export issues from Jira to an MPP file using REST API and custom converters....SVG Product Solution Aspose.Finance...PUB Product Solution Aspose.SVG Product Solution Aspose.Finance...

    docs.aspose.com/tasks/net/convert-jira-to-mpp/
  8. Mail Merge in MS Word using Python

    Refer to this article to apply mail merge in MS Word using Python. It has details to set the IDE and a sample code to perform mail merge in MS Word step by step using Python....SVG Product Family Aspose.Finance...template document Using the builder object, insert fields in the...

    kb.aspose.com/words/python/mail-merge-in-ms-wor...
  9. Compress DOC In C#

    Compress DOC in C# without losing quality. Optimize DOC content, reduce file size easily....doc = new Document(); var builder = new DocumentBuilder(doc);...; var shape = builder.InsertImage("Input.doc"); var saveOptions...

    products.aspose.com/words/net/compress/doc/
  10. Compress HTML In C#

    Compress HTML in C# without losing quality. Optimize HTML content, reduce file size easily....doc = new Document(); var builder = new DocumentBuilder(doc);...; var shape = builder.InsertImage("Input.html"); var saveOptions...

    products.aspose.com/words/net/compress/html/