Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 45,156 for

documents

(0.13 sec)
  1. Add Ellipse Annotation in Multiple Documents

    We are always keen to make our APIs rich in features and enhance usability. When we talk about annotation types. One cannot neglect ellipse annotation. Its a multi purposed annotation type. For instance you can use it to display extra information on your gauge or capture graph hits against a target line. Previously, Ellipse annotation was implemented in .NET version and it seemed very useful. We are pleased to announce that Ellipse annotation is now added in GroupDocs....might be wondering, what documents are actually supported for...

    blog.groupdocs.com/annotation/add-ellipse-annot...
  2. Updating Fields while Assembling Word Processin...

    Updating Fields The Recipe Set up source document template path Set up destination report path Instantiate DocumentAssembler class Set options, DocumentAssemblyOptions.UPDATE_FIELDS_AND_FORMULAS Generate report Download Template Get the template from here. Update field.docx The Code...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Assembling Word Processing Documents Updating Fields while Assembling...

    docs.groupdocs.com/assembly/java/updating-field...
  3. Search and Filter Documents in Java

    Quickly gain insights into how to search and filter Documents in Java. Discover techniques to filter Documents search results in Java for accurate data retrieval....Search and Filter Documents in Java Effective document handling often...precise search and filter documents in Java to streamline results...

    kb.groupdocs.com/search/java/search-and-filter-...
  4. Specify OOXML Compliance Level for Word Documen...

    Control the OOXML compliance level (Ecma, Transitional, or Strict) when saving Word Documents to OOXML formats using GroupDocs.Assembly for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Compliance Level for Word Documents Leave feedback Overview GroupDocs...

    docs.groupdocs.com/assembly/net/basic-usage-oox...
  5. Import TextField Annotation from Word Documents...

    Considering the extensibility of the API, team GroupDocs is pleased to announce another monthly release of GroupDocs.Annotation for Java 17.1.0. This release comes with multitude of new features, improvements and bug fixes. Now, GroupDocs.Annotation for Java developers can import annotations from Word and Slide Documents. Furthermore, API permits developers to annotate Slide Documents with different annotation types. We’d recommend you to fetch latest release of the API, integrate it in your project and share your valuable feedback....annotations from Word and Slide documents. Furthermore, API permits...developers to annotate Slide documents with different annotation...

    blog.groupdocs.com/annotation/import-textfield-...
  6. Render Word documents as HTML, PDF, and image f...

    Convert Word Documents to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer and Python. Learn the basics of document rendering....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Python / Document rendering basics / Render Word documents Render...

    docs.groupdocs.com/viewer/python-net/render-wor...
  7. Extract table of contents from Microsoft Office...

    To extract table of contents from Microsoft Office Word document getToc method is used. Table of contents is generated by paragraphs with H1-H9 build-in styles. Warning getToc method returns null value if table of contents extraction isn’t supported for the document. For example, table of contents extraction isn’t supported for TXT files. Therefore, for TXT file getToc method returns null. If Microsoft Office Word document has no table of contents, getToc method returns an empty collection....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...from Microsoft Office Word documents / Extract table of contents...

    docs.groupdocs.com/parser/java/extract-table-of...
  8. Sign documents with extra Digital Signature pro...

     This article explains how to use extended Digital electronic signatures options and adjustment on document page....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Signature Appearances / Sign documents with extra Digital Signature...

    docs.groupdocs.com/signature/java/sign-document...
  9. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing Documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata for specific formats / Documents / Working with metadata in...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality to handle loading of HTML external resources. Here are the steps to handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources. // Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate spreadsheet page previews try (Parser parser = new Parser(Constants....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...loading of external resources documents Handle loading of external...

    docs.groupdocs.com/parser/java/handle-loading-o...