Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 859 for

make

(0.03 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. Bootstrap v3: What Has Changed in the New Version

    Introduction In one of my previous articles I talked about using the Bootstrap CSS framework in web projects. Exactly 2 years after the very first release of Bootstrap to the open world by the ex-Twitter developers we have now Bootstrap v3 - the new version of the most popular CSS framework. I’m calling it the most popular because of the recently announced results from the meanpath source-code search engine which shows that 1% of websites nowadays are using Bootstrap....mobile experience, rather than making websites behave the same way...technique that it just doesn’t make sense to having a site that’s...

    blog.groupdocs.com/total/bootstrap-v3-what-has-...
  6. Add annotation to the document | Documentation

    The page describes document annotations of different types and how to add annotations to a document using GroupDocs.Annotation API.... Make selected text strikeout. Applicable...Applicable only for text. Make selected text underline. Applicable...

    docs.groupdocs.com/annotation/net/add-annotatio...
  7. How to Use the GetChanges Method from the Compa...

    This article explains how to use the GetChanges method from the ComparisonApi in the GroupDocs SDK. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version.) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from a previous article. The sample that we create in this article is not much different from other Fatfree examples....ComparisonApi($apiClient); //###Make request to ComparisonApi using...if(is\_object($content)){ //If object make cycle for the current object...

    blog.groupdocs.com/comparison/how-to-use-the-ge...
  8. 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...
  9. 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...
  10. 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...