Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 10,115 for

new

(0.05 sec)
  1. How to Create a Simple Application Using the Gr...

    In this article I’ll walk you thorough the process of creating a simple JavaScript application which shows files and directories from your GroupDocs account. Lets start by creating a package from the GroupDocs JavaScript SDK sources. You can skip this step and get the full SDK package from GitHub and a minimal SDK package. Creating a Package You need Node.js installed on you computer. Read more about installation Node.js. When Node....""; var aClient = new groupdocs.ApiClient(new groupdocs.GroupD...GroupDocsSecurityHan(apiKey)); var api = new groupdocs.StorageApi(aClient...

    blog.groupdocs.com/total/how-to-create-a-simple...
  2. Split PDF File into Multiple Files using C# | S...

    Different ways to split PDF files using C#. Separate large PDF files and extract specific pages using different splitting options.... new SplitOptions(outputFile, new int[] { 3, 6,...in Range : [3], [4], [5], [6] new SplitOptions(outputFile, 3, 6);...

    blog.groupdocs.com/merger/split-pdf-files-in-cs...
  3. Evaluation Limitations and Licensing | Document...

    free watermark api version is available to evaluate the API which will be similar as licensed but with few limitations....Consulting Blog Knowledge Base New Releases Status Websites aspose...//initialize License License lic = new License (); //Set license lic...

    docs.groupdocs.com/watermark/java/evaluation-li...
  4. Annotate VSS and VSD Diagram formats using Grou...

    GroupDocs team is glad to announce another monthly release of document annotation API, where New file formats are introduced in supporting document format list and also New features are introduced . The latest GroupDocs.Annotation for .NET 17.6.0 API now provides support to annotate VSD and VSS Diagram file formats along with Improvements and Fixes. We recommend our user to download the latest API release to use New exciting features and enhance their application with GroupDocs....document annotation API, where new file formats are introduced in...document format list and also new features are introduced . The...

    blog.groupdocs.com/annotation/annotate-vss-vsd-...
  5. Character types | Documentation

    This page contains descriptions of all character types. Character types differ in how characters of these types are indexed....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Configuring...

    docs.groupdocs.com/search/java/character-types/
  6. Strikeout Option and PNG, BMP Formats - introdu...

    We are glad to announce another monthly release of GroupDocs.Comparison for .NET 17.5.0 API with Three New features like adding Strikeout option for deleted/style change in words format, also adding support for PNG, JPG and BMP file formats.This monthly release is adding Six improvements like “Improve comparison of Text & Imaging formats” and ” Add styles change detection for Comparison.Imaging (height, width)” along with fixes. Detailed information is listed below....0 API with Three new features like adding Strikeout...for .NET 17.5.0 introducing new features and improvements, like...

    blog.groupdocs.com/comparison/strikeout-option-...
  7. Add password to PDF with permissions | Document...

    This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...code: Initialize class with new document password and set Permissions...

    docs.groupdocs.com/merger/net/add-password-to-p...
  8. Load password-protected documents | Documentation

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...Comparer comparer = new Comparer ( "source.xlsx" , new LoadOptions (...

    docs.groupdocs.com/comparison/java/load-passwor...
  9. Load document from URL | Documentation

    This section explains how to load document from URL with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...raw=true" ; InputStream stream = new URL ( url ). openStream (); Signature...

    docs.groupdocs.com/signature/java/load-document...
  10. Indexing options | Documentation

    This page contains a description of all the properties of the IndexingOptions class...Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Creating...

    docs.groupdocs.com/search/net/indexing-options/