Download from GitHub The complete examples package of GroupDocs.Assembly is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favorite Github client.
In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following image:
Open Eclipse and import the project to get started with it. Archived project file can also be imported....you can fork the repository, edit the code example and create...
Learn how to read, write, edit, and remove metadata from all popular document, image, audio, and video formats with GroupDocs.Metadata for Python via .NET....supported formats — from basic read/edit/remove tasks to format-specific...
Chỉnh sửa tệp Excel (XLS, XLSX, ODS) bằng ứng dụng Java của bạn. Các ví dụ để chỉnh sửa bảng tính bằng API Java chỉnh sửa bảng tính và tài liệu....edit(editOptions); String bodyContent...editor.save(editedDoc, "path/edited_spreadsheet.xlsx", saveOptions);...
Откройте для себя эффективные способы редактирования XML-файлов. Либо редактируйте XML-файлы онлайн, либо делайте это программно, используя C# и Java....Edit(editOptions)) { // Редактировать...EditableDocument beforeEdit = editor.edit(editOptions); // Редактировать...
This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others.... edit EXIF data of an image or act...example demonstrates how to edit exif data (erase them) from...
This example demonstrates how to load a password-protected document.
advanced_usage.loading_files.LoadPasswordProtectedDocument
JavaScript try { var loadOptions = new LoadOptions(); loadOptions.setPassword("123"); const metadata = new groupdocs.metadata.Metadata("protected.docx", loadOptions); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section.
GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...You are welcome to view and edit metadata of PDF, DOC, DOCX,...
Working with XMP metadata GroupDocs.Metadata for .NET allows managing XMP metadata in TIFF images. For more details please refer to the following guide: Working with XMP metadata.
Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in TIFF images. Please find appropriate code samples in the Working with EXIF metadata section.
Working with IPTC metadata GroupDocs.Metadata for .NET is also able to work with IPTC metadata in TIFF images....You are welcome to view and edit metadata of PDF, DOC, DOCX,...