Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 10,573 for

new

(0.05 sec)
  1. Render Excel and Apple Numbers spreadsheets as ...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Excel workbooks and Apple Numbers spreadsheets to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "invoice.xlsx" )) {...

    docs.groupdocs.com/viewer/net/render-excel-and-...
  2. GroupDocs editor Example for pptx and xlsx - Fr...

    Hello Team, few months back I requested for the Editor Example for Word file and I get the code like below [HttpPost] [Route("api/GroupDocsApi/CreateEmptyWordFile")] //To create empty word doc public async Task<SPRespo…...{ try { Document document = new Document(); await Task.Run(()...Save(request.FileUploadPath)); return new SPResponse() { ReturnStatus =...

    forum.groupdocs.com/t/groupdocs-editor-example-...
  3. Migration notes | Documentation

    Why To Migrate? Here are the key reasons to use the New updated API provided by GroupDocs.Parser for .NET since version 19.8: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Consulting Blog Knowledge Base New Releases Status Websites aspose...are the key reasons to use the new updated API provided by GroupDocs...

    docs.groupdocs.com/parser/net/migration-notes/
  4. Load personal storage PST or OST with options |...

    Learn this article and check how to load and convert PST/OST documents with advanced options using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "sample.pst" )) {...

    docs.groupdocs.com/conversion/net/load-personal...
  5. Load password-protected document | Documentation

    This article explains how to load password-protected document while using GroupDocs. Watermarks API....Consulting Blog Knowledge Base New Releases Status Websites aspose...LoadPasswordProtecte LoadOptions loadOptions = new LoadOptions (); loadOptions ...

    docs.groupdocs.com/watermark/net/load-password-...
  6. Existing objects in PDF document | Documentation

    Removing watermark from a particular page of PDF document using C#....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfLoadOptions loadOptions = new PdfLoadOptions (); // Specify...

    docs.groupdocs.com/watermark/java/existing-obje...
  7. Save only annotated pages | Documentation

    The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...class Annotator annotator = new Annotator ( "inputPath" ); try...

    docs.groupdocs.com/annotation/java/save-only-an...
  8. Sign Images with Metadata Signature using Group...

    New month, New release! We have released version 19.1 of GroupDocs.Signature for .NET that brings a couple of New features as well as two bug fixes and two improvements. The latest version provides metadata signature features for image files. Furthermore, the API now supports rounded corners for rectangle stamp signature types. For more details on what’s New in the latest release, please have a look at release notes. Features Introduced Metadata Signature Features for ImagesIn the latest version, we have introduced a New feature of singing images with metadata signatures that are based on Exchangeable Image File Format (EXIF) specification....New month, new release! We have released version 19.1 of GroupDocs...NET that brings a couple of new features as well as two bug fixes...

    blog.groupdocs.com/signature/sign-images-with-m...
  9. Releasing GroupDocs.Comparison for .NET 3.2.0 w...

    We are pleased to announce the New release of Next Generation GroupDocs.Comparison for .NET 3.2.0. with some exciting features. In this version, some New features has been introduced along with some important fixes. Also, this version has a New installer. We recommend that you download and update the API as soon as you can. GroupDocs.Comparison for .NET 3.2.0 - New FeaturesIn this New release of GroupDocs.Comparison for .NET 3.2.0 New features are introduced to save html files to word document when use Comparison....are pleased to announce the new release of Next Generation GroupDocs...features. In this version, some new features has been introduced...

    blog.groupdocs.com/comparison/groupdocs-introdu...
  10. Remove annotations | Documentation

    This topic describes how to remove annotations from PDF file using the GroupDocs.Viewer .NET API (C#)....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...

    docs.groupdocs.com/viewer/net/optimization-pdf-...