Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 6,968 for

may

(0.32 sec)
  1. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Use redaction policies | GroupDocs

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/python-net/use-red...
  3. Secure PDFs with Password Protection & Permissi...

    Step-by-step guide to implementing PDF document security with GroupDocs.Signature - add passwords, set user permissions, and control document access for enhanced protection... Additionally, you may need to change permissions as...and additional resources, you may find the following links useful:...

    blog.groupdocs.com/signature/protect-signed-pdf...
  4. Perform Case-Sensitive Search using C#

    Easily perform case-sensitive search using C# to retrieve precise results. Learn how to search case-sensitive text in files using C# with step-by-step instructions....names such as UserID and userid may have entirely different meanings...

    kb.groupdocs.com/search/net/perform-case-sensit...
  5. GroupDocs Newsletter March 2018 – Document Mani...

    Share this issue: Monthly NewsletterMarch 2018 Edit Business Documents in Java by Loading in HTML Save Back to HTML, Word, ODT, XML & Text File Formats Edit and transform documents using HTML Editor or by any UI-less service within any Java based application. GroupDocs.Editor for Javais a powerful document editing API that allows converting supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made Easily manage complex documents editing operations by adding just a few lines of code within any type of Java application....faster but uses more memory and may cause memory overflow error in...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  6. GroupDocs.Conversion .NET of PDF caused OOM - F...

    we bought the license for the conversion library but we experienced very very bad performance using the library. we tried converting pdf file of 50MB and our memory sky rocketed to 6GB. our services crashed experiencing …... As you may know, .NET stores data in classes...

    forum.groupdocs.com/t/groupdocs-conversion-net-...
  7. Evaluation Limitations and Licensing | GroupDocs

    GroupDocs.Metadata for Node.js provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....page To study the system, you may want quick access to the API...

    docs.groupdocs.com/metadata/nodejs-java/evaluat...
  8. Search text in Microsoft Office Excel spreadshe...

    This article explains that how to search text from Microsoft Office Excel (.xls, .xlsx) spreadsheets....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  9. Search text in Microsoft Office Word documents ...

    This article explains that how to search text from Microsoft Office Word (.doc, .docx) documents...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  10. Search text in Microsoft OneNote sections | Gro...

    To search a keyword in Microsoft OneNote sections search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft OneNote section: Instantiate Parser object for the initial section; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the section....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/search-text-in-m...