Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 10,664 for

new

(0.09 sec)
  1. Getting document text in network | Documentation

    This page contains information about getting document text in the search network....Consulting Blog Knowledge Base New Releases Status Websites aspose...NetworkDocumentInfo > documents = new List < NetworkDocumentInfo >();...

    docs.groupdocs.com/search/net/getting-document-...
  2. Character replacements | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); if ( index...

    docs.groupdocs.com/search/java/character-replac...
  3. Detect encoding | Documentation

    This article explains that how to detect encoding of a plain text file....Consulting Blog Knowledge Base New Releases Status Websites aspose...documents. LoadOptions loadOptions = new LoadOptions ( FileFormat . WordProcessing...

    docs.groupdocs.com/parser/net/detect-encoding/
  4. Delete Signatures of the certain type | Documen...

    This article explains how to delete electronic signatures of the certain type with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/delete-signatu...
  5. Convert database formats | Documentation

    This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...file using ( var converter = new GroupDocs . Conversion . Converter...

    docs.groupdocs.com/conversion/net/convert/datab...
  6. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert documents to Word and Open Document formats like DOC, DOCX, ODT, OTT formats with height, width, DPI and other customizations using GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...try ( Converter converter = new Converter ( "professional-services...

    docs.groupdocs.com/conversion/java/convert-to-w...
  7. Convert to Presentation with advanced options |...

    Follow this guide and learn how to convert documents to PowerPoint presentations of PPT, PPTX formats with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...try ( Converter converter = new Converter ( "annual-review.docx"...

    docs.groupdocs.com/conversion/java/convert-to-p...
  8. Working with JSON Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access JSON data while building a report, the GroupDocs.Assembly API introduces JsonDataSource class. You can pass its instance to the assembler as a data source. Using of JsonDataSource enables you to work with typed values of JSON elements in template documents. For more convenience, the set of simple JSON types is extended as follows:...Consulting Blog Knowledge Base New Releases Status Websites aspose...JsonDataLoadOptions options = new JsonDataLoadOptions(); options...

    docs.groupdocs.com/assembly/net/working-with-js...
  9. Convert project management formats | Documentation

    This article demonstrates how you can convert to and from project management formats with GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...MPP file Converter converter = new Converter ( "sample-project.mpp"...

    docs.groupdocs.com/conversion/java/convert/proj...
  10. How to Convert Files with GroupDocs PHP SDK

    This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find information about others 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) Initial Installations Learn how to install the Fatfree framework from their Readme: https://github....it Sample1 so lets call the new sample Sample2 Here is code of...that looks like this: $signer = new GroupDocsRequestSign($privateKey);...

    blog.groupdocs.com/conversion/how-to-convert-fi...