Sort Score
Result 10 results
Languages All
Labels All
Results 8,281 - 8,290 of 12,809 for

editor

(0.06 sec)
  1. GroupDocs.Comparison for .NET 20.12 Release Not...

    Note This page contains release notes for GroupDocs.Comparison for .NET 20.12 Major Features Below the list of changes in release of GroupDocs.Comparison for .NET 20.12: Improve Revisions handling in Words documents Fixed issue with text duplication in Words Fixed issue with incorrect display of tables without displaying added or deleted cells Fixed GroupDocs.Comparison to work properly within GroupDocs.Total solution Key Summary Issue Type COMPARISONNET-2557 Improve Revisions handling in Words documents Improvement COMPARISONNET-2537 Comparison of DOCX files Text is duplicated after comparison, rather than being recognized as replaced in the output Bug COMPARISONNET-2533 Comparison issue in Word documents with tables (Incorrect document creation with disabled display of changes in tables in Word format) Bug COMPARISONNET-2536 Fix Comparison issue on GroupDocs total solution Bug Public API and Backward Incompatible Changes The problem with redisplaying changed content in a document occurred when there were already other Revisions in the documents being compared....Editor Product Solution GroupDocs...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  2. GroupDocs.Comparison for .NET 21.1 Release Note...

    Note This page contains release notes for GroupDocs.Comparison for .NET 21.1 Major Features Below is the list of most notable changes in release of GroupDocs.Comparison for .NET 21.1: Improved display of elements with a border in Pdf format Improved text display in Pdf format Added comparison of footnote types in Word format Added SourceText property to ChangeInfo class and improved TargetText property for Cells, Words and Pdf formats Full List of Issues Covering all Changes in this Release Key Summary Issue Type COMPARISONNET-2585 Improve ability of getting source text for Words documents Feature COMPARISONNET-2586 Improve ability of getting source text for PDF documents Feature COMPARISONNET-2587 Improve ability of getting source text for Cells documents Feature COMPARISONNET-2563 Footnotes are not compared Improvement COMPARISONNET-2451 Text Box Comparison issue in PDF Bug COMPARISONNET-2454 Part of the symbols are not displayed when comparing PDF files Bug Public API and Backward Incompatible Changes Comparison of types of footnotes refers to comparison of styles, besides, this type of change is difficult to display in the text....Editor Product Solution GroupDocs...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  3. GroupDocs.Comparison for .NET 18.1 Release Note...

    Note This page contains release notes for GroupDocs.Comparsion for .NET 18.1 Major Features Below the list of the most notable features improvements and fixes for GroupDocs.Comparison 18.1: Introduced comparison of annotations for PDF documents Implemented page mapper for Note Fixed bugs with positioning of components in Note Fixed bugs with images in Note documents Improved Comparison of tables in Note Fixed bugs with tables in Note document Improved working with licenses, added additional methods for that Full List of Issues Covering all Changes in this Release Key Summary Issue Type COMPARISONNET-1461 Comparison....Editor Product Solution GroupDocs...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  4. GroupDocs.Parser for .NET 20.6.1 Release Notes ...

    Note This page contains release notes for GroupDocs.Parser for .NET 20.6.1 Full List of Issues Covering all Changes in this Release Key Summary Category PARSERNET-1555 Misspelling in GetHyperlinks method name Bug Public API and Backward Incompatible Changes Misspelling in GetHyperlinks method name Description This hot-fix fixes misspelling in GetHyperlinks methods name in Parser class. Public API changes GroupDocs.Parser.Parser public class was updated with changes as follows: Renamed GetHyperlinks method Renamed GetHyperlinks(Int32) method Renamed GetHyperlinks(PageAreaOptions) method Renamed GetHyperlinks(Int32, PageAreaOptions) method Usage The following example shows how to extract hyperlinks from the document page area:...Editor Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  5. GroupDocs.Metadata for .NET 19.5.1 Release Note...

    Note This page contains release notes for GroupDocs.Metadata for .NET 19.5.1 Major Features There are the following features, enhancements and fixes in this release: Fix “Invalid xls format” exception when loading Excel worksheet Full List of Issues Covering all Changes in this Release Key Summary Category METADATANET-2909 “Invalid xls format” exception when loading Excel worksheet Bug Public API and Backward Incompatible Changes “Invalid xls format” exception when loading Excel worksheet https://forum....Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  6. Convert TEX | Documentation

    This article demonstrates how you can convert to TEX or convert to latex your any kind of document format with couple Java code lines and GroupDocs.Conversion for Java....Editor Product Solution GroupDocs...

    docs.groupdocs.com/conversion/java/convert/tex/
  7. Evaluation Limitations and Licensing | Document...

    Free trial is available to evaluate the API which will be similar as licensed but with few limitations....Editor Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/evaluation-l...
  8. Protect PDF document | Documentation

    Protect PDF documents when rendering documents using GroupDocs.Viewer for Java...Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/protect-pdf-docu...
  9. Working with DICOM metadata | Documentation

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-d...
  10. Check if a file is encrypted | Documentation

    This article explains how to check if a file is encrypted using Java with GroupDocs.Viewer for Java....Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/how-to-check-if-...