Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 1,144 for

office document

(0.23 sec)
  1. Merge Excel spreadsheets | GroupDocs

    Follow this guide and learn how to merge MS Excel spreadsheets using Python via .NET programming language....Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...format for Microsoft Excel documents that was introduced by Microsoft...

    docs.groupdocs.com/merger/python-net/merge/excel/
  2. Merge Excel spreadsheets | GroupDocs

    Follow this guide and learn how to merge MS Excel spreadsheets using CSharp programming language....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...format for Microsoft Excel documents that was introduced by Microsoft...

    docs.groupdocs.com/merger/net/merge/excel/
  3. Merge Excel spreadsheets | GroupDocs

    Follow this guide and learn how to merge MS Excel spreadsheets using Node.js via Java programming language....Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...format for Microsoft Excel documents that was introduced by Microsoft...

    docs.groupdocs.com/merger/nodejs-java/merge/excel/
  4. Generating Page Preview for WordProcessing Docu...

    Learn how to generate a preview for any page of an existing WordProcessing Document in SVG format using GroupDocs.Editor for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Developer Guide / Edit Document / Edit Word Document / Generating Page...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...completely green via a paperless office. To speed up this process,...service add-on, you can embed documents as digital forms and then...

    blog.groupdocs.com/groupdocs.blog/page/101/
  6. Extract emails from remote server via POP IMAP ...

    GroupDocs.Parser provides the functionality to extract emails from remote servers. The following email protocols are supported: Post Office Protocol (POP) Internet Message Access Protocol (IMAP) Exchange Web Services (EWS) To create an instance of Parser class to extract emails from a remote server the following constructor is used: Parser(EmailConnection connection); Parser(EmailConnection connection, ParserSettings parserSettings) The second constructor allows to use ParserSettings object to control the process; for example, by adding logging functionality....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...protocols are supported: Post Office Protocol (POP) Internet Message...

    docs.groupdocs.com/parser/java/extract-emails-f...
  7. Merge Excel spreadsheets | GroupDocs

    Follow this guide and learn how to merge MS Excel spreadsheets using Java programming language....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...format for Microsoft Excel documents that was introduced by Microsoft...

    docs.groupdocs.com/merger/java/merge/excel/
  8. How to edit Mobi file | GroupDocs

    This article demonstrates how to edit Mobi files using C# programming language....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...able to open (load) Mobi documents for editing. However, on that...

    docs.groupdocs.com/editor/net/how-to-edit-mobi-...
  9. Tags

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats....eatern 1 Annotate 3 annotate documents online 3 annotate PDF 11 annotate...PDF in Java 3 Annotate Word Documents 1 Annotate Word in CSharp...

    blog.groupdocs.com/tags/
  10. 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...formats / Documents / Working with metadata in PDF documents Working...

    docs.groupdocs.com/metadata/net/working-with-me...