Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 11,886 for

format

(0.06 sec)
  1. Common Master-Detail Image in Word Processing D...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail Image report in Word Processing Document Format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail Image in Microsoft Word Document Creating a Common Master-Detail Image Please follow below steps you can create Common Master-Detail Template in MS Word 2013. Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....in Word Processing Document format. Note The code uses some of...OpenOffice without any issues or formatting losses. We opened the ODT...

    docs.groupdocs.com/assembly/java/common-master-...
  2. Extract Text from PPT using Java

    This article explains the process of how to extract text from PPT using Java. It also provides a code example to integrate text extraction from PPT in Java projects....presentations, commonly saved in PPT format, often hold crucial text data...converting presentations to other formats, or archiving text data, programmatically...

    kb.groupdocs.com/parser/java/extract-text-from-...
  3. How to add attachment to PDF document | GroupDocs

    This article explains how to add attachment to PDF document with GroupDocs.Merger within your .NET applications....appears on device screen and no formatting will be lost. Another valuable...known feature, is that PDF format provides an easy way to organize...

    docs.groupdocs.com/merger/net/how-to-add-attach...
  4. Extract metadata from Emails | GroupDocs

    Extract metadata from emails by using GetMetaData method....Extract data from various formats / Extract data from Emails...Console . WriteLine ( string . Format ( "{0}: {1}" , item . Name...

    docs.groupdocs.com/parser/net/extract-metadata-...
  5. Announcing box.com Integration with GroupDocs' ...

    Good news from GroupDocs to all box.com users. We’ve integrated box.com with GroupDocs. Now, you can access all your box.com files and folders from within your GroupDocs account. Use your box.com documents with GroupDocs’ document management apps suite to take your document management experience to new heights. [caption id=“attachment_1130” align=“alignnone” width=“600” caption=“Announcing box.com integration with GroupDocs’ document management apps suite”] [/caption] Integration is super simple. Simply use the Box.com button in the Integration area of the My Account page and log in to box....great quality; multiple file-format support enables you to use...business as well as common file formats quickly and easily. GroupDocs...

    blog.groupdocs.com/viewer/announcing-box-com-in...
  6. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file Format inFormation. Load a PDF document Extract the root metadata package Use the FileType property to obtain file Format inFormation AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Managing metadata for specific formats / Documents / Working with...extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Extract metadata from Emails | GroupDocs

    To extract metadata from emails getMetadata method is used. This method allows to extract the following metadata: Name Description subject The email “subject” field. email-sender The email “from” field. email-to The email “to” field. May contain more than one address separated by semicolons. email-cc The email “cc” field. May contain more than one address separated by semicolons. Here are the steps to extract metadata from an email: Instantiate Parser object for the initial email; Call getMetadata method and obtain collection of document metadata objects; Iterate through the collection and get metadata names and values....Extract data from various formats / Extract data from Emails.... out . println ( String . format ( "%s: %s" , item . getName...

    docs.groupdocs.com/parser/java/extract-metadata...
  8. Edit Excel Workbook | GroupDocs

    This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheet with password and many other powerful features of GroupDocs.Editor for .NET....workbooks , are presented by many formats: XLS, XLSX, XLSM, XLSB, ODS...able to recognize spreadsheet format and apply appropriate default...

    docs.groupdocs.com/editor/net/edit-excel/
  9. Custom text extractors | GroupDocs

    GroupDocs.Search for Node.js supports indexing of many document Formats. But there is also the possibility to implement support for any Format other than the existing ones....indexing of many document formats. But there is also the possibility...to implement support for any format other than the existing ones...

    docs.groupdocs.com/search/nodejs-java/custom-te...
  10. Render EML as HTML using Java

    In this discussion, we'll demonstrate how to render EML as HTML using Java without need for additional software. Also, we'll supply Java code for rendering EML to HTML....messages, serve as a standard format in electronic communication...

    kb.groupdocs.com/viewer/java/render-eml-as-html...