Add Image Signatures to DjVu Files in .NET

Digitally sign your DjVu files using JPG and other popular image signature types. Manipulate signature properties and set up advance signing options within documents that suit your needs.


Download Free Trial

About GroupDocs.Signature for .NET API

GroupDocs.Signature for .NET is a native .NET API to electronically sign digital documents using various signature types such as text, image, barcode, stamp, form-field, QR-code and metadata. Users can add, edit, verify, delete and search digital signatures within PDF, Microsoft Word, Excel worksheets, PowerPoint presentations, Adobe Photoshop, metafiles and image file formats with additional support for customizing signature properties as needed.

How to Add Image Signatures to DjVu

GroupDocs.Signature makes it easy for .NET developers to add image signatures to DjVu files within their applications by implementing a few easy steps.

  • Create new instance of Signature class and pass source document path as a constructor parameter.
  • Instantiate the ImageSignOptions object according to your requirements and specify Image signature options.
  • Call Sign method of Signature class instance and pass ImageSignOptions to it.

System Requirements

GroupDocs.Signature for .NET APIs are supported on all major platforms and operating systems. Before executing the code below, please make sure that you have the following prerequisites installed on your system.

  • Operating Systems: Microsoft Windows, Linux, MacOS
  • Development Environments: Visual Studio, Xamarin, MonoDevelop
  • Frameworks: .NET Framework, .NET Standard, .NET Core, Mono
  • Download the latest version of GroupDocs.Signature for .NET from NuGet

using (Signature signature = new Signature("sample.djvu"))
{
    ImageSignOptions options = new ImageSignOptions("signature.jpg")
    {
        // set signature position
        Left = 100,
        Top = 100,
        AllPages = true                
    };
    signature.Sign("SampleSigned.djvu", options);
}

Live Demos - Online App to Add Digital Signatures

Add signatures to DjVu files right now by visiting GroupDocs.Signature Live Demos website.
The live demo has the following benefits

No need to download API

No need to write any code

Just upload the source file

Get download link to save the file

About DjVu File Format

DjVu, pronounced as “déjà vu”, is a graphics file format intended for scanned documents and books especially those which contain the combination of text, drawings, images and photographs. It was developed by AT&T Labs. It uses multiple techniques like image layer separation of text and background images, progressive loading, arithmetic coding and lossy compression for bitonal images. Since DJVU file can contain compressed yet high-quality colour images, photographs, text, and drawings and can be saved in less space therefore, it’s used on web as eBooks, manuals, newspapers, ancient documents, etc. DjVu can be graded superior alternative to PDF. File extensions associated to DjVu are .DJVU or .DJV. DjVu can achieve compression ratios about 5 – 10 better than existing methods such as JPEG & GIF for colour documents and 3 – 8 times better than TIFF in black and white documents. Scanned documents at 300 DPI with full colour upto 25 MB can be compressed down to 30 to 100 KB. Similarly Black and white documents can be compressed upto 5 to 30 KB. Average HTML page can be up to 50 KB, therefore, these documents can be uploaded on net without any problem.

Read More About DjVu File Format

Signing Other Digital Document Formats

.NET digital signatures management API for documents and images. Add image signatures to some of the popular file formats as stated below.

Add image signatures to PDF

(Adobe Portable Document Format)

Add image signatures to DOC

(Microsoft Word Document)

Add image signatures to DOCM

(Microsoft Word Macro-Enabled Document)

Add image signatures to DOCX

(Microsoft Word Open XML Document)

Add image signatures to DOT

(Microsoft Word Document Template)

Add image signatures to DOTX

(Word Open XML Document Template)

Add image signatures to DOTM

(Microsoft Word Macro-Enabled Template)

Add image signatures to RTF

(Rich Text Document)

Add image signatures to ODT

(Open Document Text)

Add image signatures to OTT

(OpenDocument Text Template)

Add image signatures to XLS

(Microsoft Excel Binary File Format)

Add image signatures to XLSX

(Microsoft Excel Open XML Spreadsheet)

Add image signatures to XLSM

(Microsoft Excel Macro-Enabled Spreadsheet)

Add image signatures to XLSM

(Microsoft Excel Macro-Enabled Spreadsheet)

Add image signatures to XLSB

(Microsoft Excel Binary Worksheet)

Add image signatures to XLTX

(Microsoft Excel template)

Add image signatures to XLTM

(Microsoft Excel macro-enabled template)

Add image signatures to ODS

(Open Document Spreadsheet)

Add image signatures to OTS

(OpenDocument Spreadsheet Template)

Add image signatures to PPT

(PowerPoint Presentation)

Add image signatures to PPTX

(PowerPoint Open XML Presentation)

Add image signatures to PPS

(Microsoft PowerPoint 97-2003 Slide Show)

Add image signatures to PPSX

(PowerPoint Open XML Slide Show)

Add image signatures to POTM

(Microsoft PowerPoint Macro-Enabled Template)

Add image signatures to POTX

(Microsoft PowerPoint Template)

Add image signatures to PPTM

(Microsoft PowerPoint Presentation)

Add image signatures to ODP

(OpenDocument Presentation)

Add image signatures to OTP

(OpenDocument Presentation Template)

Add image signatures to TIFF

(Tagged Image File Format)

Add image signatures to GIF

(Graphics Interchange Format)

Add image signatures to PNG

(Portable Network Graphic)

Add image signatures to BMP

(Bitmap File Format)

Add image signatures to CDR

(CorelDraw Vector Graphic Drawing)

Add image signatures to SVG

(Scalable Vector Graphics)

Add image signatures to PSD

(Adobe Photoshop Document)

Add image signatures to WMF

(Windows Metafile)

Add image signatures to EMF

(Enhanced Metafile Format)

Add image signatures to CMX

(Corel Metafile eXchange Image)

Add image signatures to PPSM

(Microsoft PowerPoint Macro-Enabled Slide Show)

Add image signatures to DCM

(Digital Imaging and Communications in Medicine)

Back to top
 English