Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 2,149 for

import

(0.06 sec)
  1. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java.... To import words from a file, use the...exportDictionary ( fileName ); // Import words from a file index . getDictionaries...

    docs.groupdocs.com/search/nodejs-java/spelling-...
  2. Stop word dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java.... To import words from a file, use the...exportDictionary ( "C:\\Words.txt" ); // Import words from a file index . getDictionaries...

    docs.groupdocs.com/search/java/stop-word-dictio...
  3. Load Document | Documentation

    Following this guide, you will learn how to load a document from the local disk or file stream for editing with GroupDocs.Editor for Node.js via Java API.... // Import the necessary modules const...how to use such options. // Import the necessary modules const...

    docs.groupdocs.com/editor/nodejs-java/load-docu...
  4. How to Convert Text File to JPG using Java

    Easily convert Text file to JPG using Java with a few API calls of the document conversion library and review sample code for Java TXT to JPG converter application....Text file to JPG functionality Import essential classes for performing...second step enables you to import the essential classes and then...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. How to Convert SVG to JPG using Java

    This tutorial walks you through the complete workflow to convert SVG to JPG using Java and enables you to easily write the SVG to JPG Java code with a few API calls....implementing SVG to JPG functionality Import essential classes for performing...the required library and then import the essential classes in the...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. Saving a File to Local Disk | Documentation

    This article demonstrates how to convert files stored on local disk using GroupDocs.Conversion for Java API....java import com.groupdocs.conversion.Converter ; import com.groupdocs...

    docs.groupdocs.com/conversion/java/save-file-to...
  7. Set image size limits | Documentation

    This article shows how to set output image size limits when rendering image to HTML...limits: Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...

    docs.groupdocs.com/viewer/java/set-image-size-l...
  8. Unable to set margins when converting .eml to ....

    I use the code below to convert .eml files to .pdf. However, setting the margins using options.setMarginBottom(12), options.setMarginTop(12), options.setMarginLeft(12), and options.setMarginRight(12) no long…...email due to: ",e); throw e; } import com.groupdocs.conversion.contracts...contracts.LoadOptionsProvider; import com.groupdocs.conversion.options...

    forum.groupdocs.com/t/unable-to-set-margins-whe...
  9. Set image size limits | Documentation

    Set image size limits when rendering image to PDF...limits: Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...

    docs.groupdocs.com/viewer/java/set-image-size-l...
  10. Working with Resources | Documentation

    This article demonstrates and explains different operations with resources, including retrieving, adjusting, and saving them in different scenarios when editing documents with GroupDocs.Editor for Node.js via Java....demonstrates how to achieve this: // Import necessary modules const groupdocsEditor...editOptions ); In this example: We import the groupdocs-editor module...

    docs.groupdocs.com/editor/nodejs-java/working-w...