Sort Score
Result 10 results
Languages All
Labels All
Results 8,001 - 8,010 of 47,530 for

(c )

(0.54 sec)
  1. Logging | GroupDocs

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...'Einstein' ; const logPath = 'c:/Log.txt' ; const settings = new...

    docs.groupdocs.com/search/nodejs-java/logging/
  2. Synonym dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java.... String indexFolder = "c:\\MyIndex\\" ; // Creating an...getSynonymDictionary (). exportDictionary ( "C:\\Synonyms.dat" ); // Import synonyms...

    docs.groupdocs.com/search/java/synonym-dictionary/
  3. Homophone dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java.... String indexFolder = "c:\\MyIndex\\" ; // Creating an...getHomophoneDictiona (). exportDictionary ( "C:\\Homophones.dat" ); // Import...

    docs.groupdocs.com/search/java/homophone-dictio...
  4. Generating document preview - advanced | GroupDocs

    This article shows how to generate document pages with advanced options.... String filePath = "C:\signed.pdf" ; Signature signature...{ Path path = Paths . get ( "C:\\GeneratePreviewHideS\\" ); if...

    docs.groupdocs.com/signature/java/generating-do...
  5. Removing found watermarks | GroupDocs

    This article explains how to remove found watermarks while using GroupDocs. Watermarks Java API.... Ex: "C:\\Docs\\document.pdf" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.pdf" Watermarker...

    docs.groupdocs.com/watermark/java/removing-foun...
  6. Render web documents as PDF, PNG, and JPEG file...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert web documents to PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...output image size in pixels. C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-web-docume...
  7. four-pages.xlsx

    Split by rows and columns Page 1 Page 2 Page 3 Page 4 2020-07-23T14:21:07Z 16.0300 vlitvinchik 2020-07-23T13:33:56Z 2020-07-23T14:21:07Z 2020-07-23T14:21:07Z 2020-07-23T14:21:07Z false 2020-07-23T1......2020-07-23T13:33:56Z vlitvinchik C:\Users\vlitvinchik\Desktop\partial_rendering\...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  8. Render email messages as HTML, PDF, PNG, and JP...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert email messages to HTML, PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...resources The resource URL format C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-email-mess...
  9. Render archives as HTML, PDF, and image files (...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) version before 24.10 to display a list of archive content in HTML, PDF, PNG, and JPEG formats and to extract arbitrary file from archive... C# using GroupDocs.Viewer ; using...how to set this option in code: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/old-render-archiv...
  10. Move page | GroupDocs

    This article demonstrates how to move document page to another position within PDF, Word, Excel, PowerPoint document using GroupDocs.Merger for Java API....filePath = "c:\sample.xlsx" ; String filePathOut = "c:\output\result...

    docs.groupdocs.com/merger/java/move-page/