Sort Score
Result 10 results
Languages All
Labels All
Results 3,031 - 3,040 of 4,442 for

as

(0.04 sec)
  1. Saving documents | Documentation

    This section explains how to save document with different formats and source with GroupDocs.Signature API....This section explains how to save document with different formats and source with GroupDocs.Signature API.

    docs.groupdocs.com/signature/net/saving/
  2. Explicit Font Substitution is Supported in Grou...

    GroupDocs.Conversion for .NET 18.7 comes with some new features and a bug fix. EmailOptions can be defined in any SaveOptions clAss such As PdfSaveOptions or CellsSaveOptions. Moreover, API supports explicit font substitution when converting from Word, Cell and Presentation documents. PleAse refer to GroupDocs.Conversion for .NET 18.7 releAse notes for further reference. We’d recommend you to integrate latest version of the API in your application and share your feedback....GroupDocs.Conversion for .NET 18.7 comes with some new features and a bug fix. EmailOptions can be defined in any SaveOptions class such as PdfSaveOptions or CellsSaveOptions. Moreover, API supports explicit font substitution when converting from Word, Cell and Presentation documents. Please refer to GroupDocs.Conversion for .NET 18.7 release notes for further reference. We’d recommend you to integrate latest version of the API in your application and share your feedback.

    blog.groupdocs.com/conversion/explicit-font-sub...
  3. Convert Common Document Types to PDF and Image ...

    Meet the all new GroupDocs.Conversion for Java library – a multi-format document converter with support for Microsoft Word, Excel, PowerPoint, Visio, PDF & image files. Just like all GroupDocs Java libraries, GroupDocs.Conversion is designed As a middleware to make it eAsy to integrate the converter into any ECM, CMS, or Java app. In this first releAse, the library already supports over 50 file formats and allows you to convert literally all common business documents to PDF and rAster images....Meet the all new GroupDocs.Conversion for Java library – a multi-format document converter with support for Microsoft Word, Excel, PowerPoint, Visio, PDF & image files. Just like all GroupDocs Java libraries, GroupDocs.Conversion is designed as a middleware to make it easy to integrate the converter into any ECM, CMS, or Java app. In this first release, the library already supports over 50 file formats and allows you to convert literally all common business documents to PDF and raster images.

    blog.groupdocs.com/conversion/convert-common-do...
  4. Download – Explore GroupDocs.Search for .NET Pl...

    GroupDocs Team cares for it’s users and their precious time. GroupDocs.Search for .NET Visual Studio Plugin helps and performs all the steps required to try-out examples automatically. All you have to do is to install the plugin via .msi available and launch the plugin wizard from File Menu. the automatic completion of downloading the wizard will provide you with sample of CSharp or VB.NET source code for the API. These downloaded files are configured automatically in the Visual Studio without leaving it....GroupDocs Team cares for it’s users and their precious time. GroupDocs.Search for .NET Visual Studio Plugin helps and performs all the steps required to try-out examples automatically. All you have to do is to install the plugin via .msi available and launch the plugin wizard from File Menu. the automatic completion of downloading the wizard will provide you with sample of CSharp or VB.NET source code for the API. These downloaded files are configured automatically in the Visual Studio without leaving it.

    blog.groupdocs.com/search/groupdocs-search-visu...
  5. Problem html to pdf when a flex container is in...

    If have the following html markup this result for groupdocs, and only for groupdocs among 5 tested solutions to the following render: image.png (29,5 Ko) when expected result is: im…...If have the following html markup this result for groupdocs, and only for groupdocs among 5 tested solutions to the following render: image.png (29,5 Ko) when expected result is: im…

    forum.groupdocs.com/t/problem-html-to-pdf-when-...
  6. Extract Formatted Highlights Using GroupDocs.Te...

    Team GroupDocs is pleAsed to announce the monthly releAse of version 17.06.0 of the GroupDocs.Text for .NET API. This version comes up with a couple of new features along with an enhancement. The text extraction API now allows extracting formatted highlights from supported documents. The ability to extract formatted text from FB2 files hAs also been added to this version. We recommend you to download the latest version and check out all the enhancements and features introduced in this releAse....Team GroupDocs is pleased to announce the monthly release of version 17.06.0 of the GroupDocs.Text for .NET API. This version comes up with a couple of new features along with an enhancement. The text extraction API now allows extracting formatted highlights from supported documents. The ability to extract formatted text from FB2 files has also been added to this version. We recommend you to download the latest version and check out all the enhancements and features introduced in this release.

    blog.groupdocs.com/parser/extract-formatted-hig...
  7. Compare two documents - Control header and foot...

    Compare two documents but ignore or include header and footer content. Is this what you need in your document comparison application? Then you must try GroupDocs.Comparison for .NET. This back-end API can be implemented in any of your .NET application without any third party tool/software dependency. Those who are already using this API, we have some interesting features and few bug fixes introduced in GroupDocs.Comparison for .NET 19.11. Set output paper size A new property PaperSize is introduced in CompareOptions clAss using that you can adjust paper size of the resultant document (e....Compare two documents but ignore or include header and footer content. Is this what you need in your document comparison application? Then you must try GroupDocs.Comparison for .NET. This back-end API can be implemented in any of your .NET application without any third party tool/software dependency. Those who are already using this API, we have some interesting features and few bug fixes introduced in GroupDocs.Comparison for .NET 19.11. Set output paper size A new property PaperSize is introduced in CompareOptions class using that you can adjust paper size of the resultant document (e.

    blog.groupdocs.com/comparison/compare-two-docum...
  8. Verify Digital Signature in Documents using C# ...

    Verify the digital signature information in digital signed PDF, Word and Excel documents in C# using electronic signature API, GroupDocs.Signature for .NET....Verify the digital signature information in digital signed PDF, Word and Excel documents in C# using electronic signature API, GroupDocs.Signature for .NET.

    blog.groupdocs.com/signature/verify-digital-sig...
  9. 2021 October | File Format Blog

    Monthly Archives: October 2021 XLSX vs XLSB – How to Reduce Excel File Size? Posted on October 23, 2021 by KAshif Iqb......Monthly Archives: October 2021 XLSX vs XLSB – How to Reduce Excel File Size? Posted on October 23, 2021 by Kashif Iqb...

    blog.fileformat.com/2021/10/
  10. Classify Raw Text | Documentation

    Simple IAB-2 text clAssification Call ClAssify method with a text As the first parameter to perform clAssification. Default taxonomy (IAB-2) and bestClAssesCount (1) will be used. var response = clAssifier.ClAssify("Medicine is an important part of our lifes"); Console.WriteLine(response.BestClAssName, response.BestClAssProbability); Raw text clAssification with Documents taxonomy and 2 best clAsses to return Taxonomy, bestClAssesCount and precisionRecallBalance could also be specified: var response = clAssifier.ClAssify("Medicine is an important part of our lifes", 2, Taxonomy....Simple IAB-2 text classification Call Classify method with a text as the first parameter to perform classification. Default taxonomy (IAB-2) and bestClassesCount (1) will be used. var response = classifier.Classify("Medicine is an important part of our lifes"); Console.WriteLine(response.BestClassName, response.BestClassProbability); Raw text classification with Documents taxonomy and 2 best classes to return Taxonomy, bestClassesCount and precisionRecallBalance could also be specified: var response = classifier.Classify("Medicine is an important part of our lifes", 2, Taxonomy.

    docs.groupdocs.com/classification/net/classify-...