Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 10,644 for

new

(0.09 sec)
  1. Digital certificate for Spreadsheets has wrong ...

    Hi there, I’m getting this error while trying to use the certificate constructed manually (C#) … I’m trying to avoid the popup that comes up in a solution 1 that is working, The code that is working is here: Stream ex…...outStream = new MemoryStream(); using (Signature signature = new Sig...DigitalSignOptions options = new DigitalSignOptions(cert_content)...

    forum.groupdocs.com/t/digital-certificate-for-s...
  2. Load TXT document with options | Documentation

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...getLoadOptions = loadContext => new TxtLoadOptions { LeadingSpacesOptions...

    docs.groupdocs.com/conversion/net/load-txt-docu...
  3. Filtering annotations by type on saving documen...

    This page describes how to filter annotation by type on saving file using GroupDocs.Annotation for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using (Annotator annotator = new Annotator(“input.pdf”)) { AreaAnnotation...

    docs.groupdocs.com/annotation/net/filtering-ann...
  4. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = New Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputDxf...

    docs.groupdocs.com/metadata/net/working-with-ca...
  5. Inserting edited worksheet into existing spread...

    This article describes how to insert an edited worksheet into an existing spreadsheet using GroupDocs.Editor for Node.js....Consulting Blog Knowledge Base New Releases Status Websites aspose...overwriting the entire workbook with a new single worksheet. This feature...

    docs.groupdocs.com/editor/nodejs-java/inserting...
  6. Compare multiple documents protected by passwor...

    This article describes how to compare multiple Word documents or PowerPoint presentations protected by password using GroupDocs.Comparison for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...Comparer comparer = new Comparer ( "source.docx" , new LoadOptions ()...

    docs.groupdocs.com/comparison/net/compare-multi...
  7. Add watermarks to presentation documents | Docu...

    Adding watermark to a particular slide Using GroupDocs.Watermark, you can add watermark to a particular slide of a PowerPoint presentation in a simplified way. Adding watermark to a particular PowerPoint slide using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Call setSlideIndex() of PresentationWatermarkSlideOptions Add watermark to the document Save the document Following code shows how to add TextWatermark to the first slide and ImageWatermark to the second slide....Consulting Blog Knowledge Base New Releases Status Websites aspose...PresentationLoadOpti loadOptions = new PresentationLoadOpti (); // Specify...

    docs.groupdocs.com/watermark/java/add-watermark...
  8. Working with slide backgrounds | Documentation

    The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background images...Consulting Blog Knowledge Base New Releases Status Websites aspose...PresentationLoadOpti loadOptions = new PresentationLoadOpti (); // Specify...

    docs.groupdocs.com/watermark/net/working-with-s...
  9. Show Hide Track Changes feature Announced for W...

    Releasing GroupDocs.Conversion 3.4.0 API We are happy to reveal the New release of GroupDocs.Conversion for .NET API 3.4.0 with most demanding features addition. This version has a New installer and some New features and fixes are introduced. We recommend that you download and update your application immediately with New API release to enhance performance of your app and add New exciting features. Features - Document Conversion API Version 3.4.0 In this New Version of GroupDocs....API We are happy to reveal the new release of GroupDocs.Conversion...This version has a new installer and some new features and fixes...

    blog.groupdocs.com/conversion/announcing-show-h...
  10. 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-...