Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 859 for

make

(0.05 sec)
  1. How to perform Callbacks with GroupDocs PHP SDK

    This article explains the basics of using PHP SDK callbacks. In this article I’ll use the Convert API. Find information about other methods in the Swagger explorer. 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....private key from text file and makes a request to the Storage API...data for request and press "Make request" button <form action="/controller"...

    blog.groupdocs.com/total/how-to-perform-callbac...
  2. Change Page Orientation of Word Document in C# ...

    Change the orientation of pages in Word DOC/DOCX documents using C#. Set pages as portrait or landscape within .NET applications using GroupDocs....way how to programmatically make a page landscape in a Word document...using C# # Similarly, you can make any set of pages of the Word...

    blog.groupdocs.com/merger/change-page-orientati...
  3. Use of In-line Syntax Error Messages into Templ...

    Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text documents. By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reason of the error and specifies a tag or expression part where the error is encountered.... To make things easier, the engine supports...written using a bold font to make it more apparent. Consider the...

    docs.groupdocs.com/assembly/net/use-of-in-line-...
  4. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Java 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 Java solution....common metadata properties To make manipulating metadata easier...using tags: a file to examine Make up a predicate checking that...

    docs.groupdocs.com/metadata/java/find-metadata-...
  5. Clean Metadata of Documents and Images using Java

    Java API to remove all or selective metadata properties of DOCX, XLSX, PPTX, PDF documents, JPEG, PNG, WebP images, email, eBooks, Visio Drawings, Zip, etc....Document Modification Date, Make and Model of Camera, etc. In...So before you proceed, please make sure to prepare the development...

    blog.groupdocs.com/metadata/remove-metadata-fro...
  6. How to Use RSpec to Test GroupDocs API? - Part 1

    In this article, we will review how to use Ruby RSpec for testing REST APIs like GroupDocs. RSpec is a BDD (behavior driven development) framework. You can find more info about RSpec on its official site. There are a lot of different GroupDocs APIs that you can use. In this article we will test one of the User APIs: “Get user profile”. What You Need You need Ruby, Gem, Bundler, and RSpec (gem install rspec) installed on you computer.... Make sure that you are in the groupdocs_tests...need to do. Running the Test # Make sure that your test work fine...

    blog.groupdocs.com/total/how-to-use-rspec-to-te...
  7. Watermark Word Documents | Text and Image Water...

    Add text and image watermarks to Word documents. Apply watermarks using the online watermark application or using .NET and Java libraries programmatically....know how you sometimes want to make sure your special drawings or...a special word or a picture. Make your secret stamp special by...

    blog.groupdocs.com/watermark/watermark-word-doc...
  8. Introducing more simplified and improved GroupD...

    GroupDocs.Merger for .NET allows you to merge or manipulate document structure across a wide range of file formats. Those who are new to this API, you can join several documents into one, split single document to multiple documents, reorder or replace document pages, change page orientation and manage document password. Version 19.9 is a major release. We totally restructured the API and below are the reasons to migrate: Merger class introduced as a single entry point to manage the document processing of any supported file format API is improved to decrease memory usage Easy to instantiate proper options class and control over document structure manipulation processes Those who are already using the API, let us share the code difference....this version it is required to make project-wide replacement of...

    blog.groupdocs.com/merger/introducing-more-simp...
  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. 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...