Tag Archives: dotnet

Convert a JPEG file to PSD programmatically in C#

You can convert an image file (e.g. JPEG, JPG, PNG) to PSD format and redesign it as per your requirements using GroupDocs.Conversion for .NET. All you have to do is to integrate this DLL in your web, desktop or console application.

Implementation

  • Pass source document path as a constructor parameter to the instance of Converter class
  • Instantiate ImageConvertOptions
  • Specify resultant image format using Format property of ImageConvertOptions class
  • Declare SavePageStream delegate, which should proved a stream where each document page
Continue Reading
Posted in GroupDocs.Conversion Product Family | Tagged , , ,

Dynamic Insertion of Links to Bookmarks, Cells and Slides using GroupDocs.Assembly 19.11

Document Automation (or document assembly) is widely used by organizations for their reporting services and GroupDocs.Assembly for .NET and Java APIs provide a complete package of features required to build reports dynamically. Keeping the modern trends in mind and to meet the emerging requirements of our customers, we keep introducing the new features. Recently, we have released the v19.11 of our document automation API with quite a useful set of features. So in this article, I’ll give you an … Continue Reading

Posted in GroupDocs.Assembly Product Family | Tagged , , , , ,

Create Document Viewer in ASP.NET Core MVC for 140+ File Formats

The online document viewers have become popular after the grown usage of digital documents, especially in the content management systems. The reason behind this popularity is you can view a variety of document formats without purchasing or installing dedicated software programs. Considering the importance of document viewers, I thought to write an article on how to create a universal document viewer in ASP.NET MVC.

We are going to create an ASP.NET MVC document viewer application that will target the .NET Continue Reading

Posted in GroupDocs.Viewer Product Family | Tagged , , , , , , ,

Search Text or Image Signatures in Documents using GroupDocs.Signature for .NET 19.10

C# .NET Digital Signature API

With the release of version 19.10 of our electronic signature APIGroupDocs.Signature for .NET, we have introduced the features of searching text signatures and image signatures in the supported document formats. Not only this, the API now supports .NET Standard 2.0 which makes it compatible with any .NET implementation that targets .NET Standard specifications. So let’s have a brief overview of what is new, improved or fixed in the latest release.

Searching Text or Image Signatures

Text and … Continue Reading

Posted in GroupDocs.Signature Product Family | Tagged , , ,

Support of .NET Standard 2.0 in GroupDocs.Viewer for .NET 19.10

Hello everyone! We have released v19.10 of GroupDocs.Viewer for .NET and I have a piece of breaking news especially for those who requested the support of .NET Core. The latest release of the API includes 6 new features, 2 improvements, and 11 bug fixes. So let’s have a look at some major updates we have brought for you.

Support of .NET Standard 2.0

As promised, we have added the support of .NET Standard 2.0 in v19.10. So now, the … Continue Reading

Posted in GroupDocs.Viewer Product Family | Tagged , , , ,

Lock Watermarks in Word Documents using C#

Watermarking is a famous way of adding labels to the documents that may indicate the state of the document such as draft, confidential, etc. It can be used to add a company’s logo behind the text of the document to avoid the ownership dispute. In some cases, people add watermarks to the documents to protect the content. But, are you sure that the content is protected and no one can remove those watermarks? There is no guarantee because various third-party … Continue Reading

Posted in GroupDocs.Watermark Product Family | Tagged , , ,