Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 1,424 for

save to markdown ocr

(0.12 sec)
  1. Several HTML Into PNG Javascript

    Merge multiple HTML inTo PNG in JavaScript code. Save HTML as PNG using JavaScript.... Convert multiple HTML and save the result as a single PNG image...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.png`);...

    products.aspose.com/words/nodejs-net/merge/html...
  2. Several HTML Into GIF Javascript

    Merge multiple HTML inTo GIF in JavaScript code. Save HTML as GIF using JavaScript.... Convert multiple HTML and save the result as a single GIF image...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.gif`);...

    products.aspose.com/words/nodejs-net/merge/html...
  3. Several HTML Into DOCX C++

    Merge multiple HTML inTo DOCX in C++ code. Save HTML as DOCX using C++.... Convert multiple HTML and save the result as a single DOCX...urceFormatting); } output-> Save ( u"Output.docx" ); Run code...

    products.aspose.com/words/cpp/merge/html-to-docx/
  4. Several WORD Into JPG C++

    Merge multiple a Word document inTo JPG in C++ code. Save a Word document as JPG using C++.... Convert multiple Word and save the result as a single JPG....(page, 1 ); extractedPage-> Save (String:: Format ( u"Output_{0}...

    products.aspose.com/words/cpp/merge/word-to-jpg/
  5. Several WORD Into TXT C++

    Merge multiple a Word document inTo TXT in C++ code. Save a Word document as TXT using C++.... Convert multiple Word and save the result as a single TXT....urceFormatting); } output-> Save ( u"Output.txt" ); Run code...

    products.aspose.com/words/cpp/merge/word-to-txt/
  6. Several WORD Into TIFF C++

    Merge multiple a Word document inTo TIFF in C++ code. Save a Word document as TIFF using C++.... Convert multiple Word and save the result as a single TIFF...(page, 1 ); extractedPage-> Save (String:: Format ( u"Output_{0}...

    products.aspose.com/words/cpp/merge/word-to-tiff/
  7. Several WORD Into PNG C++

    Merge multiple a Word document inTo PNG in C++ code. Save a Word document as PNG using C++.... Convert multiple Word and save the result as a single PNG....(page, 1 ); extractedPage-> Save (String:: Format ( u"Output_{0}...

    products.aspose.com/words/cpp/merge/word-to-png/
  8. Several HTML Into JPG C++

    Merge multiple HTML inTo JPG in C++ code. Save HTML as JPG using C++.... Convert multiple HTML and save the result as a single JPG image...(page, 1 ); extractedPage-> Save (String:: Format ( u"Output_{0}...

    products.aspose.com/words/cpp/merge/html-to-jpg/
  9. Edit DOC In Python

    Edit DOC in Python code....and replace them with new text Save the result to a variety of file...file formats using 'Document.Save' method Remove unwanted DOC...

    products.aspose.com/words/python-net/edit/doc/
  10. Edit DOCX In Python

    Edit DOCX in Python code....and replace them with new text Save the result to a variety of file...file formats using 'Document.Save' method Remove unwanted DOCX...

    products.aspose.com/words/python-net/edit/docx/