Add Image Signatures to OTS Files in .NET

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

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

Live Demos - Online App to Add Digital Signatures

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

A file with .ots extension is an OpenDocument Spreadsheet Template file that is created with the Calc application software included in Apache OpenOffice. Calc application software is the similar to Excel available in Microsoft Office. OTS file format is used to create templates that contain predefine settings related to styles, font, data, spreadsheet layout, and formatting. OTF files have mime-type application/vnd.oasis.opendocument.spreadsheet-template. These template files can be used as a starting point to generate and save actual data files that are saved in ODS file format. OTS files can be used with applications such as OpenOffice and LibreOffice.

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