Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 3,072 for

import

(0.16 sec)
  1. Homophone dictionary | GroupDocs

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

    docs.groupdocs.com/search/net/homophone-diction...
  2. Install GroupDocs.Total for Java | GroupDocs

    This topic describes how to install GroupDocs.Total for Java....java import com.groupdocs.total.Total ; import com.groupdocs...

    docs.groupdocs.com/total/java/installation/
  3. Synonym dictionary | GroupDocs

    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...exportDictionary ( fileName ); // Import synonyms from a file index...

    docs.groupdocs.com/search/nodejs-java/synonym-d...
  4. Alignment and font issues in the generated PDF ...

    We have a docx file in which Arial MT, Times New Roman fonts are used but upon conversion to pdf we see the following issues : everything is coming in Arial font and not Arial MT The header has correct font but it has …...options: import com.groupdocs.conversion.Converter; import com.groupdocs...conversion.contracts.FontSubstitute; import com.groupdocs.conversion.options...

    forum.groupdocs.com/t/alignment-and-font-issues...
  5. Load text from string | GroupDocs

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for Node.js via Java.... 'use strict' ; // Import the GroupDocs.Comparison for...a string. 'use strict' ; // Import the GroupDocs.Comparison for...

    docs.groupdocs.com/comparison/nodejs-java/load-...
  6. Render DOCX to JPG using Node.js

    This topic explains how to render DOCX to JPG using Node.js with code example. There is no need to install any extra softwares to render DOCX to JPG in Node.js....enabling DOCX-to-JPG rendering Import the groupdocs.viewer package...your project using a simple import statement. Once integrated...

    kb.groupdocs.com/viewer/nodejs/render-docx-to-j...
  7. Character replacements | GroupDocs

    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...exportDictionary ( fileName ); // Import character replacements from...

    docs.groupdocs.com/search/nodejs-java/character...
  8. render_docx_to_png.zip

    demo-app/render_docx_to_png.py Import os from groupdocs.viewer Import License, Viewer from groupdocs.viewer.options Import PngViewOptions def render_docx_to_png(): # Get license file absolute path ......py import os from groupdocs.viewer import License, Viewer...from groupdocs.viewer.options import PngViewOptions def render_docx_to_png():...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  9. 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...
  10. render_docx_to_pdf.zip

    demo-app/render_docx_to_pdf.py Import os from groupdocs.viewer Import License, Viewer from groupdocs.viewer.options Import PdfViewOptions def render_docx_to_pdf(): # Get license file absolute path ......py import os from groupdocs.viewer import License, Viewer...from groupdocs.viewer.options import PdfViewOptions def render_docx_to_pdf():...

    docs.groupdocs.com/viewer/python-net/_sample_fi...