Remove ODP Files from Java


Download Free Trial

About GroupDocs.Annotation for Java API

GroupDocs.Annotation for Java API is a library that allows you to add annotations to PDF, Word and other documents on Mac, Windows or Ubuntu. GroupDocs.Annotation for Java is a native Java API for managing annotations with comprehensive support for creating, adding, editing, deleting, extracting and exporting annotations from images and various other documents. The full list of supported document formats you could see on this page.

This library allows you to work not only with ODP document but also with many other types documents such as Word, Excel, PowerPoint, Outlook emails, Visio, Adobe, OpenDocument, OpenOffice, Photoshop, AutoCad and many others.

The GroupDocs.Annotation for Java API allows you to create and add new notes, edit annotations, extract comments, annotations, and remove them from documents. The library supports 13 different annotation types, including Text, Polyline, Area, Underline, Point, Watermark, Arrow, Ellipse, Text Replacement, Distance, Text Field, Resource Redaction in PDF, HTML, Microsoft Word documents, spreadsheets, diagrams, presentations, drawings, images and many other file formats.

The example (please see below) demonstrates working with ODP document, in this example you could see the main steps of how to work with GroupDocs.Annotation: Setup a license, open a document you want to work with, creating an annotation, adding data objects to set annotation properties according to your requirements and saving the result to the needed place. Also you could have a look more detailed on the supported features on our github page, or in our product documentation.

Steps to Remove Annotations from ODP in Java

GroupDocs.Annotation makes it easier for Java developers to remove annotation details from ODP files within any Java-based application by implementing a few easy steps.

  • Create Reply objects with comment and date.
  • Instantiate SaveOptions object and set AnnotationTypes = AnnotationType.None.
  • Call save method with resultant document path or stream and SaveOptions object.

System Requirements

GroupDocs.Annotation for Java 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 Environment: NetBeans, Intellij IDEA, Eclipse etc
  • Java Runtime Environment: Java 7 (1.7) and above
  • Get the latest version of GroupDocs.Annotation for Java from GroupDocs Artifact Repository

// Create an instance of Annotator class 
Annotator annotator = new Annotator("C://input.bmp");

// Remove annotation by set type None 
SaveOptions saveOptions = new SaveOptions();
saveOptions.setAnnotationTypes(AnnotationType.None);

// Save annotation to output file
annotator.save("C://output.bmp", saveOptions);
annotator.dispose();

Live Demos to Extract Annotations

View and remove annotations from ODP file right now by visiting GroupDocs.Annotation 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 ODP File Format

Files with ODP extension represent presentation file format used by OpenOffice.org in the OASISOpen standard. A presentation file is a collection of slides where each slide can comprise of text, images, formatting, animations, and other media. These slides are presented to audience in the form of slideshows with custom presentation settings. ODP files can be opened by applications that conform to the OpenDocument format (such as OpenOffice or StarOffice).

Read More About ODP File Format

Editing Annotating From Other Popular File Formats

Java annotations editor API for documents and image formats. Update annotation properties from some of the popular file formats as stated below.

Remove Annotation from PDF

(Adobe Portable Document Format)

Remove Annotation from DOC

(Microsoft Word Document)

Remove Annotation from DOCM

(Microsoft Word Macro-Enabled Document)

Remove Annotation from DOCX

(Microsoft Word Open XML Document)

Remove Annotation from DOT

(Microsoft Word Document Template)

Remove Annotation from DOTX

(Word Open XML Document Template)

Remove Annotation from RTF

(Rich Text Document)

Remove Annotation from ODT

(Open Document Text)

Remove Annotation from XLS

(Microsoft Excel Binary File Format)

Remove Annotation from XLSX

(Microsoft Excel Open XML Spreadsheet)

Remove Annotation from XLSM

(Microsoft Excel Macro-Enabled Spreadsheet)

Remove Annotation from XLSB

(Microsoft Excel Binary Worksheet)

Remove Annotation from ODS

(Open Document Spreadsheet)

Remove Annotation from PPT

(PowerPoint Presentation)

Remove Annotation from PPTX

(PowerPoint Open XML Presentation)

Remove Annotation from PPSX

(PowerPoint Open XML Slide Show)

Remove Annotation from POTM

(Microsoft PowerPoint Template)

Remove Annotation from PPTM

(Microsoft PowerPoint Presentation)

Remove Annotation from PPS

(Microsoft PowerPoint 97-2003 Slide Show)

Remove Annotation from ODP

(OpenDocument Presentation)

Remove Annotation from HTML

(HyperText Markup Language)

Remove Annotation from TIFF

(Tagged Image File Format)

Remove Annotation from PNG

(Portable Network Graphic)

Remove Annotation from MSG

(Microsoft Outlook E-mail Message)

Remove Annotation from VSD

(Microsoft Visio 2003-2010 Drawing)

Remove Annotation from VSDX

(Microsoft Visio Drawing)

Remove Annotation from VSS

(Microsoft Visio 2003-2010 Stencil)

Remove Annotation from VST

(Microsoft Visio 2013 Stencil)

Remove Annotation from DWG

(Autodesk Design Data Formats)

Remove Annotation from DXF

(AutoCAD Drawing Interchange)

Remove Annotation from DCM

(Digital Imaging and Communications in Medicine)

Remove Annotation from WMF

(Windows Metafile)

Remove Annotation from EMF

(Enhanced Metafile Format)

Back to top
 English