Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 10,666 for

docx

(0.05 sec)
  1. 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....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/load-document-fr...
  2. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/python-net/get-docu...
  3. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/extracting-comm...
  4. Numeric range search | Documentation

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/numeric-range-se...
  5. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. .NET DOC Viewer API - Read, View, Render in C# ...

    .NET document viewer API to read, render and display DOC in any type of C#, ASP.NET, VB.NET & .NET Core applications....The updated version of DOC is DOCX which is based on Office OpenXML...Macro-Enabled Document) .NET DOCX Viewer (Microsoft Word Open...

    products.groupdocs.com/viewer/net/doc/
  7. Specify file type for comparison manually | Doc...

    Following this guide you will learn how to specify file type for comparison manually when use GroupDocs.Comparison for .NET....docx" ; string targetPath = @"target.docx" ; string...string resultPath = @"result.docx" ; // Create load options and set...

    docs.groupdocs.com/comparison/net/specify-file-...
  8. Save in original format | Documentation

    This article demonstrates that how to save file in its original format with current date as a suffix...docx" )) { // Here we can use document...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/save-in-origin...
  9. Releasing GroupDocs.Editor for .NET API- Perfor...

    We are pleased to announce the release of GroupDocs.Editor for .NET API which makes it easier to perform document editing operations and conversion of edited document with simple line of code with various supported document formats. Document Editing API allows user to convert supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made....for following file formats: # DOCX DOC DOCM ODT OTT RTF HTML MHTML...

    blog.groupdocs.com/editor/introducing-groupdocs...
  10. Simple JSP Front End example for GroupDocs.View...

    We are excited to announce a simple front-end for GroupDocs.Viewer for Java API so newbies can start using it quickly, instead of learning the rich features and complexities provided in GroupDocs.Viewer for Java using Struts2 or GroupDocs.Viewer for Java Using Servlets. Simplicity comes with many advantages and disadvantages. JSP front-end is a minimum implementation and demonstrates how simple it is to get started with GroupDocs.Viewer for Java. This removes features some useful features, like the user cannot download the document, cannot print, zoom, etc....Document Formats (DOC, DOCM, DOCX, DOT, DOTX, DOTM), Excel Document...

    blog.groupdocs.com/viewer/groupdocs-viewer-java...