Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 11,659 for

new

(0.25 sec)
  1. High CPU Usage After Adopting Your .NET Library...

    Hey, After integrating your library, we’ve observed a significant increase in CPU usage across our services. Previously, we were using another vendor’s solution — it handled .docx files well but not PDFs. We switched t…...significantly reduced in the new version. Therefore, to continue...cancellationToken) { var convertOptions = new SpreadsheetConvertOp { Format...

    forum.groupdocs.com/t/high-cpu-usage-after-adop...
  2. Extract data from databases | GroupDocs

    Complete guide to extracting data from databases via ADO.NET using GroupDocs.Parser for .NET. Learn how to connect to SQLite, SQL Server, and other database providers to extract table data....Consulting Blog Knowledge Base New Releases Status Websites aspose...( DbConnection connection = new SQLiteConnection ( connectionString...

    docs.groupdocs.com/parser/net/extract-data-from...
  3. Control Image Quality when Rendering PDF Docume...

    We are pleased to announce the release of version 18.3 of GroupDocs.Viewer for .NET. Using the latest version, you can now render XLTM and XLTX file formats. We have also added settings to control the image quality when rendering PDF documents as HTML. Furthermore, this version came up with 11 improvements and bug fixes. Let’s have a quick overview of GroupDocs.Viewer for .NET 18.3. Supported File Formats We have added the support of following file formats in version 18....ViewerConfig viewerConfig = new ViewerConfig(); viewerConfig...ViewerHtmlHandler viewerHtmlHandler = new ViewerHtmlHandler(viewerConfig);...

    blog.groupdocs.com/viewer/control-image-quality...
  4. GroupDocs.Viewer for .NET version 2.13.0 - cach...

    Last week we’ve announced a release of the GroupDocs.Viewer for .NET library version 2.13.0 and its two New features – an option for caching PDF copies of original files and the ability to use the viewer with an unlimited number of different independent root storage paths. Today we’d like to write about these features in more detail to help you quickly set up and get the most out of them....0 and its two new features – an option for caching...PDF format repeatedly for each new request. This was the case until...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  5. Alphabet | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alphabets....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); if ( index...

    docs.groupdocs.com/search/net/alphabet/
  6. Extract formatted text from document | GroupDocs

    This article explains that how to extract formatted text from document....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-formatted...
  7. Extract text from Emails | GroupDocs

    Extract text from emails using GetText method....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-text-from...
  8. Extract text from Emails | GroupDocs

    To extract a text from emails getText method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails. Here are the steps to extract a text from an email: Instantiate Parser object for the initial email; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleMsg...

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. Spelling corrector | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); if ( index...

    docs.groupdocs.com/search/java/spelling-corrector/
  10. Search text in HTML documents | Documentation

    To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Search...

    docs.groupdocs.com/parser/net/search-text-in-ht...