Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 40,147 for

document

(0.12 sec)
  1. Supported Document Formats | Documentation

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for Java. Format Description Load Save Populate Remarks DOC Microsoft Word 97 - 2007 Document. DOT Microsoft Word 97 - 2007 Template. DOCX Office Open XML WordprocessingML Document (macro-free). DOCM Office Open XML WordprocessingML Macro-Enabled Document. DOTX Office Open XML WordprocessingML Template (macro-free). DOTM Office Open XML WordprocessingML Macro-Enabled Template. RTF RTF format. XLSX OOXML 2007-2010 XLSM OOXML Macro Enabled Workbook XLTX OOXML Workbook Template XLTM OOXML Macro Enabled Workbook Template XLSB OOXML Binary Workbook XLS Excel Workbook 97-2003 XLT Excel Workbook Template 97-2003 XML Spreadsheet Markup Language ODS Open Document Spreadsheet PPTX OOXML Presentation PPTM OOXML Macro Enabled Presentation PPTM OOXML Macro Enabled Presentation PPSX OOXML SlideShow PPSM OOXML Macros Enabled Presentation POTX OOXML Presentation Template POTM OOXML Macro Enabled Presentation Template PPT PowerPoint Presentation 97-2003 PPS PowerPoint SlideShow 97-2003 ODP OpenDocument Presentation EML Email Message Format MSG Outlook Email Message Format EMLX Apple’s Email Message Format TXT Plain Text XML Word Processing Markup Language HTML HTML format....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product.../ Supported Document Formats Supported Document Formats Leave...

    docs.groupdocs.com/assembly/java/supported-docu...
  2. Extract formatted text from document | Document...

    This article explains that how to extract formatted text from Document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...text from document Extract formatted text from document Leave feedback...

    docs.groupdocs.com/parser/java/extract-formatte...
  3. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Excel Document Creating a Template Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon. Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Data Sources in Spreadsheet Document Generating Report using Multiple...

    docs.groupdocs.com/assembly/net/generating-repo...
  4. Common Master-Detail Image in HTML Document | D...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in HTML Document format. Common Master-Detail Image in HTML Document Note This feature is supported by version 17.03 or greater Reporting Requirement As a report developer, you are required to represent the information of the customers and products with the following key requirements: Report must show customers’ picture and name. It must associate the customers with their products....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...HTML Document Common Master-Detail Image in HTML Document Leave...

    docs.groupdocs.com/assembly/net/common-master-d...
  5. In-Table Master-Detail in HTML Document | Docum...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableMaster-Detail report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in HTML Document Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show each manager along with his total contract prices. It must also show each individual client within the contract....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...in HTML Document In-Table Master-Detail in HTML Document Leave...

    docs.groupdocs.com/assembly/java/in-table-maste...
  6. How to Streamline Your Document Signing Using O...

    A steady Document signing process is the back bone of any contract-oriented organization. Conventional signing process leaves you with piles of signed Documents, difficult to handle and archive. Also, the Documents are passed around different departments, either getting lost or eating up too much time delaying the signing process. Online signature is the answer to all these concerns. Save your time and effort with GroupDocs’ online signatureSay good bye to lost signed Documents and tons of paper piling up in your office!...A steady document signing process is the back bone of any contract-oriented...you with piles of signed documents, difficult to handle and archive...

    blog.groupdocs.com/signature/how-to-streamline-...
  7. Password Protect Word Document on GroupDocs Blo...

    Password Protect Word Document on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Password Protect Word Document on GroupDocs Blog | Document Automation ......Protect Word Document on GroupDocs Blog | Document Automation Solutions...Protect Word Document on GroupDocs Blog | Document Automation Solutions...

    blog.groupdocs.com/nl/tag/password-protect-word...
  8. Hot to load document from Azure Blob Storage | ...

    This section explains how to load Document from Azure Blob Storage with GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product.../ Advanced usage / Loading document / Sources / → Amazon Blob...

    docs.groupdocs.com/signature/net/load-document-...
  9. Bulleted List in Presentation Document | Docume...

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Microsoft PowerPoint Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS PowerPoint 2013. Add a new presentation slide. Add a bullet list at the place where you want it....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Presentation Document Bulleted List in Presentation Document Leave feedback...

    docs.groupdocs.com/assembly/java/bulleted-list-...
  10. Load document from stream | Documentation

    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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...Loading / Load document from stream Load document from stream Leave...

    docs.groupdocs.com/parser/java/load-document-fr...