Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 25,613 for

may

(0.07 sec)
  1. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream in Java...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  2. Load password-protected file | Documentation

    Learn how to load a password-protected file by using .NET redaction API...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/net/load-password-...
  3. GroupDocs.Metadata for Java 19.4 Release Notes ...

    Note This page contains release notes for GroupDocs.Metadata for Java 19.4. Major Features There are the following features and enhancements in this release: Implement the ability to read Matroska subtitles Implement the ability to read original encoded names of ZIP archive entries Full List of Issues Covering all Changes in this Release Key Summary Category METADATANET-2698 Implement the ability to read Matroska subtitles New Feature METADATANET-2761 Implement the ability to read original encoded names of ZIP archive entries Enhancement Public API and Backward Incompatible Changes...Metadata which may affect existing code. Any behavior...characters in their names you may find that sometimes they are...

    docs.groupdocs.com/metadata/java/groupdocs-meta...
  4. Extract text from PDF documents | Documentation

    This article explains that how to extract text from PDF documents... Warning Some documents may have different page numbers in...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/extract-text-from...
  5. How to load password-protected document | Docum...

    This article explains how to load password protected document with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/load-password-...
  6. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source in Java....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  7. Reorder pages | Documentation

    Reorder pages when rendering documents to PDF with GroupDocs.Viewer for .NET... Instead, you may reorder pages in the output PDF...

    docs.groupdocs.com/viewer/net/reorder-pages/
  8. Load document from local disk | Documentation

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a text into the reader try (TextReader reader = parser.getText()) { // Print a text from the document // If text extraction isn't supported, a reader is null System....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/load-document-fr...
  9. Merge Word Documents using Java | Join All or S...

    Java way to merge two or more Word documents into a single file. Combine only the selective pages of multiple Word files within your application....across numerous documents, there may be a need to merge all the documents...Java # In certain cases, you may have a requirement to merge specific...

    blog.groupdocs.com/merger/merge-word-files-usin...
  10. Find Synonyms of any Word using C# | Synonym Gr...

    Find all the possible synonyms of any word in C# using .NET API. Get different collections of synonyms arranged by different meanings of the same word.... As a developer, you may need to find out all words with...Word using C# # A single word may have many different meanings...

    blog.groupdocs.com/search/find-synonyms-of-word...