Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 10,613 for

new

(0.07 sec)
  1. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert PDF files to HTML, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "resume.pdf" )) { //...

    docs.groupdocs.com/viewer/net/render-pdf-docume...
  2. Load from Azure Blob Storage | Documentation

    This article explains how to load a document from Azure Blob Storage with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...); LoadOptions loadOptions = new LoadOptions ( FileType . DOCX...

    docs.groupdocs.com/viewer/net/load-document-fro...
  3. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization 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...
  4. Load document | Documentation

    Following this guide you will learn how to load document from local disk or file stream for editing with GroupDocs.Editor for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...the document Editor editor = new Editor ( inputFilePath ); //...

    docs.groupdocs.com/editor/net/load-document/
  5. Sign documents with encrypted metadata text | D...

    This article explains how to create encrypted Metadata electronic signature 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/sign-document...
  6. Support of Setting Output Page Size when Render...

    We have released version 18.5 of GroupDocs.Viewer for .NET with a couple of New features as well as 12 improvements and bug fixes. The latest version includes the feature of setting output page size when rendering email messages as image and PDF. Furthermore, you can now change the field labels in the header of the email messages. The feature of rendering password protected documents has also been extended for ODT and OTT formats....NET with a couple of new features as well as 12 improvements...formats. Below is the list of new features, improvements, and fixes...

    blog.groupdocs.com/viewer/support-of-setting-ou...
  7. 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 .Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...EmailLoadOptions emailOpt = new EmailLoadOptions (); emailOpt...

    docs.groupdocs.com/conversion/java/convert-each...
  8. Get Document Metadata without Editing in C#

    We have added a lot of New options and features in this major release/update of GroupDocs.Editor for .NET 19.9. All public methods/classes have been moved to Legacy namespace and they are marked as obsolete. Now, when you update to this latest version, it is required to make project-wide replacement of namespace usages from GroupDocs.Editor. to GroupDocs.Editor.Legacy to resolve build issues. Access release notes here. Why to migrate? Editor class introduced as a single entry point to manage the document editing process to any supported file format (instead of EditorHander class from previous versions) Architecture is redesigned to decrease memory usage Simplified document editing and saving options See difference in code...We have added a lot of new options and features in this major...much in the new version What’s new? We have added a new GetDocumentInfo...

    blog.groupdocs.com/editor/get-document-metadata...
  9. Generate signature preview | Documentation

    This topic explains how to get document signature preview in c#...Consulting Blog Knowledge Base New Releases Status Websites aspose...QrCodeSignOptions signOptions = new QrCodeSignOptions { EncodeType...

    docs.groupdocs.com/signature/net/generate-signa...
  10. Edit Markdown documents | Documentation

    This guide demonstrates how to edit content of the Markdown documents/files like a common text documents using a GroupDocs.Editor for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...fromStream = new Editor ( content ) using ( Editor fromPath = new Editor...

    docs.groupdocs.com/editor/net/edit-markdown/