Add Image Signatures to CDR Files in .NET

Digitally sign your CDR 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 CDR

GroupDocs.Signature makes it easy for .NET developers to add image signatures to CDR 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.cdr"))
{
    ImageSignOptions options = new ImageSignOptions("signature.jpg")
    {
        // set signature position
        Left = 100,
        Top = 100,
        AllPages = true                
    };
    signature.Sign("SampleSigned.cdr", options);
}

Live Demos - Online App to Add Digital Signatures

Add signatures to CDR 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 CDR File Format

A CDR file is a vector drawing image file that is natively created with CorelDRAW for storing digital image encoded and compressed. Such a drawing file contains text, lines, shapes, images, colours and effects for vector representation of image contents. CDR files can be opened with CorelDRAW as the primary application and can also be converted to other formats such as PDF, JPG, PNG, BMP and AI. It can be used for representation of various graphics data like brochures, tabloids, envelopes, and postcards. Besides CorelDRAW, other Corel products such as Corel Paintshop Pro and CorelDRAW Graphics suite can also open the CDR file formats.

Read More About CDR 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