Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 7,023 for

may

(0.07 sec)
  1. Delete Signatures of the certain type | GroupDocs

    This article explains how to delete signature of the certain type with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/delete-signat...
  2. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/password-protect...
  3. Highlighting results in network | GroupDocs

    This page contains information about highlighting search results in the search network....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/highlighting-resu...
  4. Homophone search | GroupDocs

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/homophone-search/
  5. Extract images to files | GroupDocs

    This article explains that how to extract images to files....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/extract-images-t...
  6. HTML | GroupDocs

    This article explains that how to extract HTML formatted text from document page....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/html/
  7. How to Fix a virtualPath Issue in the SharePoin...

    This article will guide you how to resolve a virtualPath issue that May appear in SharePoint 2013 when trying to add a 3rd party library (for example SignalR), or when you use the “~” symbol in the path. We encountered this issue while developing a plugin that allows you to integrate the GroupDocs.Annotation for .NET library into SharePoint. Overall, the issue is quite strange, as it is not reported in the stack trace or logs....resolve a virtualPath issue that may appear in SharePoint 2013 when...

    blog.groupdocs.com/annotation/how-to-fix-a-virt...
  8. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... For example, you may want to obtain information about...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. OverflowException: Arithmetic operation resulte...

    Hello, Unfortunately, we experienced an exception when one of our customers dealt with many (and Maybe larger) files that they wanted to add to the index. We got the exception via this event: pIndex.Events.ErrorOccurr…...Product Family dotnet jamsharp May 12, 2025, 11:32am 1 Hello, Unfortunately...critical for us… atir.tahir May 12, 2025, 6:59pm 2 @jamsharp...

    forum.groupdocs.com/t/overflowexception-arithme...
  10. C# Demo Project of an ASP.NET PDF Viewer Built ...

    Building a simple ASP.NET PDF viewer is quite a trivial task. There are tens of different open source projects across the web that offer a quick and free solution to display PDF documents in both ASP.NET MVC and Web Forms. Often a simple implementation of a PDF viewer is all you actually need. But things become a lot more complicated when the viewer needs to meet your customer’s business requirements....mentioned requirements, you may be interested to try out this...GroupDocs.Viewer for .NET library may look: Requirements # Being a...

    blog.groupdocs.com/viewer/asp-net-pdf-viewer-bu...