Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 247 for

dictionary

(0.02 sec)
  1. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API by removing the unused (orphaned) resources and thus to reduce the file size....number, boolean, null object, dictionary, array (forms PDF document...other objects, for example, a dictionary or array may contain references...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  2. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) by removing the unused (orphaned) resources and thus to reduce the file size....number, boolean, null object, dictionary, array (forms PDF document...other objects, for example, a dictionary or array may contain references...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  3. Indexing with stop words | Documentation

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word Dictionary....stop word dictionary. By default, the stop word dictionary is filled...on managing the stop word dictionary, see the page in the section...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  4. Homophone search | Documentation

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning using Java search API.... The default homophone dictionary contains homophones only... To manage the homophone dictionary, see the page in the section...

    docs.groupdocs.com/search/java/homophone-search/
  5. Homophone search | Documentation

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning using Java search API.... The default homophone dictionary contains homophones only... To manage the homophone dictionary, see the page in the section...

    docs.groupdocs.com/search/nodejs-java/homophone...
  6. Synonym search | Documentation

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same.... The default synonym dictionary contains synonyms only for...language. To manage the synonym dictionary, see the page in the section...

    docs.groupdocs.com/search/nodejs-java/synonym-s...
  7. Change Page Orientation using GroupDocs.Merger ...

    We are pleased to announce the release of GroupDocs.Merger for .NET 18.11. This latest version of the API comes with some new features. GetSupportedFormats and RotatePage methods are introduced. Furthermore, you can change page orientation. Please see release notes for further details. Features Change Page OrientationNew method ChangeOrientation is introduced. public DocumentResult ChangeOrientation(Stream documentStream, OrientationOptions orientationOptions); Get Supported FormatsMethod GetSupportedFormats is added. public Dictionary GetSupportedFormats(); Rotate PagesRotatePages method is introduced in the API.... # public Dictionary GetSupportedFormats(); Rotate...

    blog.groupdocs.com/merger/change-page-orientati...
  8. Synonym search | Documentation

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same.... The default synonym dictionary contains synonyms only for...language. To manage the synonym dictionary, see the page in the section...

    docs.groupdocs.com/search/net/synonym-search/
  9. Homophone search | Documentation

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning.... The default homophone dictionary contains homophones only... To manage the homophone dictionary, see the page in the section...

    docs.groupdocs.com/search/net/homophone-search/
  10. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) SaveOptions so = new SaveOptions(); so....by providing the “border” dictionary item with an integer value...“maxSpots” and “spotMaxSize” dictionary items having integer values...

    docs.groupdocs.com/redaction/java/use-advanced-...