Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 12,351 for

new

(0.15 sec)
  1. Load Template Documents from File or Stream | G...

    Learn how to load template documents from file paths and streams for document assembly in .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...Sample data var invoiceData = new { CustomerName = "ABC Corp" ...

    docs.groupdocs.com/assembly/net/basic-usage-loa...
  2. GroupDocs.Conversion for .NET 26.1 – Latest Upd...

    Explore what’s New in GroupDocs.Conversion for .NET 26.1. Available now on NuGet and GroupDocs website....1 – New FlatOpc support, enhanced security...2026) Table of Contents What’s new in GroupDocs.Conversion for ...

    blog.groupdocs.com/conversion/groupdocs-convers...
  3. GroupDocs.Conversion 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.... In this release new file format “Webp” is added in...just download the new release and use the new exciting features...

    blog.groupdocs.com/categories/groupdocs.convers...
  4. Convert Archive Formats (ZIP, 7z, TAR, RAR) | G...

    Learn how to convert between archive formats (ZIP to 7z, TAR, etc.) using CompressionConvertOptions in GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...converter = new Converter ( "archive.zip" )) { var options = new CompressionConvertOp...

    docs.groupdocs.com/conversion/net/convert-to-co...
  5. Load SVG document with options | GroupDocs

    Learn how to load and convert SVG (Scalable Vector Graphics) files with advanced options using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...getLoadOptions = loadContext => new SvgLoadOptions { Format = PageDescriptionLangu...

    docs.groupdocs.com/conversion/net/load-svg-docu...
  6. Load 3D document with options | GroupDocs

    Learn how to load and convert 3D model documents (FBX, OBJ, GLTF, 3DS) with advanced options using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...getLoadOptions = loadContext => new ThreeDLoadOptions { Format =...

    docs.groupdocs.com/conversion/net/load-3d-docum...
  7. 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-...
  8. Text redactions | GroupDocs

    This article explains that how Java redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Consulting Blog Knowledge Base New Releases Status Websites aspose...code): final Redactor redactor = new Redactor ( "sample.docx" ); try...

    docs.groupdocs.com/redaction/java/text-redactions/
  9. Add link annotation | GroupDocs

    The page describes how to add link annotation to a document using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf" )) {...

    docs.groupdocs.com/annotation/net/add-link-anno...
  10. Generate Output in Same Format as Template | Gr...

    Save assembled documents in the same format as the template (e.g., DOCX to DOCX, XLSX to XLSX)....Consulting Blog Knowledge Base New Releases Status Websites aspose..."Invoice.docx" ; var invoiceData = new { CustomerName = "ABC Corp" ...

    docs.groupdocs.com/assembly/net/basic-usage-sam...