Remove Image signatures which are placed in Ppsm files

Delete various Image signatures from Ppsm documents. Removing Image 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 Image signatures from your Ppsm document

GroupDocs.Signature for Java provides useful feature for clearing Ppsm documents of Image 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 Ppsm file
String filePath = "input.ppsm";
// Set up output file
String outputFilePath = "output.ppsm";

// 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 = "e3ad0ec7-9abf-426d-b9aa-b3328f3f1470";

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

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

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

Signing with Image signatures Live Demo

Add various electronic signatures to Ppsm 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 Image signatures with Java

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

Delete IMAGE in PDF

(Portable Document Format)

Delete IMAGE in DOC

(Microsoft Word Binary Format)

Delete IMAGE in DOCX

(Office 2007+ Word Document)

Delete IMAGE in DOCM

(Microsoft Word 2007 Marco File)

Delete IMAGE in DOT

(Microsoft Word Template Files)

Delete IMAGE in DOTM

(Microsoft Word 2007+ Template File)

Delete IMAGE in DOTX

(Microsoft Word Template File )

Delete IMAGE in ODT

(OpenDocument Text File Format)

Delete IMAGE in OTT

(OpenDocument Standard Format)

Delete IMAGE in RTF

(Rich Text Format)

Delete IMAGE in XLS

(Microsoft Excel Spreadsheet (Legacy))

Delete IMAGE in XLSX

(Open XML Workbook)

Delete IMAGE in XLSM

(Macro-enabled Spreadsheet)

Delete IMAGE in XLSB

(Excel Binary Workbook)

Delete IMAGE in CSV

(Comma Seperated Values)

Delete IMAGE in ODS

(OpenDocument Spreadsheet)

Delete IMAGE in OTS

(OpenDocument Spreadsheet Template)

Delete IMAGE in XLTX

(Excel Template)

Delete IMAGE in XLTM

(Excel Macro-Enabled Template)

Delete IMAGE in PPT

(Microsoft PowerPoint 97-2003)

Delete IMAGE in PPTX

(Open XML presentation Format)

Delete IMAGE in PPS

(PowerPoint Slide Show)

Delete IMAGE in PPSX

(PowerPoint Slide Show)

Delete IMAGE in ODP

(OpenDocument Presentation Format)

Delete IMAGE in OTP

(OpenDocument Standard Format)

Delete IMAGE in POTX

(Microsoft PowerPoint Template Presentation)

Delete IMAGE in POTM

(Microsoft PowerPoint Template File)

Delete IMAGE in PPTM

(Macro-enabled Presentation File)

Back to top
 English