Sort Score
Result 10 results
Languages All
Labels All
Results 3,891 - 3,900 of 21,374 for

docx

(0.08 sec)
  1. Extracting Common Image Information | GroupDocs

    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...
  2. Working with metadata in FLV files | GroupDocs

    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...
  3. render_docx_to_png.zip

    demo-app/render_Docx_to_png.py import os from groupdocs.viewer import License, Viewer from groupdocs.viewer.options import PngViewOptions def render_Docx_to_png(): # Get license file absolute path ......demo-app/render_docx_to_png.py import os from groupdocs.viewer...import PngViewOptions def render_docx_to_png(): # Get license file...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  4. Load specific file formats | GroupDocs

    Learn how to load specific file formats manually using LoadOptions in GroupDocs.Parser for Python via .NET....(auto-detected) # - PDF # - DOC, DOCX # - XLS, XLSX # - PPT, PPTX...welcome to extract data from PDF, DOCX, XLSX, and more with our . Was...

    docs.groupdocs.com/parser/python-net/load-speci...
  5. Exclude fonts | GroupDocs

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for Java....docx" )) { HtmlViewOptions viewOptions...Format PDF Microsoft Word DOC, DOCX, DOCM, DOT, DOTX, DOTM Microsoft...

    docs.groupdocs.com/viewer/java/exclude-fonts/
  6. How to Convert HTML to Excel using Java

    Let's learn the document conversion process and convert HTML to Excel using Java. Easily implement this guide to develop the Java HTML to Excel converter feature....various document formats including DOCX, PPTX, CSV, MHTML, MD, SVG,...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. How to Convert HTML to Text using Java

    Get familiar with the process to convert HTML to Text using Java and easily use these instructions for developing the functionality to convert HTML to Text in Java....documents to TXT format such as DOCX, CSV, DOT, DWG, EML, MD, and...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. How to Convert PDF to Text in C#

    Review the procedure to convert PDF to Text in C#, easily follow this guide to save PDF as text using C# on any operating system like MS Windows, Linux, and Mac OS....formats including HTML, CSV, DOCX, DWF, EML, ODT, PNG, and many...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. How to Convert Word to PDF using C#

    Easily do document conversion between two popular formats and learn how to convert Word to PDF using C#. Quickly apply the guide to create C# Word to PDF capability....instructions for converting DOCX to PDF document along with a...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Extract Images from PDF using C#

    Let's get familiar with the image extraction process from documents and how to extract images from PDF using C# and implement C# extract images from PDF capability....document formats including DOC, DOCX, XLSX, XLT, HTML, PPT, PPTX...

    kb.groupdocs.com/parser/net/how-to-extract-imag...