Sort Score
Result 10 results
Languages All
Labels All
Results 3,071 - 3,080 of 4,417 for

as

(0.22 sec)
  1. Get document information | GroupDocs

    This article explains how to detect document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger....This article explains how to detect document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger.

    docs.groupdocs.com/merger/net/get-document-info...
  2. Conversion options by document family | GroupDocs

    This section explains GroupDocs.Conversion for Java convert options specific to various document types...This section explains GroupDocs.Conversion for Java convert options specific to various document types

    docs.groupdocs.com/conversion/java/conversion-o...
  3. Annotate Html Documents using GroupDocs.Annotat...

    We are pleAsed to announce the releAse of GroupDocs.Annotation for Java 17.5.0. This releAse comes with multitude of new features, improvements and bug fixes. Some new image formats are introduced such As EMF/WMF and CAD. Furthermore, importing annotations from Word documents is improved and exporting the repeated reply comments issue (Export to MS-Word) is resolved. For further information, pleAse see releAse notes. We’d recommend you to fetch latest releAse of the API, integrate it in your project and share your valuable feedback....We are pleased to announce the release of GroupDocs.Annotation for Java 17.5.0. This release comes with multitude of new features, improvements and bug fixes. Some new image formats are introduced such as EMF/WMF and CAD. Furthermore, importing annotations from Word documents is improved and exporting the repeated reply comments issue (Export to MS-Word) is resolved. For further information, please see release notes. We’d recommend you to fetch latest release of the API, integrate it in your project and share your valuable feedback.

    blog.groupdocs.com/annotation/introducing-group...
  4. First Public Release of GroupDocs.Merger for Ja...

    We are pleAsed to announce GroupDocs.Merger for Java 18.8. A back-end document manipulation API that allows to split, remove or reorder pages in a document of supported format. Pages could be swapped or trimmed. You can also manage documents protection. GroupDocs.Merger for Java allows to check document protection and then set, remove or update pAssword. Aside this, API permits to join two or more documents of same file format into one....We are pleased to announce GroupDocs.Merger for Java 18.8. A back-end document manipulation API that allows to split, remove or reorder pages in a document of supported format. Pages could be swapped or trimmed. You can also manage documents protection. GroupDocs.Merger for Java allows to check document protection and then set, remove or update password. Aside this, API permits to join two or more documents of same file format into one.

    blog.groupdocs.com/merger/first-public-release-...
  5. Latest release for Modern SharePoint WebPart fo...

    Great news for SharePoint Developers, GroupDocs proudly announces latest releAse for GroupDocs.Viewer for .NET Modern SharePoint WebPart. In this v1.1 we updated all features that were implemented in AsP.NET MVC Modern UI v1.1. Our aim is to provide same features in all of our modern front ends, so that customer’s across different platforms can enjoy similar features. We have introduced a bunch of new features in this new version. We would recommend you to download this releAse and provide your valuable feedback....Great news for SharePoint Developers, GroupDocs proudly announces latest release for GroupDocs.Viewer for .NET Modern SharePoint WebPart. In this v1.1 we updated all features that were implemented in ASP.NET MVC Modern UI v1.1. Our aim is to provide same features in all of our modern front ends, so that customer’s across different platforms can enjoy similar features. We have introduced a bunch of new features in this new version. We would recommend you to download this release and provide your valuable feedback.

    blog.groupdocs.com/viewer/latest-release-modern...
  6. Metadata Editor Powered by GroupDocs.Metadata f...

    Are you looking for some metadata editing tool to manipulate your files? Your search is over As the Metadata Editor powered by GroupDocs.Metadata for .NET is out and available now. Metadata Editor is a desktop application that demonstrates how to view and update the metadata information attached with the supported file formats using GroupDocs.Metadata for .NET API. Let’s download and give it a try. .NET Metadata Editor - FeaturesFollowing are the bAsic features exposed by the ....Are you looking for some metadata editing tool to manipulate your files? Your search is over as the Metadata Editor powered by GroupDocs.Metadata for .NET is out and available now. Metadata Editor is a desktop application that demonstrates how to view and update the metadata information attached with the supported file formats using GroupDocs.Metadata for .NET API. Let’s download and give it a try. .NET Metadata Editor - FeaturesFollowing are the basic features exposed by the .

    blog.groupdocs.com/metadata/metadata-editor-pow...
  7. Launching Servlet based Front-end of GroupDocs....

    The GroupDocs team is excitedly announcing the GroupDocs.Annotation Frontend for the Java Servlets developers. The purpose behind this releAse is to expedite the developers to understand the implementation of GroupDocs.Annotation or write their own document Annotation Application using GroupDocs.Annotation for Java 3.x.. It is an alpha releAse of the project but most important functionalities have been implemented in this releAse. GroupDocs users are free to customize and enhance the application by their own....The GroupDocs team is excitedly announcing the GroupDocs.Annotation Frontend for the Java Servlets developers. The purpose behind this release is to expedite the developers to understand the implementation of GroupDocs.Annotation or write their own document Annotation Application using GroupDocs.Annotation for Java 3.x.. It is an alpha release of the project but most important functionalities have been implemented in this release. GroupDocs users are free to customize and enhance the application by their own.

    blog.groupdocs.com/annotation/servlet-based-fro...
  8. 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/
  9. Load document using the local path string | Gro...

    Load documents from your local disk using a file path with GroupDocs.Viewer in Python....Load documents from your local disk using a file path with GroupDocs.Viewer in Python.

    docs.groupdocs.com/viewer/python-net/load-docum...
  10. Classify Raw Text | GroupDocs

    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-...