This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of Java code....Metadata Product Solution GroupDocs...
This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of JavaScript code....Metadata Product Solution GroupDocs...
Выполните преобразование документов с помощью одной из лучших библиотек, изучите процесс преобразования RTF в HTML на Java и изучите java-приложение для преобразования RTF в HTML....Metadata Product Family GroupDocs.Search...
The articles in this section describe advanced search index related topics.
You will find details about index management and advanced options:
More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples:
GroupDocs.Search for .NET examples
GroupDocs.Search for Java examples
Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....Metadata Product Solution GroupDocs...
Szeretné könnyen elvégezni a kép-összehasonlítást, majd tekintse át a képek C# nyelvű összehasonlítására vonatkozó útmutatót, és megtudja, hogyan hozhatja létre a kép-összehasonlítást C#-ban?...Metadata Product Family GroupDocs.Search...
Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft Spreadsheet Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs....Metadata Product Solution GroupDocs...
Nézzük meg, hogyan konvertálható az Excel PDF-be C#-ban, és hogyan lehet a C# Excel-ből PDF-mintakódot használni egy munkafüzet, kiválasztott lapok vagy bármely cellatartomány PDF-formátumba konvertálásához....Metadata Product Family GroupDocs.Search...
Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a powerful feature to change the target file format of an assembled document using file extension or explicit specification. GroupDocs.Assembly API provides the ability to change target file format when assembling the following file formats:
Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output file formats depending on input file formats can be found at this page....Metadata Product Solution GroupDocs...
Classifying of the document from stream could be performed with the next step
Call Classify method for “stream” stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify document from stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }...Metadata Product Solution GroupDocs...
This article explains how to add document password for PDF, Word, Excel, PowerPoint and other file types using GroupDocs.Merger for Java....Metadata Product Solution GroupDocs...