Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 3,381 for

file format conversion

(1.47 sec)
  1. Fixing Invalid Form Fields | GroupDocs

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for .NET...Conversion Product Solution GroupDocs...the input file path. using ( FileStream fs = File . OpenRead...

    docs.groupdocs.com/editor/net/fixing-invalid-fo...
  2. Introducing GroupDocs.Assembly for Java | Group...

    Introduction to GroupDocs.Assembly for Java GroupDocs.Assembly for Java is a Java API engine designed to generate documents based on templates. In essence, the engine accepts a template document and some data, assembles data with the template document as per syntax defined by the template document and then, generates the output document in the template’s Format or in the specified output Format. Since GroupDocs.Assembly for Java can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....Conversion Product Solution GroupDocs...template’s format or in the specified output format. Since GroupDocs...

    docs.groupdocs.com/assembly/java/introducing-gr...
  3. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional File Format inFormation. Load a GIF image Extract the root metadata package Use the FileType property to obtain File Format inFormation AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); 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); } Working with XMP Metadata GroupDocs....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Images / Working with metadata...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Install GroupDocs.Markdown for .NET | GroupDocs

    How to install GroupDocs.Markdown for .NET using NuGet, .NET CLI, or from the official website....Conversion Product Solution GroupDocs...Add directly to your .csproj file: <PackageReference Include=...

    docs.groupdocs.com/markdown/net/installation/
  5. Extract Text from MHTML using Java

    This article provides a guide on how to extract text from MHTML using Java, along with a sample code example for efficient text extraction from MHTML in Java....Conversion Product Family GroupDocs...MHTML (MIME HTML) files, a web archive format, allow saving an...

    kb.groupdocs.com/parser/java/extract-text-from-...
  6. Merge TEX | GroupDocs

    Learn how to merge TEX Files, combine TEX Files into one File programmatically in C# language using GroupDocs.Merger for .NET library....Conversion Product Solution GroupDocs...NET / Developer Guide / Merge files / Merge TEX Merge TEX Leave...

    docs.groupdocs.com/merger/net/merge/tex/
  7. Extract images from Microsoft Office PowerPoint...

    This article explains that how to extract images from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Conversion Product Solution GroupDocs...Extract data from various formats / Extract data from Microsoft...

    docs.groupdocs.com/parser/net/extract-images-fr...
  8. Extract data from HTML documents | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup Formats. The following table provides the list of supported Formats: Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs....Conversion Product Solution GroupDocs...Extract data from various formats / Extract data from HTML documents...

    docs.groupdocs.com/parser/net/extract-data-from...
  9. Word Track Changes | GroupDocs

    Choose whether to include or ignore Microsoft Word Track Changes (revisions) during comparison via word_track_changes on CompareOptions in GroupDocs.Comparison for Python via .NET....Conversion Product Solution GroupDocs...source-with-revisions.docx is the source file used in this example. Click...

    docs.groupdocs.com/comparison/python-net/develo...
  10. Email attachments | GroupDocs

    This article shows how to get the inFormation about the attachments....Conversion Product Solution GroupDocs...System . out . println ( "File format: " + attachment . getDocumentInfo...

    docs.groupdocs.com/watermark/java/email-attachm...