Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 13,346 for

to

(0.04 sec)
  1. How to Use RSpec to Test GroupDocs API? - Part 1

    In this article, we will review how To use Ruby RSpec for testing REST APIs like GroupDocs. RSpec is a BDD (behavior driven development) framework. You can find more info about RSpec on its official site. There are a lot of different GroupDocs APIs that you can use. In this article we will test one of the User APIs: “Get user profile”. What You Need You need Ruby, Gem, Bundler, and RSpec (gem install rspec) installed on you computer....In this article, we will review how to use Ruby RSpec for testing REST APIs like GroupDocs. RSpec is a BDD (behavior driven development) framework. You can find more info about RSpec on its official site. There are a lot of different GroupDocs APIs that you can use. In this article we will test one of the User APIs: “Get user profile”. What You Need You need Ruby, Gem, Bundler, and RSpec (gem install rspec) installed on you computer.

    blog.groupdocs.com/total/how-to-use-rspec-to-te...
  2. How to convert html div to pdf - Free Support F...

    Hi How To convert a html div To pdf in Netcore 6?...Hi How to convert a html div to pdf in Netcore 6?

    forum.groupdocs.com/t/how-to-convert-html-div-t...
  3. Convert Presentations to Images in Java | PPT t...

    Convert PowerPoint presentations of PPT/PPTX format To JPG or PNG format in Java. Transform slides To images programmatically using Java conversion API....Convert PowerPoint presentations of PPT/PPTX format to JPG or PNG format in Java. Transform slides to images programmatically using Java conversion API.

    blog.groupdocs.com/conversion/convert-presentat...
  4. Convert to grayscale | GroupDocs

    Convert PDFs To grayscale To reduce file size and speed up printing using the GroupDocs.Viewer Python API....Convert PDFs to grayscale to reduce file size and speed up printing using the GroupDocs.Viewer Python API.

    docs.groupdocs.com/viewer/python-net/optimizati...
  5. How to Run | GroupDocs

    How To run examples....How to run examples.

    docs.groupdocs.com/metadata/python-net/how-to-r...
  6. Render to HTML | GroupDocs

    Render files To HTML with GroupDocs.Viewer for Python. Easily convert documents like Word To clean HTML....Render files to HTML with GroupDocs.Viewer for Python. Easily convert documents like Word to clean HTML.

    docs.groupdocs.com/viewer/python-net/rendering-...
  7. Save to stream | GroupDocs

    You might need To save a document To any cusTom file at any location on the local disc or a even a Stream. The following example demonstrates how To save a document To any location. final RedacTor redacTor = new RedacTor("Sample.docx"); try { // Here we can use document instance To perform redactions RedacTorChangeLog result = redacTor.apply(new ExactPhraseRedaction("John Doe", new ReplacemenToptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document To a cusTom location and convert its pages To images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file.

    docs.groupdocs.com/redaction/java/save-to-stream/
  8. Convert Word to Markdown in Java | DOC to MD | ...

    Convert Word documents To Markdown files in Java. Transform DOC/DOCX files inTo MD format using GroupDocs parsing and conversion Java API....Convert Word documents to Markdown files in Java. Transform DOC/DOCX files into MD format using GroupDocs parsing and conversion Java API.

    blog.groupdocs.com/parser/convert-word-to-markd...
  9. How to merge images to JPEG using C# | GroupDocs

    Learn how To merge images To JPEG file, combine images inTo one JPEG file programmatically in C# language using GroupDocs.Merger for .NET library....Learn how to merge images to JPEG file, combine images into one JPEG file programmatically in C# language using GroupDocs.Merger for .NET library.

    docs.groupdocs.com/merger/net/getting-started/u...
  10. How to merge archives to ZIP using Java | Group...

    Learn how To merge archives To ZIP file, combine archives inTo one ZIP file programmatically in Java language using GroupDocs.Merger for Java library....Learn how to merge archives to ZIP file, combine archives into one ZIP file programmatically in Java language using GroupDocs.Merger for Java library.

    docs.groupdocs.com/merger/java/getting-started/...