This article explains that how to detect encoding of a plain text file in java....Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...
The page describes how to manage replies for different Document types using GroupDocs.Annotation for .NET API....Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Annotation Product...
Allows to specify custom options for editing Documents in Markdown format....editor.options.IEditOptions public...custom options for editing documents in Markdown format. Constructors...
Options for loading text-based Spreadsheet Documents CSV Tab-based etc. that use a separator delimiter...editor.options.IEditOptions public...loading text-based Spreadsheet documents (CSV, Tab-based etc.), that...
Allows to specify a class name, which will be placed to the 'class' attributes in every HTML element, that represents some field in the input WordProcessing doc...Editor for .NET - API Reference GroupDocs.Editor for .NET...NET - API Reference GroupDocs.Editor.Options WordProcessingEditOp...
GroupDocs.Assembly for .NET is a Document automation and reports generation API designed to create custom Documents from templates. This .NET reporting API intelligently assembles the given data with the defined template Document and it is a report generator which generates an output Document based on the data source, in the template’s format as or in the specified output format. Since GroupDocs.Assembly for .NET can generate Documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Assembly Product...
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....Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...
Follow this guide and learn how to remove page from PDF or Word Document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger for Java API....Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...