Sort Score
Result 10 results
Languages All
Labels All
Results 3,231 - 3,240 of 17,695 for

docx

(0.04 sec)
  1. 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...
  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. 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...
  5. Load password-protected document | Documentation

    This article explains how to load password-protected document while using GroupDocs. Watermarks API....docx" string filePath = "protected-document.docx" ; using... Save ( "protected-document.docx" ); } Load password-protected...

    docs.groupdocs.com/watermark/net/load-password-...
  6. Add document to Word processing via OLE | Docum...

    This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your .NET applications....demonstrates how to embed PDF file into DOCX document as OLE object using...merger = new Merger ( @"c:\sample.docx" )) { int pageNumber = 2 ; ...

    docs.groupdocs.com/merger/net/add-document-to-w...
  7. Save signed Pdf with different output file type...

    This article explains how to save signed PDF document with various file formats by GroupDocs.Signature API.... DocX ); saveOptions . setOverwriteExisting...signature . sign ( "SignedPdf.docx" , signOptions , saveOptions...

    docs.groupdocs.com/signature/java/save-signed-p...
  8. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....docx" ), new LoadOptions ( preRasterize...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/pre-rasterize/
  9. How to Convert XML to CSV in Java

    Let's quickly take a look at how to convert XML to CSV in Java and how to write Java code to convert XML to CSV for performing document conversion....other document formats such as DOCX, PPTX, RTF, BMP, JPG, MHTML...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Extract Metadata from PDF using Java

    Let's get familiar ourselves with the process to extract metadata from PDF using Java and learn how to create functionality to get metadata from PDF in Java....various document formats such as DOCX, XLSX, PPTX, MSG, EML, EPUB...

    kb.groupdocs.com/parser/java/how-to-extract-met...