Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 1,339 for

import

(0.03 sec)
  1. 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...
  2. Minify HTML | Documentation

    Learn how to minify HTML and CSS when rendering of documents into HTML and make your HTML documents load faster with GroupDocs.Viewer....minification: Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...

    docs.groupdocs.com/viewer/java/minify-html/
  3. Install GroupDocs.Viewer for Java | Documentation

    This topic describes how to install GroupDocs.Viewer for Java....java import com.groupdocs.viewer.Viewer ; import com.groupdocs...

    docs.groupdocs.com/viewer/java/installation/
  4. Compare multiple documents protected by passwor...

    This article describes how to compare multiple Word documents or PowerPoint presentations protected by password using GroupDocs.Comparison for Python via .NET API....documents from a local disk import groupdocs.comparison as gc...password-protected documents from a stream import groupdocs.comparison as gc...

    docs.groupdocs.com/comparison/python-net/compar...
  5. 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/
  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. 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...
  8. 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...
  9. 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/
  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...