En

Manipulate Metadata Properties in Documents with All-New GroupDocs.Metadata for .NET

We have a major update for our customers who are using our metadata manipulation API - GroupDocs.Metadata for .NET. We have revamped the architecture of the API to improve and simplify the process of reading, updating, searching or removing the metadata properties from the documents. So let’s take a tour of version 19.11. Why do you need to upgrade? You should upgrade to the latest release because: The_ Metadata_ class is introduced as a single entry point to manage metadata in all supported formats.
November 29, 2019 · 2 min · Usman Aziz

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 will be stored Call Convert method of Converter class instance and pass the declared SavePageStream delegate and the instance of ImageConvertOptions from the previous two steps [gist id=“27d0573878a8342d2a30b0c9ac04a8d9” name=“jpegtopsd.
November 26, 2019 · 1 min · Atir Tahir

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.
November 26, 2019 · 3 min · Usman Aziz

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.
November 21, 2019 · 2 min · Usman Aziz

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

With the release of version 19.10 of our electronic signature API - GroupDocs.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.
November 13, 2019 · 3 min · Usman Aziz

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 .
November 7, 2019 · 2 min · Usman Aziz

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?
November 1, 2019 · 2 min · Usman Aziz