Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 1,139 for

make

(0.09 sec)
  1. 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
  2. Edit Word Documents | Online Editing & Programm...

    Discover efficient ways to edit Word documents. Either edit DOC/DOCX files online or do it programmatically using C# & Java....the Online Editor to make your changes. Make your changes by editing...

    blog.groupdocs.com/editor/edit-word-documents/
  3. Edit PowerPoint Presentations | Online Editing ...

    Discover efficient ways to edit PowerPoint presentations. Either edit PPT/PPTX files online or do it programmatically using C# & Java.... Make the desired changes, such as...experience the libraries designed to make this task a breeze. Next, this...

    blog.groupdocs.com/editor/edit-presentation-ppt...
  4. Add Ellipse Annotation in Multiple Documents

    We are always keen to Make our APIs rich in features and enhance usability. When we talk about annotation types. One cannot neglect ellipse annotation. Its a multi purposed annotation type. For instance you can use it to display extra information on your gauge or capture graph hits against a target line. Previously, Ellipse annotation was implemented in .NET version and it seemed very useful. We are pleased to announce that Ellipse annotation is now added in GroupDocs....We are always keen to make our APIs rich in features and enhance...

    blog.groupdocs.com/annotation/add-ellipse-annot...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  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. Extracting metadata | Documentation

    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...