Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 5,032 for

conholdate

(0.55 sec)
  1. Features Overview | Documentation

    A Python via .NET metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/metadata/python-net/features...
  2. Features Overview | Documentation

    This article describes the main functions of GroupDocs.Comparison for .NET. Comparing files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/comparison/net/features-over...
  3. Searching | Documentation

    The articles in this section describe advanced topics related to search operations. You will find details about different search aspects. Search types, advanced options, internal implementation details: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/search/java/searching/
  4. Load from Stream | Documentation

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/redaction/java/load-from-str...
  5. Load from local disc | Documentation

    Load from local disc GroupDocs.Redaction.Redactor class is a main class in Redaction API, providing functionality to open a document. When document is located on the local disk, you can pass its path to *Redactor *class constructor. The following example demonstrates how to open a document from local disc: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/redaction/java/load-from-loc...
  6. Render FODP and ODP files | GroupDocs.Viewer fo...

    In this article we show render FODP and ODP files with GroupDocs.Viewer within your .NET applications....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/viewer/net/how-to-convert-an...
  7. GroupDocs.Assembly for Java 17.11 Release Notes...

    This page contains release notes for GroupDocs.Assembly for Java 17.11. Major Features This release of GroupDocs.Assembly comes up with several new features to dynamically manipulate non-textual document elements. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-43  Support dynamic insertion of images for email messages with HTML body  Feature ASSEMBLYNET-47 Add ability to remove selective chart series dynamically  Feature ASSEMBLYNET-50 Support dynamic generation of Codablock F barcodes  Feature ASSEMBLYNET-51 Support dynamic generation of GS1 Codablock F barcodes  Feature ASSEMBLYJAVA-7  Support text styles (bold, italic) for textual elements of barcodes  Feature Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  8. GroupDocs.Annotation for .NET 21.6 Release Note...

    Note This page contains release notes for GroupDocs.Annotation for .NET 21.6 Major Features Below is the list of most notable changes in release of GroupDocs.Annotation for .NET 21.6: Updated information about supported types Moved License and Metered class to GroupDocs.Annotation namespace Fixed issue with counting page for PPT file Added an ability to generate preview in different formats for CAD document Fixed problem with closing a stream when saving a tiff file Fixed exception on adding watermarks to pdf without license Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-1727 Generate preview for CAD using PreviewFormat Feature ANNOTATIONNET-1684 Match supported formats Improvement ANNOTATIONNET-1718 Move License and Metered classes to GroupDocs....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/annotation/net/groupdocs-ann...
  9. GroupDocs.Annotation for .NET 17.12 Release Not...

    Note This page contains release notes for GroupDocs.Annotation for .NET 17.12 Major Features Below the list of new features improvements and fixes in this release of GroupDocs.Annotation for .NET: Added ability to import distance annotations in Words Improve import of annotations for Words format Fixed several bugs regarding to PDF annotation import Fixed TextField annotations import for Diagrams format Fixed export some types of annotation for Diagrams format Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-563 Implement import of distance annotation for Words New Feature ANNOTATIONNET-560 Merge similar annotations when importing from a MSWord document Improvement ANNOTATIONNET-559 Improve import of text annotations for words Improvement ANNOTATIONNET-548 Merge similar annotations when importing from a MSWord document Improvement ANNOTATIONNET-546 Improve replacement annotation for text in different paragraphs Improvement ANNOTATIONNET-545 Bug with import and export distance annotations in pdf Bug ANNOTATIONNET-544 Bug with import text annotations from pdf Bug ANNOTATIONNET-543 Bug with import arrow annotation from pdf Bug ANNOTATIONNET-538 AnnotationImageHandler....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/annotation/net/groupdocs-ann...
  10. Split worksheets into pages | Documentation

    This article explains how to split worksheets into pages when viewing Spreadsheets with GroupDocs.Viewer within your Java applications....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/viewer/java/split-worksheets...