Sort Score
Result 10 results
Languages All
Labels All
Results 3,741 - 3,750 of 6,420 for

document classification

(0.06 sec)
  1. Working with GroupDocs.Assembly Engine | Docume...

    About this section The articles in this section will be talking about technical concepts to be considered when creating Document templates in order to generate your required reports. After going through this section, hopefully you will understand the template syntax, composing expressions and other C# syntax supported programming elements. Additionally, we’ll also discuss how GroupDocs.Assembly engine reads the syntax, evaluates the expressions to populate with assigned data and then generates your desired report according to your business needs....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/working-with-gr...
  2. GroupDocs.Viewer for .NET 18.4 Release Notes | ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 18.4. Major Features There are 18 new features, improvements, and fixes in this regular monthly release. The most notable are: Added support for following file formats POTX (PowerPoint Open XML Presentation Template) PPTM (PowerPoint Open XML Macro-Enabled Presentation) EPS (Encapsulated PostScript) Implemented simple file storage interface Improved minification process Added settings to include or exclude hidden content in Excel Documents Added option for rendering Print Area in Excel Documents Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1552 Feature for AutoFitting column width depending on content for rendering into HTML New Feature VIEWERNET-1544 Implement simple file storage interface New Feature VIEWERNET-1518 Settings to include/exclude hidden content in Excel Documents New Feature VIEWERNET-1517 Rendering only Print Area in Excel Documents New Feature VIEWERNET-1478 Add POTX file format support New Feature VIEWERNET-1476 Add PPTM file format support New Feature VIEWERNET-526 Add EPS (Encapsulated PostScript) file format support New Feature VIEWERNET-1537 Add prefix for CSS classes when rendering Email messages Improvement VIEWERNET-1501 Minify CSS content when rendering into HTML with EnableMinification is true Improvement VIEWERNET-1481 Improve rendering comments from Presentation Documents Improvement VIEWERNET-1428 Support JpegQuality option when rendering Microsoft Project Documents Improvement VIEWERNET-1549 Extend support for DefaultFontName setting to PDF Documents when rendering into HTML Improvement VIEWERNET-512 Responsive HTML output required in the case of HTML representation Improvement VIEWERNET-1526 Invalid PDF when rendering Excel Document with multiple pages per sheet Bug VIEWERNET-1511 DefaultFontName setting is not working for rendering Text Documents into PDF and image Bug VIEWERNET-1494 Incorrect rendering of the content in header and footer of Word Document Bug WEB-2106 Local links are ignored when rendering PDF to HTML Bug WEB-1153 Discrepancy when rendering as JPEG and HTML Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  3. GroupDocs.Conversion for .NET 18.1 Release Note...

    Note This page contains release notes for GroupDocs.Conversion for .NET 18.1 Major Features There are 5+ new features, improvements and fixes in this regular monthly release. The most notable are: Conversion from DWF Improved caching Bug fixes Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET‑1943 Implement conversion from DWF New Feature CONVERSIONNET‑2340 Improve caching with provided LocalCacheDataHandler Improvement CONVERSIONNET‑2284 Unable to set watermark text Fix CONVERSIONNET‑2339 Converting specific docx Document fails with Value cannot be null, parameter trueTypeFont Fix CONVERSIONNET‑2341 Fix failing conversion from Odg Fix CONVERSIONNET‑2342 Fix failing conversion from Ifc Fix Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  4. GroupDocs.Merger for .NET 18.7 Release Notes | ...

    Note This page contains release notes for GroupDocs.Merger for .NET 18.7 Major Features There are 7 new features in this regular monthly release. The most notable are: Added Diagram file formats support support (VSDX, VSDM, VSSX, VSSM, VTX, VSTM, VDX, VSTX, VSX) Full List of Issues Covering all Changes in this Release Key Summary Category MERGERNET-259 Diagram formats support for Join method New Feature MERGERNET-260 Diagram formats support for MovePage method New Feature MERGERNET-261 Diagram formats support for RemovePage method New Feature MERGERNET-262 Diagram formats support for Split Document method New Feature MERGERNET-264 Diagram formats support for SwapPages method New Feature MERGERNET-265 Diagram formats support for Trim method New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/net/groupdocs-merger-...
  5. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in QR-code electronic signatures. This topic contains example of custom serialization, class definition and search for serialized objects in the QR-codes with GroupDocs.Signature....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/search-embed-...
  8. GroupDocs.Comparison for .NET 20.3 Release Note...

    Note This page contains release notes for GroupDocs.Comparison for .NET 20.3 Major Features Below the list of changes in release of GroupDocs.Comparison for .NET 20.3: Improved performance of multiple comparing of text Documents Fixed creating output HTML file while comparing source code files Fixed exception when compare Diagrams Documents Fixed System.StackOverflownException when comparing PDF with images .NET Key Summary Issue Type COMPARISONNET-2214 Increase performance for TXT MultiComparer Improvement COMPARISONNET-2235 TextComparerResult does not create ....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  9. Technical Support | Documentation

    GroupDocs.Conversion for Python via .NET provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/python-net/techni...
  10. Homophone search | Documentation

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning using Java search API....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/homophone-search/