Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 1,394 for

make

(0.05 sec)
  1. A simplified and easy to use document compariso...

    A major advantage of GroupDocs.Comparison for .NET is its ability to tightly integrate with any .NET project. This integration gives an extra mark to your application or project. GroupDocs.Comparison for .NET 19.9 comes with a lot of breaking changes. The legacy API have been moved into Legacy namespace**.** So, when you update to this version it is required to Make project-wide replacement of namespace usages from GroupDocs.Comparison. to GroupDocs.Comparison.Legacy to resolve build issues....this version it is required to make project-wide replacement of...

    blog.groupdocs.com/comparison/a-more-simplified...
  2. GroupDocs.Text for .NET has been Renamed to Gro...

    We are pleased to announce that GroupDocs.Text for .NET has been renamed to GroupDocs.Parser for .NET. We have published the first monthly release as GroupDocs.Parser for .NET 18.5 after renaming of the API. The latest release has come with a few changes and a couple of enhancements. Please continue to read about the changes and the enhancements that we have made in version 18.5. Important to KnowIt is important to inform you that the renaming of the API will not disturb your existing code and the API structure still remains the same.... You will only have to make the following changes in your...

    blog.groupdocs.com/parser/groupdocs.text-for-.n...
  3. Find metadata properties | Documentation

    This article explains that how you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your .NET solution....common metadata properties To make manipulating metadata in your...solution : a file to examine. Make up a predicate checking that...

    docs.groupdocs.com/metadata/net/find-metadata-p...
  4. Groupdocs.Conversion ILogger not usable - Free ...

    I’m trying to get logging from the groupdocs.conversion library by using a class which implements the ILogger interface. But I notice in the API documentation that the ILogger interface has the following function: erro…...in the situation that I can’t make my own class implementing the...

    forum.groupdocs.com/t/groupdocs-conversion-ilog...
  5. converted_without_annotations.docx

    How to fold origami candy boxes Have you ever annoyed that you don’t have candy boxes to pack the candies? Candies are easily melting in hot temperature. So it is not suitable to place them in the ...... And make a house to the candies. Search...

    docs.groupdocs.com/conversion/java/_sample_file...
  6. 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...
  7. Extracting metadata | Documentation

    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...
  8. Third and last question from us for now - Free ...

    We would like to use GroupDocs.Conversion to convert DOCX’s to and from the flat XML format (flat OPC).  From your responses to our other recent requests, it seems that Conversion is more about producing human-friendly …... We’ll make sure to notify you as soon as...

    forum.groupdocs.com/t/third-and-last-question-f...
  9. Load from Stream | Documentation

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to Make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...can use document instance to make redactions redactor . apply...

    docs.groupdocs.com/redaction/java/load-from-str...
  10. converted_without_fields.docx

    How to fold origami candy boxes This is a test Have you ever annoyed that you don’t have candy boxes to pack the candies? Candies are easily melting in hot temperature. So it is not suitable to pla...... And make a house to the candies. Search...

    docs.groupdocs.com/conversion/java/_sample_file...