Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 12,283 for

new

(0.07 sec)
  1. Generate Numbered Lists from Data Source | Grou...

    Create numbered lists in documents by iterating over data collections and displaying items with numbers....Consulting Blog Knowledge Base New Releases Status Websites aspose...List < Task > tasks = new List < Task > { new Task { Title = "Design"...

    docs.groupdocs.com/assembly/net/basic-usage-gen...
  2. Loading of external resources containing by a d...

    This article explains how to manage loading of external resources contained by a document with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose.... LoadOptions loadOptions = new LoadOptions (); loadOptions ...

    docs.groupdocs.com/viewer/net/loading-external-...
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...0 comes up with new features and improvements to...on-board. This release comes with new document formats support such...

    blog.groupdocs.com/groupdocs.blog/page/67/
  4. Load Spreadsheet document with options | GroupDocs

    Learn this article and check how to load and convert Microsoft Excel and Open Document spreadsheets with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...comments: const loadOptions = new groupdocs . conversion . SpreadsheetLoadOptio...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...NET API with some exciting new features. GroupDocs.Viewer for...another monthly release where new file formats are added in supported...

    blog.groupdocs.com/groupdocs.blog/page/79/
  6. Locking watermark in word processing document |...

    This article explains how to lock the watermarks in a Word document to restrict the editing....Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessingLoadOp loadOptions = new WordProcessingLoadOp (); // Specify...

    docs.groupdocs.com/watermark/net/locking-waterm...
  7. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Український Tiếng Việt 中文 中國傳統的 Good news for ASP.NET WebForm Developers...GroupDocs team is releasing a new version for GroupDocs.Viewer...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  8. Esign Pdf With Metadata Signature | GroupDocs

    id: esign-pdf-with-metadata-signature url: signature/net/esign-pdf-with-metadata-signature title: Electronic Signature PDF with Metadata signature linkTitle: Electronic Signature PDF weight: 2 description: “This article explains how to add metadata signatures to PDF document meta info layer with GroupDocs.Signature” keywords: Pdf metadata, Pdf metadata signatures productName: GroupDocs.Signature for .NET toc: True structuredData: showOrganization: True application: name: Pdf documents metadata changing in C# description: Update metadata of pdf document with C# language by GroupDocs.Signature for ....Consulting Blog Knowledge Base New Releases Status Websites aspose...True howTo: name: How to append new metadata to pdf document using...

    docs.groupdocs.com/signature/net/developer-guid...
  9. Apply Formatting to Numbers, Dates, and Text in...

    Format numeric values, date-time values, and text strings in templates using format strings and functions....Consulting Blog Knowledge Base New Releases Status Websites aspose...FormatNumbers () { var invoice = new Invoice { Amount = 1500.75 m...

    docs.groupdocs.com/assembly/net/basic-usage-for...
  10. HideComments replacement CommentDisplayMode not...

    Hi, I have switched from HideComments in WordProcessingLoadOptions, to CommentDisplayMode, due to it becoming obsolete in version 25.5. This was the old code: convLoadOpts.HideComments = true; This is the New code: …...HideComments = true; This is the new code: convLoadOpts.CommentDisplayMode...following code: var convLoadOpts = new WordProcessingLoadOp(); //convLoadOpts...

    forum.groupdocs.com/t/hidecomments-replacement-...