Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 4,709 for

as

(0.23 sec)
  1. QR Code Reader using Java | Scan QR Code from I...

    How to scan QR codes using Java within the application. Java example that reads QR Code from an image that will help you build an online QR scanner....How to scan QR codes using Java within the application. Java example that reads QR Code from an image that will help you build an online QR scanner.

    blog.groupdocs.com/parser/scan-qr-code-using-java/
  2. Best Practices used in Argument Classes in Grou...

    It gives us great pleAsure to announce the releAse of version 17.8.0 of GroupDocs.Search for .NET API. This regular monthly releAse adds a number of new features to the API along with an enhancement and a breaking change. Like our previous releAses, we have tried our best to improve the working of the API and As a result we have come up with a breaking change where all the argument clAsses have been fixed according to best practices....It gives us great pleasure to announce the release of version 17.8.0 of GroupDocs.Search for .NET API. This regular monthly release adds a number of new features to the API along with an enhancement and a breaking change. Like our previous releases, we have tried our best to improve the working of the API and as a result we have come up with a breaking change where all the argument classes have been fixed according to best practices.

    blog.groupdocs.com/search/groupdocs.search-for-...
  3. Capture Electronic Signatures from within Your ...

    We are glad to announce the releAse of the GroupDocs Signature for .NET Library. The library is developed bAsed on our online signature app and enables developers to eAsily add electronic signature capabilities to their own AsP.NET, C#/VB.NET applications. It’s a one-stop-shop solution, which includes all the necessary controls for a complete, legally-binding electronic signature workflow. Key features include: Electronic Signature Capture Control Users can sign documents either by uploading a scanned copy of their signature, or by drawing it right in a web-browser with a mouse....We are glad to announce the release of the GroupDocs Signature for .NET Library. The library is developed based on our online signature app and enables developers to easily add electronic signature capabilities to their own ASP.NET, C#/VB.NET applications. It’s a one-stop-shop solution, which includes all the necessary controls for a complete, legally-binding electronic signature workflow. Key features include: Electronic Signature Capture Control Users can sign documents either by uploading a scanned copy of their signature, or by drawing it right in a web-browser with a mouse.

    blog.groupdocs.com/signature/capture-electronic...
  4. Existing objects in Word document | GroupDocs

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking Java API...This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking Java API

    docs.groupdocs.com/watermark/java/existing-obje...
  5. Extract text from Microsoft Office PowerPoint p...

    To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; 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....To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; 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.

    docs.groupdocs.com/parser/java/extract-text-fro...
  6. compare two protected word documents on GroupDo...

    compare two protected word documents on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in compare two protected word documents on GroupDocs Blog | Document......compare two protected word documents on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in compare two protected word documents on GroupDocs Blog | Document...

    blog.groupdocs.com/pt/tag/compare-two-protected...
  7. Change Doc Password in C# on GroupDocs Blog | D...

    Change Doc PAssword in C# on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Change Doc PAssword in C# on GroupDocs Blog | Document Automation Solutions ......Change Doc Password in C# on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Change Doc Password in C# on GroupDocs Blog | Document Automation Solutions ...

    blog.groupdocs.com/pt/tag/change-doc-password-i...
  8. Remove Annotation from PDF in CSharp on GroupDo...

    Remove Annotation from PDF in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove Annotation from PDF in CSharp on GroupDocs Blog | Document......Remove Annotation from PDF in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove Annotation from PDF in CSharp on GroupDocs Blog | Document...

    blog.groupdocs.com/pt/tag/remove-annotation-fro...
  9. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such As DOC, DOCX, ODT, etc. For the full list of supported document formats pleAse refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage....GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage.

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Inserting Bookmarks Dynamically | GroupDocs

    Note This feature is supported by version 20.3 or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Dynamic insertion of bookmarks for Word Processing documents and emails with HTML and RTF bodies You can insert bookmarks to your reports dynamically using bookmark tags. Syntax of a bookmark tag is defined As follows. <> bookmarked_content <> Here, bookmark_expression defines the name of a bookmark to be inserted during run-time....Note This feature is supported by version 20.3 or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Dynamic insertion of bookmarks for Word Processing documents and emails with HTML and RTF bodies You can insert bookmarks to your reports dynamically using bookmark tags. Syntax of a bookmark tag is defined as follows. <<bookmark [bookmark_expression]>> bookmarked_content <</bookmark>> Here, bookmark_expression defines the name of a bookmark to be inserted during run-time.

    docs.groupdocs.com/assembly/java/inserting-book...