Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 2,118 for

import

(0.15 sec)
  1. Convert database formats | Documentation

    This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for Java....this: import com.groupdocs.conversion.Converter ; import com.groupdocs...

    docs.groupdocs.com/conversion/java/convert/data...
  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.... To import words from a file, use the...ExportDictionary ( @"C:\Words.txt" ); // Import words from a file index . Dictionaries...

    docs.groupdocs.com/search/net/stop-word-diction...
  3. Character replacements | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements.... To import character replacements from...@"C:\CharacterReplacement.dat" ); // Import character replacements from...

    docs.groupdocs.com/search/net/character-replace...
  4. 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...
  5. Edit TXT | Documentation

    This guide demonstrates how to edit plain text files with encoding, lists recognition, pagination, and other powerful features of GroupDocs.Editor for Node.js via Java...there is nothing to adjust: // Import the necessary modules const...from the edited content: // Import the necessary modules const...

    docs.groupdocs.com/editor/nodejs-java/edit-txt/
  6. Homophone dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java.... To import homophones from a file, use..."C:\\Homophones.dat" ); // Import homophones from a file index...

    docs.groupdocs.com/search/java/homophone-dictio...
  7. Synonym dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java.... To import synonyms from a file, use the...( "C:\\Synonyms.dat" ); // Import synonyms from a file index...

    docs.groupdocs.com/search/java/synonym-dictionary/
  8. Character replacements | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements using Java.... To import character replacements from..."C:\\CharacterReplacement.dat" ); // Import character replacements from...

    docs.groupdocs.com/search/java/character-replac...
  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. 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...