A powerful .NET PowerPoint API for processing presentation file formats such as PPT, POT, PPS, and ODP. Programmatically create, Edit, and convert slides....watermark, redact, split, and edit PowerPoint presentation files...
C# .NET metadata API to read, write, Edit, analyze, search, extract, remove, compare & export metadata of PDF Word Excel PPTX Outlook Audio Video & Images....NET Applications to Read, Edit, Remove, Retrieve, Search, Compare...
Manage EXIF metadata of your images in C#. Extract, update, add or remove EXIF data of your images programmatically using the metadata .NET API....images but also it can add, edit, update, and remove metadata...
This page contains release notes for GroupDocs.Assembly for .NET 18.9. Major Features This release of GroupDocs.Assembly brings a new powerful feature: Abilities to change target file format of an assembled document using file extension or explicit specification.
Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-80 Add ability to change target file format when assembling Word Processing documents Feature ASSEMBLYNET-81 Add ability to change target file format when assembling Spreadsheet documents Feature ASSEMBLYNET-82 Add ability to change target file format when assembling Presentation documents Feature ASSEMBLYNET-83 Add ability to change target file format when assembling Email documents Feature ASSEMBLYNET-84 Add ability to change target file format when assembling Text documents Feature ASSEMBLYNET-88 Add support for Conholdate licenses Feature Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Security Events Acquisition Edit GroupDocs.Assembly for .NET...
Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information.
Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties
try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....You are welcome to view and edit metadata of PDF, DOC, DOCX,...
GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats.
Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information.
Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage....You are welcome to view and edit metadata of PDF, DOC, DOCX,...
Note This page contains release notes for GroupDocs.Watermark for Java 18.8. Major Features There are the following features, enhancements and fixes in this release:
Metered licensing security is improved and now supports Java version 8u101 or above Fixed locking watermark in PPTX, PPT Added SmartArt and CustomXml drawing types Implemented ability to skip unreadable characters during text watermark search Implemented protection of text watermark using unreadable characters for Slides Full List of Issues Covering all Changes in this Release Key Summary Category WATERMARKJAVA-50 Metered licensing security is improved and now supports Java version 8u101 or above Breaking Change WATERMARKNET-895 Locking watermark in PPTX, PPT is not working Bug WATERMARKNET-981 Add SmartArt and CustomXml drawing types Enhancement WATERMARKNET-998 Implement ability to skip unreadable characters during text watermark search New Feature WATERMARKNET-999 Implement protection of text watermark using unreadable characters for Slides New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs.... Text watermark remained editable when it was locked by setting...rectangle prevents selecting and editing text in PowerPoint directly...