Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 1,641 for

make

(0.07 sec)
  1. PowerPoint Presentation

    Making PowerPoint Slides Avoiding the Pitfalls of Bad Slides Tips to be Covered Outlines Slide Structure Fonts Colour Background Graphs Spelling and Grammar Conclusions Questions Outline Make your ......Making PowerPoint Slides Avoiding the Pitfalls of Bad Slides...Conclusions Questions Outline Make your 1st or 2nd slide an outline...

    docs.groupdocs.com/editor/net/sample-files/Pres...
  2. How to run examples | GroupDocs

    How to run examples....examples using NPM To get started make sure that is installed. Clone...

    docs.groupdocs.com/merger/nodejs-java/how-to-ru...
  3. GroupDocs Online Document Management Solution H...

    First of all thanks for checking out our blog! GroupDocs is a web-based solution for online document management, sharing and collaboration. Our team is excited to enter the market and we are confident that we can offer some of the best web-based document collaboration apps to fulfill your every document need. What is GroupDocs? GroupDocs is a one-stop shop for all your document management and collaboration needs. We’ve developed a suite of online document management applications that help you with all aspects of your business, from uploading and securely storing documents, to automatically generating reports or electronically signing paper-work....bridge the platform gap and make document sharing and collaborating...works with documents. GroupDocs makes it easier to collaborate, share...

    blog.groupdocs.com/total/groupdocs-online-docum...
  4. Load from Stream | GroupDocs

    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...
  5. How to Merge Data Fields from a DOCX File with ...

    This article explains how to get the fields from a template DOCX file, fill them with data and merge to new PDF file using GroupDocs. 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 the previous article....data for request and press "Make request" button <form action="controller"...<input type='submit' value='Make Request'/> </form> </div> <div...

    blog.groupdocs.com/merger/how-to-merge-data-fie...
  6. Convert XLSX to JPG using Python

    Learn how to convert XLSX to JPG using Python in a few simple steps. This guide covers how to export XLSX to JPG in Python with clean layout and high image quality....like JPG is an effective way to make your data visuals accessible...export XLSX to JPG in Python , making it easier to automate the conversion...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  7. Announcing Windows Azure Integration with Group...

    We’re excited to announce that Windows Azure has been integrated with GroupDocs. This allows you to setup a new storage provision for storing your GroupDocs files. With this enhancement, you can configure Microsoft Azure as your default storage provider from within GroupDocs and store your files in the Azure container. GroupDocs provides you with flexible storage options, which is an essential element when opting for an efficient document management solution. This integration puts you in charge of selecting your preferred storage provider, making your document management process user friendly and flexible....preferred storage provider, making your document management process...integrate with Azure. If you want to make your document management process...

    blog.groupdocs.com/total/announcing-windows-azu...
  8. Introducing a More Optimized and Simplified Gro...

    It’s been quite long since we released the last version of GroupDocs.Watermark for .NET API. The reason behind this gap was to introduce a more simplified and optimized watermark manipulation API for the .NET platform. Today, I am excited to announce that the API v2 of GroupDocs.Watermark for .NET has been released as v19.10 and it is available for download. What’s new in the latest release? The major updates have been done at the architecture level of the API to simplify its usage....namespace so you’ll have to make a project-wide replacement of...

    blog.groupdocs.com/watermark/net-api-to-add-sea...
  9. Convert Spreadsheets using GroupDocs.Conversion...

    Reason to use a Document Conversion API The world is becoming a global village and businesses running all over the world interacting and collaborating with hundreds of institutions across the globe, the data gathered from different sources come in a number of different formats. Even the data arranged within an organization could be compiled in different formats depending upon the person or department gathering and maintaining it. You may also find yourself in a situation where the older files being used within the company may no longer be compatible with the company’s needs due to certain changes in company policies and software being used by it....doing so, they also need to make sure that the valuable data...files may not get lost while making those conversions. GroupDocs...

    blog.groupdocs.com/conversion/convert-spreadshe...
  10. How to Convert TIFF to PDF in Java

    This guide walks you through the whole process to convert TIFF to PDF in Java. Explore sample code for Java TIFF to PDF capability and modify it as per your needs....the appropriate library and make a few API calls. Code to Convert...

    kb.groupdocs.com/conversion/java/how-to-convert...