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

svg builder

(0.16 sec)
  1. Შეკუმშოს JPG C#

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

    products.aspose.com/words/ka/net/compress/jpg/
  2. Սեղմել TIFF Ը C# Ում

    Սեղմեք TIFF ը C# ում՝ առանց որակի կորստի: Օպտիմալացրեք TIFF բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...doc = new Document(); var builder = new DocumentBuilder(doc);...; var shape = builder.InsertImage( "Input.tiff" ); var saveOptions...

    products.aspose.com/words/hy/net/compress/tiff/
  3. Several Image Into PDF Python

    Merge multiple Image into PDF in Python code. Save Image as PDF using Python....Document() builder = aw.DocumentBuilder(doc) for...for fileName in fileNames: builder.insert_image(fileName) # Insert...

    products.aspose.com/words/python-net/merge/imag...
  4. Several JPG Into HTML Python

    Merge multiple JPG into HTML in Python code. Save JPG as HTML using Python....Document() builder = aw.DocumentBuilder(doc) for...for fileName in fileNames: builder.insert_image(fileName) # Insert...

    products.aspose.com/words/python-net/merge/jpg-...
  5. Several JPG Into DOC Python

    Merge multiple JPG into DOC in Python code. Save JPG as DOC using Python....Document() builder = aw.DocumentBuilder(doc) for...for fileName in fileNames: builder.insert_image(fileName) # Insert...

    products.aspose.com/words/python-net/merge/jpg-...
  6. Edit Markdown In Javascript

    Edit Markdown in JavaScript code....md" ) var builder = new aw.DocumentBuilder(doc)...the document. builder.moveToDocumentStart() builder.writeln( "Morbi...

    products.aspose.com/words/nodejs-net/edit/md/
  7. Edit WORD In C#

    Edit a Word document in C# code....docx" ); var builder = new DocumentBuilder(doc);...the document. builder.MoveToDocumentStart(); builder.Write( "Morbi...

    products.aspose.com/words/net/edit/word/
  8. Edit DOCX In C#

    Edit DOCX in C# code....docx" ); var builder = new DocumentBuilder(doc);...the document. builder.MoveToDocumentStart(); builder.Write( "Morbi...

    products.aspose.com/words/net/edit/docx/
  9. Խմբագրել Markdown Ը Java Ում

    Խմբագրել Markdown ը Java կոդով:...md" ); DocumentBuilder builder = new DocumentBuilder (doc);...փաստաթղթի սկզբում: builder.moveToDocumentStart(); builder.writeln( "Morbi...

    products.aspose.com/words/hy/java/edit/md/
  10. Խմբագրել HTML Ը Java Ում

    Խմբագրել HTML ը Java կոդով:...html" ); DocumentBuilder builder = new DocumentBuilder (doc);...փաստաթղթի սկզբում: builder.moveToDocumentStart(); builder.writeln( "Morbi...

    products.aspose.com/words/hy/java/edit/html/