Sort Score
Result 10 results
Languages All
Labels All
Results 6,551 - 6,560 of 27,790 for

groupdocs.redaction

(0.2 sec)
  1. Working with EXIF metadata | Documentation

    This article explains how to access EXIF metadata in a file of any supported format....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-ex...
  2. GroupDocs.Assembly for .NET 18.9 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for .NET 18.9. Major Features This release of GroupDocs.Assembly brings a new powerful feature: Abilities to change target file format of an assembled document using file extension or explicit specification. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-80  Add ability to change target file format when assembling Word Processing documents  Feature  ASSEMBLYNET-81  Add ability to change target file format when assembling Spreadsheet documents  Feature  ASSEMBLYNET-82  Add ability to change target file format when assembling Presentation documents  Feature  ASSEMBLYNET-83  Add ability to change target file format when assembling Email documents  Feature  ASSEMBLYNET-84  Add ability to change target file format when assembling Text documents  Feature  ASSEMBLYNET-88  Add support for Conholdate licenses  Feature  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  3. 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....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Install GroupDocs.Viewer for .NET | Documentation

    This topic describes how to install GroupDocs.Viewer for .NET....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/installation/
  5. GroupDocs.Watermark for .NET 18.3 Release Notes...

    Note This page contains release notes for GroupDocs.Watermark for .NET 18.3. Major Features There are the following new features in this monthly release: Implement ability to edit Pdf document objects that can be considered as watermarks Implement ability to edit text and image in found possible watermarks (across all formats) Full List of Issues Covering all Changes in this Release Key Summary Category WATERMARKNET-788 Implement ability to edit Pdf document objects that can be considered as watermarks New Feature WATERMARKNET-789 Implement ability to edit text and image in found possible watermarks (across all formats) New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/groupdocs-wate...
  6. GroupDocs.Watermark for .NET 17.11 Release Note...

    Note This page contains release notes for GroupDocs.Watermark for .NET 17.11. Major Features There are following features in this first release: Add support for Email Formats Remove SlidesBaseSlide.BackgroundImage property (obsolete code) Full List of Issues Covering all Changes in this Release Key Summary Category WATERMARKNET-513 Add support for email formats New Feature WATERMARKNET-541 Remove SlidesBaseSlide.BackgroundImage property (obsolete code) Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/groupdocs-wate...
  7. Quick Start Guide | Documentation

    Render files, list and save attachments in any supported format using GroupDocs.Viewer for Python via .NET to experience its simplicity and power in Python....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/conversion/python-net/gettin...
  8. How to edit Mobi file | Documentation

    This article demonstrates how to edit Mobi files using Java programming language....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/editor/java/how-to-edit-mobi...
  9. GroupDocs.Viewer for .NET 18.5 Release Notes | ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 18.5. Major Features There are 14 features, improvements, and fixes in this regular monthly release. The most notable are: Changing language for Email document headers Setting page size when rendering Email documents Support for rendering password protected ODT and OTT formats Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1591 Setting page size when rendering Email documents as PDF and image New Feature VIEWERNET-1571 Changing language for header of emails New Feature VIEWERNET-1587 Add new property EnableCaching which will replace UseCache property in ViewerConfig class Improvement VIEWERNET-1580 Add support for rendering password protected ODT and OTT formats Improvement VIEWERNET-1573 Support JpegQuality option when rendering OneNote documents into PDF Improvement VIEWERNET-1561 Extend support for DefaultFontName option for MS Project documents when rendering into PDF Improvement VIEWERNET-1595 The voluminous email is not fully rendered into image Bug VIEWERNET-1559 Images and diagrams are missing when rendering OTS file Bug VIEWERNET-1532 Text’s shadow appears in the output HTML Bug VIEWERNET-1527 Issues when rendering Excel document with vertical Japanese writing Bug VIEWERNET-1464 Text overlaps when viewing HTML in Mozilla Firefox Bug VIEWERNET-1256 Content is missing when rendering PDF document into HTML Bug VIEWERNET-1016 Link with external URL in PDF document is not rendered as hyperlink Bug VIEWERNET-1599 The output image is cropped when rendering HTML as image Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  10. GroupDocs.Metadata for .NET 17.01 Release Notes...

    Note This page contains release notes for GroupDocs.Metadata for .NET 17.01.0 Major Features There are 4 features and 3 enhancements in this regular monthly release. The most notable are: Ability to update ContentType, ContentStatus, HyperlinkBase SharedDoc properties in PPTX format Load metadata without loading whole PowerPoint document Ability to read ID3 metadata directly in Mp3 format Ability to read page count, characters count, words count, page size in document formats Ability to recognize file type of the document format (DOCX, DOC, DOT etc) Ability to detect digital signature in document formats Ability to remove all digital signatures in document formats All Changes Key Summary Category METADATANET-1332 Ability to read page count, characters count, words count, page size in document formats New feature METADATANET-1385 Ability to recognize file type of the document format (DOCX, DOC, DOT etc) New feature METADATANET-1391 Ability to detect digital signature in document formats New feature METADATANET-1392 Ability to remove all digital signatures in document formats New feature METADATANET-417 Ability to update ContentType, ContentStatus, HyperlinkBase SharedDoc properties in PPTX format Enhancement METADATANET-1041 Load metadata without loading whole PowerPoint document Enhancement METADATANET-1401 Ability to read ID3 metadata directly in Mp3 format Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/groupdocs-metad...