Remove Text signatures which are placed in Odp files

Delete various Text signatures from Odp documents. Removing Text signatures requires simple Java code.


Download Free Trial

Get information about GroupDocs.Signature for Java API features

GroupDocs.Signature for Java API provides many ways to process your documents using electronic signatures. Digital signatures like texts, images, digital certificates, barcodes, QR-codes, stamps or metadata are available. Customers have possibility to add, delete, update, verify or search digital signatures at PDFs, MS Word documents, MS Excel workbooks, MS PowerPoint presentations, Adobe Photoshop files and various image formats. A vast number of useful features and settings are provided.

How to remove Text signatures from your Odp document

GroupDocs.Signature for Java provides useful feature for clearing Odp documents of Text signatures with a few lines of code.

  • Firstly, instantiate Signature object passing path to your document as a constructor parameter.
  • Then, create an appropriate signature object and set up its unique identifier.
  • After that, invoke Delete method passing signature object which must be deleted.
  • Finally, process operation results.

System Requirements

GroupDocs.Signature for Java 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: NetBeans, Intellij IDEA, Eclipse, etc.
  • Java runtime: J2SE 6.0 and above
  • Download the latest version of GroupDocs.Signature for Java from Maven

        
// Set up input Odp file
String filePath = "input.odp";
// Set up output file
String outputFilePath = "output.odp";

// Instantiate Signature for input file
Signature signature = new Signature(filePath);

// Id of signature which is supposed to be deleted
// such Id may be obtained as result of search operation
String id = "ff988ab1-7403-4c8d-8db7-f2a56b9f8530";

// provide signature features to delete
TextSignature signatureToDelete = new TextSignature(id);

// delete signature
Boolean deleteResult = signature.delete(outputFilePath, signatureToDelete);

// process deletion result
if (deleteResult)
{
        System.out.println("Signature was deleted successfully!");
}

Signing with Text signatures Live Demo

Add various electronic signatures to Odp file right now by visiting the GroupDocs.Signature App website.

No need to download API

No need to write any code

Just upload the source file

Get download link to save the file

Delete your Text signatures with Java

“Deletion of e-signatures which were added to various document formats. Remove signatures quickly without extra code.”

Delete TEXT in PDF

(Portable Document Format)

Delete TEXT in DOC

(Microsoft Word Binary Format)

Delete TEXT in DOCX

(Office 2007+ Word Document)

Delete TEXT in DOCM

(Microsoft Word 2007 Marco File)

Delete TEXT in DOT

(Microsoft Word Template Files)

Delete TEXT in DOTM

(Microsoft Word 2007+ Template File)

Delete TEXT in DOTX

(Microsoft Word Template File )

Delete TEXT in ODT

(OpenDocument Text File Format)

Delete TEXT in OTT

(OpenDocument Standard Format)

Delete TEXT in RTF

(Rich Text Format)

Delete TEXT in XLS

(Microsoft Excel Spreadsheet (Legacy))

Delete TEXT in XLSX

(Open XML Workbook)

Delete TEXT in XLSM

(Macro-enabled Spreadsheet)

Delete TEXT in XLSB

(Excel Binary Workbook)

Delete TEXT in CSV

(Comma Seperated Values)

Delete TEXT in ODS

(OpenDocument Spreadsheet)

Delete TEXT in OTS

(OpenDocument Spreadsheet Template)

Delete TEXT in XLTX

(Excel Template)

Delete TEXT in XLTM

(Excel Macro-Enabled Template)

Delete TEXT in PPT

(Microsoft PowerPoint 97-2003)

Delete TEXT in PPTX

(Open XML presentation Format)

Delete TEXT in PPS

(PowerPoint Slide Show)

Delete TEXT in PPSX

(PowerPoint Slide Show)

Delete TEXT in OTP

(OpenDocument Standard Format)

Delete TEXT in POTX

(Microsoft PowerPoint Template Presentation)

Delete TEXT in POTM

(Microsoft PowerPoint Template File)

Delete TEXT in PPTM

(Macro-enabled Presentation File)

Delete TEXT in PPSM

(Macro-enabled Slide Show)

Back to top
 English