Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 10,414 for

new

(0.03 sec)
  1. Extended Document Information Support - Introdu...

    We are glad to announce another release of GroupDocs.Conversion for .NET v17.4.0. In this monthly release New feature “Extended Document Information and Improved Performance” introduced, along with major fixes and improvements. We recommend our users to download the New release and use the New exciting features to enhance their application. GroupDocs.Conversion for .NET API 17.4.0This release of GroupDocs.Conversion for .NET 17.4.0 Implemented Metadata support for different supported document formats. Here is the list of changes made in New release.... In this monthly release new feature “ Extended Document Information...to download the new release and use the new exciting features...

    blog.groupdocs.com/conversion/extended-document...
  2. GroupDocs Blog | Document Automation Solutions ...

    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....dependency simplifications, and new Docker documentation. Explain...content protection. Here’s what’s new in GroupDocs.Metadata 25.6 for...

    blog.groupdocs.com/
  3. Watermark and Document Navigation in ASP.NET MV...

    GroupDocs team keeps on adding New features in **ASP.NET MVC Front End **for GroupDocs.Viewer for .NET, so that users can enjoy user-friendly interface, easily manageable code, pixel perfect rendering with features supported in our old front ends. In this New release v1.2 user can now add **Watermark **in the document and **Navigate **through the file browser’s documents using next and previous buttons. We recommend you to download and explore this New version....GroupDocs team keeps on adding new features in **ASP.NET MVC Front...our old front ends. In this new release v1.2 user can now add...

    blog.groupdocs.com/viewer/watermark-document-na...
  4. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Java API to convert text files to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...encoding. LoadOptions loadOptions = new LoadOptions ( FileType . MD );...

    docs.groupdocs.com/viewer/java/render-text-files/
  5. Composing signature with linear gradient brush ...

     This article explains how to fill signature background with linear gradient brush...Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/composing-sign...
  6. Composing signature with solid brush background...

     This article explains how to fill signature background with solid brush...Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/composing-sign...
  7. Load from Stream | Documentation

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = New FileInputStream("sample.docx"); try { final Redactor redactor = New Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(New DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...final FileInputStream stream = new FileInputStream ( "sample.docx"...

    docs.groupdocs.com/redaction/java/load-from-str...
  8. Sign documents with QR-code embedded object | D...

    This article explains how to create encrypted QR-code electronic signature with embedded custom object...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/java/sign-document...
  9. How to save signed Image with different output ...

    This article explains how to save signed image with various image formats by GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...different output type with : Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/save-signed-im...
  10. Load from Amazon S3 Storage | Documentation

    This article explains how to load a document from Amazon S3 Storage with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...client = new AmazonS3Client (); GetObjectRequest request = new GetObjectRequest...

    docs.groupdocs.com/viewer/java/load-document-fr...