This article explains how to sign a document with Text signature by GroupDocs.Signature API. Let's try to add a digital signature to a PDF programmatically....It covers configuring text properties such as font, color, size...
This article explains how to remove found watermarks while using GroupDocs. Watermarks API....watermarks with matching properties. Following code snippet shows...
Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for Java API....class includes the following properties: is a list of changes that...
This article shows how to set image size limits when rendering image to PNG or JPEG...the interface that contains properties for size limits: C# /// <summary>...in pixels. ''' </summary> Property MaxWidth As Integer ''' <summary>...
Contains options for rendering documents into HTML format. For details see the topichttps//docs.groupdocs.com/viewer/net/renderingtohtml/ and its children....HtmlViewOptions : ViewOptions Properties Name Description ArchiveOptions...output image (in pixels). The property is available when converting...
This article shows how to set output image size limits when rendering image to HTML...The class has the following properties to set the image width or/and...pixels. ''' </summary> Public Property ImageMaxWidth As Integer '''...
This article shows how to analyse the sign processing of the document...options and set the ZOrder property. Call method of class instance...analyze SignResult (IResult properties) Console . WriteLine ( $"Sign-process...
This article gives knowledge on how to highlight search results in the text of a document.... The class contains properties for setting the following...class is used. The following properties are presented in the class...
I’m using GroupDocs Viewer to convert any file to PDF.
My problem appear when i try to convert .jpg image to pdf. The exported pdf has this error “The dimensions of this page are out-of-range. Page content might be trun…...width and image max height properties. below is my code and attached...ImageMaxWidth and ImageMaxHeight properties in your PdfViewOptions ....