Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 32,786 for

groupdocs metadata

(0.14 sec)
  1. Working with Template Syntax Formatting | Group...

    Note The code uses some of the objects defined in The Business Layer. Template Syntax Formats Specifying String and Numeric Formats Learn more about string and numeric formats here. Template Syntax Manager Contract Price <>
    <<[getName()]:upper>> <<[getContracts().sum(
    c =>
    c.getPrice())]:arabicDash>>
    <
    > Total: <<[getManagers().sum(
    m => m.getContracts().sum(
    c => c.getPrice()))]>> Download Template Get template from here. Numeric upper.docx The Code...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/java/working-with-t...
  2. Supported file formats | GroupDocs

    This topic lists file formats supported by Groupdocs.Total for .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/total/net/supported-document...
  3. Get list of changes | GroupDocs

    Learn how to obtain a collection of detected changes using Groupdocs.Comparison for Python via .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/comparison/python-net/get-li...
  4. Upcoming Release of GroupDocs.Parser for Java

    We are excited to announce that Groupdocs.Parser is coming soon to Java platform as Groupdocs.Parser for Java. It will be an easy to use back-end API that will permit the users to extractraw and formattedtext from the supported document formats. Besides, it will also allow the users to extract the Metadata from the popular document formats. Groupdocs.Parser for Java will soon be available for download. Salient Features of Groupdocs.Parser for Java Groupdocs....excited to announce that GroupDocs.Parser is coming soon to Java...Java platform as GroupDocs.Parser for Java. It will be an easy...

    blog.groupdocs.com/parser/upcoming-release-of-g...
  5. Convert diagrams | GroupDocs

    In this article, you will learn how to convert diagram documents to other formats or another diagram format with Groupdocs.Conversion for .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/conversion/net/convert/diagram/
  6. Loading files from different sources | GroupDocs

    Following this guide you will learn how to load PDF, Word, Excel, or PowerPoint documents by local file path, stream or URL for further processing with Groupdocs.Conversion for .NET API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/conversion/net/loading-files...
  7. Extract data from ZIP archives | GroupDocs

    More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: Groupdocs.Parser for .NET examples Groupdocs.Parser for Java examples Free online document parser App Along with full featured .NET library we provide simple, but powerful free Apps. You are welcome to parse documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online Free Online Document Parser App....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/parser/java/extract-data-fro...
  8. Delete signatures from documents | GroupDocs

    This sections shows how to delete electronic signatures with Groupdocs.Signature API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/net/delete-signatu...
  9. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, Groupdocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/parser/java/load-document-fr...
  10. Load document from Stream | GroupDocs

    This section explains how to load document from stream with Groupdocs.Signature API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/net/load-document-...