Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 1,386 for

document management

(0.03 sec)
  1. In-Table List with Filtering Grouping and Order...

    In-Table List with Filtering, Grouping, and Ordering in Email Document Note In this article, we will use GroupDocs.Assembly to generate a In-Table List with Filtering, Grouping, and Ordering report in Email Document format. In-Table List with Filtering, Grouping, and Ordering in Email Document Creating a In-Table List with Filtering, Grouping, and Ordering Practicing the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS Outlook 2013....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Grouping and Ordering in Email Document In-Table List with Filtering...

    docs.groupdocs.com/assembly/java/in-table-list-...
  2. Handling the APEv2 tag | Documentation

    This article explains how to handle APEv2 tag....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/net/handling-the-ap...
  3. Compare Word Documents Online with GroupDocs' D...

    GroupDocs Comparison is a web-based tool that allows you to compare Word Documents, as well as PDF, Excel and other Documents online. It combines two Documents and highlights differences. While comparing Documents, the app generates a redline and blueline view of how the Documents differ. GroupDocs’ Document comparison tool highlights the differences this way: red strike-outs show deleted text and formatting; and blue underlines show added text and formatting. GroupDocs Comparison is mainly used to compare two Word Documents....Word documents , as well as PDF, Excel and other documents online...online. It combines two documents and highlights differences. While...

    blog.groupdocs.com/comparison/compare-word-docu...
  4. Working with interpreted values | Documentation

    This article contains a good example of numeric flag or enumeration....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...examples: Free online document metadata management App Along with full...

    docs.groupdocs.com/metadata/net/working-with-in...
  5. Image comparison processing time to save output...

    About 1-2 minutes to export a image Result saved image image.png (6.0 KB) My code: public static class GroupDocsApi { // Function use GroupDocs API to compare words public static Chang…...Comparison Product Family document-comparison , dotnet , csharp...OpenRead(outPut); Document document = new Document(fileStream); string...

    forum.groupdocs.com/t/image-comparison-processi...
  6. Single Row Image in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Email Document format. Single Row Image in Email Document Reporting Requirement As a report developer, you are required to represent information of first single manager with the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. Report must show image of the manager It must show Name and age of manager Adding Syntax to be evaluated by GroupDocs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...in Email Document Single Row Image in Email Document Leave feedback...

    docs.groupdocs.com/assembly/java/single-row-ima...
  7. GroupDocs Newsletter March 2018 – Document Mani...

    Share this issue: Monthly NewsletterMarch 2018 Edit Business Documents in Java by Loading in HTML Save Back to HTML, Word, ODT, XML & Text File Formats Edit and transform Documents using HTML Editor or by any UI-less service within any Java based application. GroupDocs.Editor for Javais a powerful Document editing API that allows converting supported Document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML Document in same format or in other supported Document format with changes made Easily manage complex Documents editing operations by adding just a few lines of code within any type of Java application....NewsletterMarch 2018 # Edit Business Documents in Java by Loading in HTML...Formats Edit and transform documents using HTML Editor or by any...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  8. GroupDocs.Viewer for .NET - ASP.NET MVC Documen...

    GroupDocs is pleased to announce another release of ASP.NET MVC Modern UI Document Viewer v1.5.0 using GroupDocs.Viewer for .NET 18.3. This release v1.5.0 comes up with new features and improvements for Paging, .MSG Attachments and File Manager to view Document in both HTML and Image representations for different Document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and many more features. Let’s have a look at it. We recommend you to download and explore this new version....NET MVC Modern UI Document Viewer v1.5.0 using GroupDocs...Attachments and File Manager to view document in both HTML and Image...

    blog.groupdocs.com/viewer/groupdocs.viewer-.net...
  9. Working with metadata in PDF documents | Docume...

    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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Usage / Managing metadata for specific formats / Documents / Working...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Get Document Metadata without Editing in C#

    We have added a lot of new options and features in this major release/update of GroupDocs.Editor for .NET 19.9. All public methods/classes have been moved to Legacy namespace and they are marked as obsolete. Now, when you update to this latest version, it is required to make project-wide replacement of namespace usages from GroupDocs.Editor. to GroupDocs.Editor.Legacy to resolve build issues. Access release notes here. Why to migrate? Editor class introduced as a single entry point to manage the Document editing process to any supported file format (instead of EditorHander class from previous versions) Architecture is redesigned to decrease memory usage Simplified Document editing and saving options See difference in code...single entry point to manage the document editing process to any...decrease memory usage Simplified document editing and saving options...

    blog.groupdocs.com/editor/get-document-metadata...