Sort Score
Result 10 results
Languages All
Labels All
Results 5,831 - 5,840 of 10,565 for

document redaction

(0.09 sec)
  1. GroupDocs.Metadata for Java 20.7 Release Notes ...

    Note This page contains release notes for GroupDocs.Metadata for Java 20.7 Major Features There are the following features, enhancements and fixes in this release: Implement the ability to work with EXIF metadata in JPEG2000 images Add support for the HEIF/HEIC format Implement the ability to extract metadata from encrypted MS Project files Implement the ability to manage custom properties in Project files. Add support for additional built-in properties Full List of Issues Covering all Changes in this Release Key Summary Category METADATANET-2845 Implement the ability to work with EXIF metadata in JPEG2000 images New Feature METADATANET-3387 Add support for the HEIF/HEIC format New Feature METADATANET-2843 Implement the ability to extract metadata from encrypted MS Project files Improvement METADATANET-1479 Implement the ability to manage custom properties in Project files....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/groupdocs-meta...
  2. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-c...
  3. GroupDocs.Parser for .NET 21.2 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 21.2 Full List of Issues Covering all Changes in this Release Key Summary Category PARSERNET-1734 Improve text page extraction from WordProcessing Documents Improvement PARSERNET-1722 Remove GetText method from TocItem class Improvement PARSERNET-1484 Text isn’t extracted in raw mode Bug PARSERNET-1711 Detected package downgrade: System.Reflection.Emit.ILGeneration Bug PARSERNET-1724 No results from landscape page of a Word Document Bug PARSERNET-1731 Searching text with highlights is not showing all the occurrences in the DOCX file Bug PARSERNET-1732 Search returns wrong PageIndex for DOCX if Header/Footer Bug PARSERNET-1725 Search returns null for PageIndex in DOCX Documents Bug PARSERNET-1726 Parsing plain text without extension Bug PARSERNET-1727 Search results are less than as expected Bug PARSERNET-1728 API shows search results only from the first page Bug Public API and Backward Incompatible Changes Improve text page extraction from WordProcessing Documents Description This improvement enhanced the work with Documents that contain sections, footers, headers and footnotes....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  4. GroupDocs.Conversion for .NET 18.9 Release Note...

    Note This page contains release notes for GroupDocs.Conversion for .NET 18.9 Major Features This regular monthly release contains 10+ new features, improvements and bug fixes. Most notable are: Improved Load and Save Options, moved to new namespace Introduced conversion from IGS Introduced conversion from PLT Convert from password protected ODS Convert to password protected ODS Introduced conversion from CGM Full List of Issues Covering all Changes in this Release Key Summary Category 14095 Implement conversion from Igs New Feature 14094 Implement conversion from Plt New Feature 14073 Support password protection when converting to ODS New Feature 14072 Support converting password protected ODS Document New Feature 14061 Implement conversion from Cgm New Feature 14097 Pdf to Cells improvement Improvement 14084 Improve Words conversion options Improvement 14083 Improve Slides conversion options Improvement 14082 Improve Pdf conversion options Improvement 14080 Improve Image conversion options Improvement 14079 Improve Html conversion options Improvement 14078 Improve Cells conversion options Improvement 14087 XLS to HTML output is too small Fix 14074 Excel to SVG conversion issue Fix 13688 Xps to Pdf conversion issue Fix Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  5. groupdocs.total | Java本地API处理文档

    收集Java高码API,可帮助您构建文档自动化应用程序;例如文档查看器编辑器解析器合并组装搜索和修复应用程序。...on-premise API for building document comparison & information extraction...code API that helps build document converter applications in...

    releases.groupdocs.com/zh/total/java/
  6. GroupDocs.Viewer For .NET 16.12.0 Release Notes...

    Note This page contains release notes for GroupDocs.Viewer for .NET 16.12.0. Major Features There are 2 new features and 9 improvements and fixes in this regular monthly release. The most notable are: WebP (Image format) file format rendering support OTS (OpenDocument Spreadsheet Template) file format rendering support Current directory is used as storage path when storage path is not specified in ViewerConfig Implemented responsive HTML output for Slides Documents Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-996 OTS format support New Feature VIEWERNET-971 WebP file format support New Feature VIEWERNET-1020 Use current directory when storage path is not specified Improvement VIEWERNET-934 Implement responsive html output for Slides Documents Improvement VIEWERNET-1027 Different exception messages for password encrypted Word Document Bug VIEWERNET-993 Failed to load SAI image Bug VIEWERNET-976 Large scrollbars when rendering pdf converted to html with embedded resources in IE Edge Bug VIEWERNET-962 IE Edge displays large scrollbars for generated HTML Bug VIEWERNET-953 Failed to load Tex file from stream Bug VIEWERNET-947 Failed to load XCF file Bug VIEWERNET-941 Position of graph lines is not correct in output HTML or image file Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  7. How to Sign JPEG with QR Code using C#

    In this discussion, we'll walk you through how to sign JPEG with QR Code using C#. Furthermore, we'll supply a code example to create QR Code in JPEG using C#....Redaction Product Family How to Sign...way to improve how we sign documents. The use of QR codes introduces...

    kb.groupdocs.com/signature/net/how-to-sign-jpeg...
  8. Convert JPG to PPTX using Java

    This tutorial illustrates the procedure of how to convert JPG to PPTX using Java. Additionally, a code example will be provided to export JPG to PPTX using Java....Redaction Product Family Convert JPG...enriches the versatility of document manipulation. In this detailed...

    kb.groupdocs.com/conversion/java/convert-jpg-to...
  9. How to Convert MSG to MHTML using C#

    In this article, you will learn how to convert MSG to MHTML using C# without installing third party software. Also, we will provide code to export MSG to MHTML in C#....Redaction Product Family How to Convert...of digital communication, documents often come in different formats...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. Storing text of indexed documents | Documentation

    This article explains that how to store text of indexed Documents using Java....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/storing-t...