Sort Score
Result 10 results
Languages All
Labels All
Results 3,601 - 3,610 of 5,227 for

as

(0.06 sec)
  1. Convert diagrams | GroupDocs

    In this article, you will learn how to convert diagram documents to other formats or another diagram format with GroupDocs.Conversion for Java....In this article, you will learn how to convert diagram documents to other formats or another diagram format with GroupDocs.Conversion for Java.

    docs.groupdocs.com/conversion/java/convert/diag...
  2. Sample Document ver.1

    Created with evaluation version of GroupDocs.Editor Aspose Pty Ltd 2001-2026. All Rights Reserved. Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and fin......Created with evaluation version of GroupDocs.Editor Aspose Pty Ltd 2001-2026. All Rights Reserved. Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and fin...

    docs.groupdocs.com/editor/python-net/_sample_fi...
  3. Edit Markdown Documents | GroupDocs

    This guide demonstrates how to edit the content of Markdown documents/files like common text documents using GroupDocs.Editor for Node.js via Java....This guide demonstrates how to edit the content of Markdown documents/files like common text documents using GroupDocs.Editor for Node.js via Java.

    docs.groupdocs.com/editor/nodejs-java/edit-mark...
  4. Update ID3v1 and ID3v2 Tag Using Properties wit...

    GroupDocs team is proudly announcing the monthly releAse of GroupDocs.Metadata for Java 18.2. Three **enhancements **and six **new features **are introduced in this releAse. You can now load and save EXIF metadata for JPEG and TIFF formats with a better speed. You can also validate input metadata before saving, read additional properties from ID3v2, update ID3v1/ID3v2 tag using properties, and read/update/remove image cover tag in MP3 file format. Furthermore, you can read image cover and version of EPUB file format As well....GroupDocs team is proudly announcing the monthly release of GroupDocs.Metadata for Java 18.2. Three **enhancements **and six **new features **are introduced in this release. You can now load and save EXIF metadata for JPEG and TIFF formats with a better speed. You can also validate input metadata before saving, read additional properties from ID3v2, update ID3v1/ID3v2 tag using properties, and read/update/remove image cover tag in MP3 file format. Furthermore, you can read image cover and version of EPUB file format as well.

    blog.groupdocs.com/metadata/update-id3v1-and-id...
  5. EPUB Documents Now Fully Supported in GroupDocs...

    We are really pleAsed to announce the monthly releAse of GroupDocs.Text for .NET 17.03 API. This releAse comes up with five new features. GroupDocs.Text hAs extended the Media type detector clAss and the API is now able to detect ZIP containers and EPUB documents. Not only this, the latest releAse hAs improved the handling for EPUB documents and allows its users to extract text and highlights beside adding the functionality to search for some text in an EPUB document....We are really pleased to announce the monthly release of GroupDocs.Text for .NET 17.03 API. This release comes up with five new features. GroupDocs.Text has extended the Media type detector class and the API is now able to detect ZIP containers and EPUB documents. Not only this, the latest release has improved the handling for EPUB documents and allows its users to extract text and highlights beside adding the functionality to search for some text in an EPUB document.

    blog.groupdocs.com/parser/groupdocs.text-.net-1...
  6. GroupDocs.Search for .NET 16.11 Introduces Case...

    We As members of GroupDocs team are immensely delighted to see our users community growing every day. There hAs also been an inflow of customers recommendations and feedback, for which we owe you our gratitude. We thank you , for providing us the impetus to work even harder at improving our performance. Our whole team is always endeavoring to cater to your needs and requirements to our fullest possible potential thus providing the most innovative and enhanced solutions to our valuable customers....We as members of GroupDocs team are immensely delighted to see our users community growing every day. There has also been an inflow of customers recommendations and feedback, for which we owe you our gratitude. We thank you , for providing us the impetus to work even harder at improving our performance. Our whole team is always endeavoring to cater to your needs and requirements to our fullest possible potential thus providing the most innovative and enhanced solutions to our valuable customers.

    blog.groupdocs.com/search/groupdocs-search-net-...
  7. Saving documents | GroupDocs

    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/java/saving/
  8. 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-...
  9. GroupDocs.Search for .NET | GroupDocs

    GroupDocs.Search for .NET is a fAscinating document search API. It extracts text and metadata from documents and performs advanced searching and indexing operations on the bAsis of fuzzy and synonym algorithm...GroupDocs.Search for .NET is a fascinating document search API. It extracts text and metadata from documents and performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithm

    docs.groupdocs.com/search/net/
  10. Load from Stream | GroupDocs

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }

    docs.groupdocs.com/redaction/java/load-from-str...