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

new

(0.04 sec)
  1. 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-...
  2. Sign document with Form Field signature - advan...

     This article explains how to sign document with Form field electronic signatures using advanced options 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/sign-document-...
  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. Update document password | Documentation

    This article explains how to update password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...resultant document will have new password. Here are the steps...

    docs.groupdocs.com/merger/net/update-document-p...
  5. 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...
  6. Load document from URL | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...( ! response . ok ) { throw new Error ( `URL fetch error: ${...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  7. OCR Usage Basics | Documentation

    This article explains that how to integrate any paid or free OCR solution....Consulting Blog Knowledge Base New Releases Status Websites aspose...returned by your OCR toolkit throw new NotImplementedExcept (); } }...

    docs.groupdocs.com/redaction/net/ocr-usage-basics/
  8. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = New PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = New Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Consulting Blog Knowledge Base New Releases Status Websites aspose...PresentationLoadOpti loadOptions = new PresentationLoadOpti (); // Specify...

    docs.groupdocs.com/watermark/java/working-with-...
  9. Verify for multiple signatures | Documentation

    This topic explains how to verify electronic signatures of various types 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/java/verify-for-mu...
  10. Migration notes | Documentation

    Why to migrate Here are the key reasons to use the New updated API provided by GroupDocs.Watermark for .NET since version 19.5: The Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Document class from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....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/watermark/net/migration-notes/