Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 2,966 for

file format conversion

(0.07 sec)
  1. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Conversion Product Solution GroupDocs...Managing metadata for specific formats / Images / Working with BMP...

    docs.groupdocs.com/metadata/net/working-with-bm...
  2. Render HTML as PDF using Python

    If you want to laern how to render HTML as PDF using Python, this topic is for you. Learn how to convert HTML to PDF in Python for printing, sharing, or archiving....Conversion Product Family GroupDocs...shareable documents with reliable formatting, making it possible to render...

    kb.groupdocs.com/viewer/python/render-html-as-p...
  3. Enabling inline CSS styles | GroupDocs

    This article describes the procedure of enabling the inline styles option for the WordProcessing documents in order to store the CSS styles not in the external stylesheet, but directly inside the HTML markup....Conversion Product Solution GroupDocs...the original (or some other) format. Prior to the of the GroupDocs...

    docs.groupdocs.com/editor/net/inline-styles/
  4. Save HTML to Folder | GroupDocs

    This article explains how to save an edited document in HTML form to a folder on local disk using GroupDocs.Editor for Node.js via Java features....Conversion Product Solution GroupDocs...and save it to disk as an HTML file with a resource folder using...

    docs.groupdocs.com/editor/nodejs-java/save-html...
  5. Sign document with Digital signature | GroupDocs

    Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in C# with step-by-step instructions....Conversion Product Solution GroupDocs...cryptography standards, such as PFX format, are commonly used for this...

    docs.groupdocs.com/signature/net/sign-document-...
  6. Extract text from ZIP archive files | GroupDocs

    To extract Files from ZIP archives getContainer method is used. This method returns the collection of ContainerItem objects. Zip Entry can contain the following metadata: Name Description date The time and date at which the File indicated by the Zip Entry was last modified. crc The 32-bit CRC (Cyclic Redundancy Check) on the contents of the Zip Entry. These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from Zip archives:...Conversion Product Solution GroupDocs...Extract data from various formats / Extract data from ZIP archives...

    docs.groupdocs.com/parser/java/extract-text-fro...
  7. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all fonts, used in the document, loaded to the GroupDocs.Viewer for .NET...Conversion Product Solution GroupDocs...(stored inside the document file) and the system fonts, which...

    docs.groupdocs.com/viewer/net/getting-used-fonts/
  8. Developer Guide | GroupDocs

    Developer Guide section explains all aspects of GroupDocs.Editor for Java File editor features, provides code snippets and examples of editing Microsoft Office Formats progammatically in Java applications...Conversion Product Solution GroupDocs...document Create new document by format Save document Extracting document...

    docs.groupdocs.com/editor/java/developer-guide/
  9. Render EML as PNG using Python

    Learn how to render EML as PNG using Python. This tutorial explains how to convert EML to PNG in Python with custom dimensions for email visualization....Conversion Product Family GroupDocs...PNG using Python Email files in .eml format store detailed message...

    kb.groupdocs.com/viewer/python/render-eml-as-pn...
  10. Set custom fonts | GroupDocs

    This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your .NET applications....Conversion Product Solution GroupDocs...Leave feedback Many document formats are tightly bounded with fonts...

    docs.groupdocs.com/viewer/net/set-custom-fonts/