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

tex page builder

(0.52 sec)
  1. Մի Քանի JPG Դեպի TIFF C++

    Միավորել մի քանի JPG TIFF ին C++ կոդի մեջ: Պահպանեք JPG որպես TIFF օգտագործելով C++:...MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...fileNames) { auto shape = builder-> InsertImage (fileName); shapes...

    products.aspose.com/words/hy/cpp/merge/jpg-to-t...
  2. Edit WORD In C#

    Edit a Word document in C# code....Word elements (paragraphs, pages, sections, chapters) Change...Document( "Input.docx" ); var builder = new DocumentBuilder(doc);...

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

    Edit DOCX in C# code....DOCX elements (paragraphs, pages, sections, chapters) Change...Document( "Input.docx" ); var builder = new DocumentBuilder(doc);...

    products.aspose.com/words/net/edit/docx/
  4. Several JPG Into JPG Python

    Merge multiple JPG into JPG in Python code. Save JPG as JPG using Python....Document() builder = aw.DocumentBuilder(doc) shapes = [builder.insert_image(fileName)...width and height and update page settings # to crop the document...

    products.aspose.com/words/python-net/merge/jpg-...
  5. Խմբագրել HTML Ը Java Ում

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

    products.aspose.com/words/hy/java/edit/html/
  6. DOCX Ის Რედაქტირება Java

    შეცვალეთ DOCX Java კოდში....docx" ); DocumentBuilder builder = new DocumentBuilder (doc);...დასაწყისში. builder.moveToDocumentStart(); builder.writeln( "Morbi...

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

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

    products.aspose.com/words/hy/java/edit/md/
  8. Several JPG Into TIFF Javascript

    Merge multiple JPG into TIFF in JavaScript code. Save JPG as TIFF using JavaScript....Document() var builder = new aw.DocumentBuilder(doc)...fileNames.map(fileName => builder.insertImage(fileName)) // Calculate...

    products.aspose.com/words/nodejs-net/merge/jpg-...
  9. Several Image Into GIF Javascript

    Merge multiple Image into GIF in JavaScript code. Save Image as GIF using JavaScript....Document() var builder = new aw.DocumentBuilder(doc)...fileNames.map(fileName => builder.insertImage(fileName)) // Calculate...

    products.aspose.com/words/nodejs-net/merge/imag...
  10. Several JPG Into GIF Python

    Merge multiple JPG into GIF in Python code. Save JPG as GIF using Python....Document() builder = aw.DocumentBuilder(doc) shapes = [builder.insert_image(fileName)...width and height and update page settings # to crop the document...

    products.aspose.com/words/python-net/merge/jpg-...