Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 1,633 for

make

(0.35 sec)
  1. Extracting metadata | GroupDocs

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs....divided into categories that make it easier to find a required...searched for metadata properties Make up a predicate to examine all...

    docs.groupdocs.com/metadata/java/extracting-met...
  2. Work with Search Results using Java

    Learn how to work with search results using Java and retrieve search results in Java efficiently, optimizing search processes for better performance and accuracy....knowing how to interpret and make use of these results can greatly...the full step-by-step process, make sure to read our detailed article...

    kb.groupdocs.com/search/java/work-with-search-r...
  3. Extracting metadata | GroupDocs

    This article shows how to extract metadata properties from your files in C# .NET solution programmatically with GroupDocs.Metadata for .NET...divided into categories that make it easier to find a required...searched for metadata properties Make up a predicate to examine all...

    docs.groupdocs.com/metadata/net/extracting-meta...
  4. System Requirements | GroupDocs

    System requirements, supported platforms, and environment setup for GroupDocs.Viewer for Node.js via Java. No Microsoft Office or other third‑party software is required.... Unix make A C/C++ compiler toolchain such...install clang , clang++ , and make . Install the Xcode Command...

    docs.groupdocs.com/viewer/nodejs-java/system-re...
  5. Introducing Simple and Easy to Use .NET Documen...

    We are introducing a new public API that is designed to be implemented easily. Those who are using previous version of the API (below 19.9), you don’t have to worry. The legacy API has been moved into legacy namespace. If you want to upgrade to v19.9, it is required to Make project-wide replacement of namespace usages from GroupDocs.Conversion to GroupDocs.Conversion.Legacy in order to avoid any build issues. Why to use new version?...9 , it is required to make project-wide replacement of...

    blog.groupdocs.com/conversion/introducing-simpl...
  6. Search Special Characters in Documents using C#

    Easily search special characters in documents using C#. Enhance accuracy and relevance in text search with special characters in C# across multiple platforms.... The flexibility of APIs make it an ideal choice for performing...complete step-by-step instructions, make sure to check out our detailed...

    kb.groupdocs.com/search/net/search-special-char...
  7. Perform Text Search in Documents Online

    Unlock the power of text search using GroupDocs.Search! Learn how to search text-based documents using regular expressions.... Let’s find out how we can make searching for text in documents...want from your document. We make sure to keep your information...

    blog.groupdocs.com/search/online-text-search/
  8. Converting Docx to PDF throws Null Reference Ex...

    Attempting to convert the attached file throws a Null Reference Exception from within an Aspose library included in the GroupDocs product. We are using the most up to date version of convert available. This appears to …...in {0}", outputFolder); } } } Make sure to replace "YourOutputDirectoryP"...

    forum.groupdocs.com/t/converting-docx-to-pdf-th...
  9. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....replacing an original file: // Make a copy of sample file Files...

    docs.groupdocs.com/redaction/java/save-overwrit...
  10. Introducing a More Optimized and Simplified Ele...

    Why change is considered as a hard but yet good thing to occur? Why the updates are important? This is because if there is no change there is no progress and staying the same over the time Makes the things die. The updates in the software components are also similar when a new version of the same software replaces the old one. A software that remains the same and doesn’t introduce any improvements or new features becomes obsolete....staying the same over the time makes the things die. The updates...objective behind this release was to make the usage of API’s features...

    blog.groupdocs.com/signature/introducing-a-more...