Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 12,088 for

format

(0.1 sec)
  1. List attachments | GroupDocs

    Retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents with GroupDocs.Viewer for .NET...provided code snippet suits all format families that support attachments:...

    docs.groupdocs.com/viewer/net/how-to-list-attac...
  2. 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:...Managing metadata for specific formats / Images / Working with BMP...Metadata API supports extracting format-specific information from BMP...

    docs.groupdocs.com/metadata/net/working-with-bm...
  3. GroupDocs.Search Product Family

    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....list of supported document formats. The API has removed some of...Fiction book format to the list of supported formats. We are really...

    blog.groupdocs.com/categories/groupdocs.search-...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...introduced when converting to PDF format. Some of the obsolete constructors...merge two documents of same format into a single document. Features...

    blog.groupdocs.com/groupdocs.blog/page/55/
  5. How to Convert Word Document to HTML using C#

    This article helps you to convert Word Document to HTML using C#. Generate HTML from DOCX using C# by following step-by-step guide and perform document conversion....document conversion to HTML format can be done without the need...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. How to Convert HTML to Image in C#

    Examine sample code on how to convert HTML to Image in C# along with detailed instructions for putting the C# HTML to PNG functionality into action....document transformation to PNG format does not require the installation...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Process the Microsoft Outlook Email Attachments...

    An ‘attachment’ is a file such as a document or a photo that is attached to an email. It’s easy to attach pictures, files, contacts, emails and many other items to your Outlook messages. If you selected a file on your local computer or group document library for the attachment purpose, a copy of the file is attached to the email. The case: A software developer is making a document viewing application....dependent on desired output format - HtmlViewOptions / PngViewOptions...

    blog.groupdocs.com/viewer/process-microsoft-out...
  8. Converting to PDF - Embed Fonts - Free Support ...

    Hello, It is my understanding that when converting to PDF the font should get embedded? Please correct me if I am wrong. I have an issue where by a converted document in only embedding a subset of the font, this causes…...new WordProcessingLoadOp { Format = (WordProcessingFileTy)FileType...

    forum.groupdocs.com/t/converting-to-pdf-embed-f...
  9. Numbered List in HTML Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in HTML Document Format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. Numbered List in HTML Document Reporting Requirement As a report developer, you are required to describe the services you are providing with the following key requirements: The report must show the products in numbered list....List report in HTML Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/net/numbered-list-i...
  10. In-Table List With Alternate Content in HTML Do...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList WithAlternateContent report in HTML Document Format. Note The code uses some of the objects defined in The Business Layer. In-Table List With Alternate Content in HTML Document Reporting Requirement As a report developer, you are required to represent your clients and their prices with the following key requirements: Report must show each client along with its price. It must show sum of all the prices....WithAlternateContent report in HTML Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/java/in-table-list-...