Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 11,658 for

new

(0.31 sec)
  1. 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...
  2. Render a Part of MS Project Document using Grou...

    Today, we are glad to announce the release of GroupDocs.Viewer for .NET 18.8. In this version, we have introduced the feature of rendering a part of MS Project document specifying the start date and end date. We have also made it possible to set ForcePasswordValidation property of the ViewerConfig using the configuration files such as app.config and web.config. Furthermore, the latest version also includes 14 improvements and bug fixes. Below is the list of New features, improvements, and fixes added in v18.... Below is the list of new features, improvements, and fixes...config ViewerConfig config = new ViewerConfig(); config.StoragePath...

    blog.groupdocs.com/viewer/render-a-part-of-ms-p...
  3. Render images as HTML, PDF, PNG, and JPEG files...

    This topic describes how to use the GroupDocs.Viewer Java API to convert images to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "vector-image.svg" ))...

    docs.groupdocs.com/viewer/java/render-images/
  4. Search network deployment | GroupDocs

    This page contains information about deployment of the search network....Consulting Blog Knowledge Base New Releases Status Websites aspose...node1 = new SearchNetworkNode ( 1 , basePath + "Node1" , new TcpSettings...

    docs.groupdocs.com/search/java/search-network-d...
  5. Load password-protected document | GroupDocs

    This article explains how to load password protected document with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...documents. LoadOptions loadOptions = new LoadOptions () ; loadOptions...

    docs.groupdocs.com/signature/java/load-password...
  6. Adding image watermarks | GroupDocs

    GroupDocs.Watermar API supports adding the following image file types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local file Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = New Watermarker("presentation....Consulting Blog Knowledge Base New Releases Status Websites aspose...pptx" Watermarker watermarker = new Watermarker ( "presentation.pptx"...

    docs.groupdocs.com/watermark/java/adding-image-...
  7. Alias dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary in Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...method. Use the method to add new alias-replacement pair. Use the...

    docs.groupdocs.com/search/java/alias-dictionary/
  8. Alias dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary....Consulting Blog Knowledge Base New Releases Status Websites aspose...property. Use the method to add new alias-replacement pair. Use the...

    docs.groupdocs.com/search/net/alias-dictionary/
  9. Search for multiple e-signature types | GroupDocs

    This article explains how to search for multiple electronic signatures across document pages 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/search-for-mu...
  10. Add text watermarks | GroupDocs

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents....Consulting Blog Knowledge Base New Releases Status Websites aspose...addATextWatermark () { const watermarker = new groupdocs . watermark . Watermarker...

    docs.groupdocs.com/watermark/nodejs-java/add-text/