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

make

(0.06 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. Embed Inline Syntax Error Messages in Generated...

    In the latest version of GroupDocs.Assembly for Java we have introduced an exciting feature of Inline Syntax Error Messages. Are you thinking about what does Make this feature so exciting? Well, I am going to answer it in this post. First, let’s have a brief overview of how does GroupDocs.Assembly generate the reports. GroupDocs.Assembly uses pre-defined document templates that contain the LINQ statements. These templates are evaluated, processed and then populated by API’s engine during the run-time....you thinking about what does make this feature so exciting? Well...

    blog.groupdocs.com/assembly/embed-inline-syntax...
  6. Add Microsoft Office Files, PDF and Image Annot...

    GroupDocs.Annotation for .NET is a downloadable library that allows developers to add cross-platform, multi-format document annotation functionality to any web-based app or site. Recently we’ve created an add-on specifically for Concrete5 users to Make it easy to integrate the library into their websites. The add-on has been approved by Concrete5 admins and is now available for download from the official Concrete5 marketplace. How can Concrete5 site owners and developers benefit from this release?...specifically for Concrete5 users to make it easy to integrate the library...

    blog.groupdocs.com/annotation/add-microsoft-off...
  7. Key Improvements and Bug Fixes in GroupDocs.Vie...

    GroupDocs team is always looking for the ways to provide improved features and Make the GroupDocs.Viewer for .NET API more rich and straightforward. The brand new GroupDocs.Viewer for .NET release, 17.2.0 comes up with 11 key improvements and bug fixes. Not only this, it also supports rendering of LaTeX format and password protected MPP(2003) files. You can download the version 17.2.0 for an improved experience. GroupDocs.Viewer for .NET 17.2.0 - New FeaturesBelow are the new features that are introduced in GroupDocs....provide improved features and make the GroupDocs.Viewer for .NET...

    blog.groupdocs.com/viewer/groupdocs.viewer-.net...
  8. 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...
  9. converted_with_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...
  10. Cannot rotate page - Free Support Forum - group...

    I’m trying to rotate page in web-base(groupdoc viewer) but this still cannot be done. I would like to know if this avialible for rotate function and how to....the rotation logic in order to make the rotate function actually...potentially be cached by a browser, so make sure to cleanup the cache when...

    forum.groupdocs.com/t/cannot-rotate-page/15771