Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 12,637 for

new

(1.86 sec)
  1. Listening to conversion process events | GroupDocs

    Follow this guide and learn how to track conversion process by subscribing to specific events of GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...IConverterListener listener = new ConverterListener (); Func <...

    docs.groupdocs.com/conversion/net/listening/
  2. Convert each email attachment to different form...

    Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...promises ; const emailLoadOptions = new groupdocs . conversion . EmailLoadOptions...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  3. Reference to CommonUtilities - Free Support For...

    Hi I just installed GroupDocs.Assembly via nuget in Visual Studio. In C#, I have added references to GroupDocs.Assembly amd GroupDocs.Assembly.Data, but I couldn’t find reference to CommonUtilities, eg. assembler.Assemb…...Workbook object var workbook = new Workbook(); // access default...Arrays as Table var options = new JsonLayoutOptions(); options...

    forum.groupdocs.com/t/reference-to-commonutilit...
  4. Load document from Amazon S3 Storage | GroupDocs

    This article demonstrates how to convert document stored in Amazon S3 storage using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...pdf" ; Converter converter = new Converter ( downloadFile ( key...

    docs.groupdocs.com/conversion/java/load-documen...
  5. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures....Consulting Blog Knowledge Base New Releases Status Websites aspose...class as not serialize. Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/implement-cust...
  6. Annotate HTML and Email file format using Group...

    GroupDocs team is happy to release another document annotation API version, where New file formats are introduced in supporting document format list and also New features are introduced . The latest GroupDocs.Annotation for .NET 17.5.0 API now provides support to annotate HTML and Email file formats along with Improvements and Fixes. We recommend our user to download the latest API release to use New exciting features and enhance their application with GroupDocs....annotation API version, where new file formats are introduced in...document format list and also new features are introduced . The...

    blog.groupdocs.com/annotation/annotate-html-ema...
  7. GroupDocs.Comparison for .NET 3.3.0 Announced

    We are pleased to announce the monthly release of Next Generation GroupDocs.Comparison for .NET 3.3.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.3.0 - New FeaturesIn this New release of GroupDocs.Comparison for .NET 3.3.0 New features are introduced for word document format when use Comparison.... In this version, some new features has been introduced...fixes. Also, this version has a new installer. We recommend that...

    blog.groupdocs.com/comparison/groupdocs-compari...
  8. Load document from stream | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( documentStream ))...

    docs.groupdocs.com/annotation/net/load-document...
  9. EmailOptions Class is Introduced in GroupDocs.C...

    GroupDocs.Conversion for Java 18.7 covers a New feature and a bug fix. MSG to PDF conversion issue is now resolved. Please take a look over the release notes to get an idea about the changes introduced. MailOption to control conversions from emailA New class EmailOptions is implemented in SaveOptions. Using that email options can be managed. PdfSaveOptions options = New PdfSaveOptions(); EmailOptions emailOptions = options.getEmailOptions(); emailOptions.setDisplayHeader(true); emailOptions.setDisplayEmailAddress(true); emailOptions.setDisplayFromEmailAddress(true); emailOptions.setDisplayToEmailAddress(true); emailOptions....7 covers a new feature and a bug fix. MSG to...control conversions from emailA new class EmailOptions is implemented...

    blog.groupdocs.com/conversion/emailoptions-clas...
  10. Convert documents for RAG pipelines | GroupDocs

    Prepare PDF, Word, and Excel documents as Markdown for retrieval-augmented generation with LLMs...Consulting Blog Knowledge Base New Releases Status Websites aspose...options = new ConvertOptions { ImageExportStrategy = new SkipImagesStrategy...

    docs.groupdocs.com/markdown/net/convert-for-rag/