GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers
Automate PDF watermark compliance checks using GroupDocs.Watermark for .NET....Automate PDF watermark compliance checks using GroupDocs.Watermark for .NET.
LINQ Reporting Engine enables you to perform common manipulations on a sequential data through the engine’s built-in extension methods for Iterable. These extension methods mimic some extension methods of IEnumerable providing the same signatures and behavior features. Thus, you can group, sort, and perform other sequential data manipulations in template expressions in a common way.
The following table describes these built-in extension methods. The following notation conventions are used within the table:...LINQ Reporting Engine enables you to perform common manipulations on a sequential data through the engine’s built-in extension methods for Iterable. These extension methods mimic some extension methods of IEnumerable<T> providing the same signatures and behavior features. Thus, you can group, sort, and perform other sequential data manipulations in template expressions in a common way.
The following table describes these built-in extension methods. The following notation conventions are used within the table:
Hi,
I have switched from HideComments in WordProcessingLoadOptions, to CommentDisplayMode, due to it becoming obsolete in version 25.5.
This was the old code:
convLoadOpts.HideComments = true;
This is the new code:
…...Hi,
I have switched from HideComments in WordProcessingLoadOptions, to CommentDisplayMode, due to it becoming obsolete in version 25.5.
This was the old code:
convLoadOpts.HideComments = true;
This is the new code:
…
Render documents to HTML, PDF, PNG, or JPEG; extract text; list attachments; and apply rotations, reorders, and watermarks with GroupDocs.Viewer for Python via .NET....Render documents to HTML, PDF, PNG, or JPEG; extract text; list attachments; and apply rotations, reorders, and watermarks with GroupDocs.Viewer for Python via .NET.
Hi, We recently moved to 8.0.7 viewer, so far its working fine. Just observed following random problem.
Issue
Wrong page no is displayed initially when the document is opened in viewer. Issue is observed when our web s…...Hi, We recently moved to 8.0.7 viewer, so far its working fine. Just observed following random problem.
Issue
Wrong page no is displayed initially when the document is opened in viewer. Issue is observed when our web s…
Is it possible to set a default fallback font when converting to PDF?
I am aware of the DefaultFont property on certain LoadOptions classes.
My use case that is that I have “try anything to convert” method which does n…...Is it possible to set a default fallback font when converting to PDF?
I am aware of the DefaultFont property on certain LoadOptions classes.
My use case that is that I have “try anything to convert” method which does n…
Note This document describes the changes to the GroupDocs.Assembly API from version 18.7 to 18.9 or greater that may be of interest to module/application developers. It includes not only new and updated public methods, added & removed classes etc., but also a description of any changes in the behaviour behind the scenes in GroupDocs.Assembly. Breaking changes Removed members of DocumentAssembler were replaced with new ones. Removed members were not marked as obsolete (deprecated) before removal as usual, because this would complicate migration to new members of DocumentAssembler in Java....Note This document describes the changes to the GroupDocs.Assembly API from version 18.7 to 18.9 or greater that may be of interest to module/application developers. It includes not only new and updated public methods, added & removed classes etc., but also a description of any changes in the behaviour behind the scenes in GroupDocs.Assembly. Breaking changes Removed members of DocumentAssembler were replaced with new ones. Removed members were not marked as obsolete (deprecated) before removal as usual, because this would complicate migration to new members of DocumentAssembler in Java.