This article shows the use of aliases which allows you To reduce the length of search queries in text form....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...
Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images.
The following are the steps To read the JPEG2000 comments (pieces of metadata represented as strings with the length up To 64 kbytes).
Load a JPEG2000 image Get the root metadata package Extract the native metadata package using the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.image.jpeg2000.Jpeg2000ReadComments
try (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...
This artcle explains how To remove all or clean metadata properties without applying any filters. The best way To do this is To use the Sanitize method....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...
I’m currently trialing GroupDocs.Viewer in our .NET project for rendering Pdf files. Everything is smooth, fast, and easy To integrate. We were hoping To use this API To display our Pdf files To the user in a “read-only”…...NET project for rendering PDF files. Everything is smooth,...use this API to display our PDF files to the user in a “read-only”...
GroupDocs.Watermark library provides the ability To manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added To documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options.
Here are the main concepts of the GroupDocs.Watermark API:
Watermarker is the main class that contains all the required methods for manipulating document watermarks.... // Add text watermark to PDF document using ( Watermarker...new Watermarker ( "document.pdf" )) { TextWatermark watermark...
This article explains that how To extract Markdown formatted text from document page in Java....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...
Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime aToms from a MOV video. The aTom is the basic data unit in any QuickTime file. Please find more information on QuickTime aToms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html
The following are the steps To extract QuickTime aToms from a MOV video.
Load a MOV video Get the root metadata package Extract the native metadata package using MovRootPackage.MovPackage Read the QuickTime aToms AdvancedUsage....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...