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

as

(0.56 sec)
  1. Performance Inquiry: High Memory Usage and Long...

    Dear GroupDocs Support Team, I hope this message finds you well. I am writing to share feedback regarding the performance of GroupDocs.Watermark for .NET (v24.7.0) when processing large TIFF image files and to kindly re…...Dear GroupDocs Support Team, I hope this message finds you well. I am writing to share feedback regarding the performance of GroupDocs.Watermark for .NET (v24.7.0) when processing large TIFF image files and to kindly re…

    forum.groupdocs.com/t/performance-inquiry-high-...
  2. How to Run Examples | GroupDocs

    Clone the runnable GroupDocs.Viewer for Python via .NET examples repository, configure a virtual environment, apply a license, and execute every documented scenario locally or in Docker....Clone the runnable GroupDocs.Viewer for Python via .NET examples repository, configure a virtual environment, apply a license, and execute every documented scenario locally or in Docker.

    docs.groupdocs.com/viewer/python-net/getting-st...
  3. Electronic Signature PDF with Metadata signatur...

    This article explains how to add metadata signatures to PDF document meta info layer with GroupDocs.Signature...This article explains how to add metadata signatures to PDF document meta info layer with GroupDocs.Signature

    docs.groupdocs.com/signature/net/esign-pdf-with...
  4. Sign documents with extra Digital Signature pro...

     This article explains how to use extended Digital electronic signatures options and adjustment on document page.... This article explains how to use extended Digital electronic signatures options and adjustment on document page.

    docs.groupdocs.com/signature/java/sign-document...
  5. GroupDocs.Comparison for .NET 26.5 – Latest Upd...

    Explore what's new in GroupDocs.Comparison for .NET 26.5. Available now on NuGet and GroupDocs website....Explore what's new in GroupDocs.Comparison for .NET 26.5. Available now on NuGet and GroupDocs website.

    blog.groupdocs.com/comparison/groupdocs-compari...
  6. Handle XMP and EXIF Data of HEIF HEIC Images in...

    Manage XMP and EXIF data of HEIF, HEIC images in Java. Read, update, remove EXIF and XMP data using Metadata manipulation API within Java applications....Manage XMP and EXIF data of HEIF, HEIC images in Java. Read, update, remove EXIF and XMP data using Metadata manipulation API within Java applications.

    blog.groupdocs.com/metadata/xmp-and-exif-data-o...
  7. 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...
  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...