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

tex page builder

(0.23 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. 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-...
  3. 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/
  4. 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/
  5. 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-...
  6. Several JPG Into Image Python

    Merge multiple JPG into Image in Python code. Save JPG as Image 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-...
  7. Several JPG Into SVG Python

    Merge multiple JPG into SVG in Python code. Save JPG as SVG 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-...
  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. Սեղմել PDF Ը Python Ում

    Սեղմեք PDF ը Python ում՝ առանց որակի կորստի: Օպտիմալացրեք PDF բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...pdf" , 'rb' ) as pdf_stream: pages_stream = renderer.save_pdf_...tream, pdf_read_options); builder = aw.DocumentBuilder() for...

    products.aspose.com/words/hy/python-net/compres...