Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 5,783 for

file signature

(1.22 sec)
  1. 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....Signature Product Solution GroupDocs...and extract some additional file format information. a GIF image...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. GroupDocs.Conversion for .NET | GroupDocs

    GroupDocs.Conversion for .NET is an advanced document conversion API developed to convert Files of different formats from within C# applications....Signature Product Solution GroupDocs...conversion API developed to convert files of different formats from within...

    docs.groupdocs.com/conversion/net/
  3. Install GroupDocs.Markdown for .NET | GroupDocs

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

    docs.groupdocs.com/markdown/net/installation/
  4. Save document | GroupDocs

    This article demonstrates how to save edited text documents, spreadsheets and presentations with GroupDocs.Editor for Python via .NET API....Signature Product Solution GroupDocs...previously chosen format by specified file path or into a specified stream...

    docs.groupdocs.com/editor/python-net/save-docum...
  5. How to Convert XLSX to JPG using C#

    This article includes complete steps to convert XLSX to JPG using C# and code example to transform XLSX to JPG in C# along with configuration of conversion product....Signature Product Family GroupDocs.Metadata...class by passing input XLSX file path Call the Converter.GetPossibleConversio...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. How to Run | GroupDocs

    Learn how to run Java examples which contain creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and many more examples....Signature Product Solution GroupDocs...can either download the ZIP file from or clone the repository...

    docs.groupdocs.com/watermark/java/how-to-run/
  7. Features Overview | GroupDocs

    Features Overview GroupDocs.Assembly for Java is an API that allows you to generate documents in popular office and email File formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled File using explicit specifications or File extension Auto-removal of empty paragraphs Generate various report types, e....Signature Product Solution GroupDocs...in popular office and email file formats based upon template...

    docs.groupdocs.com/assembly/java/features-overv...
  8. Add document to Diagram via OLE | GroupDocs

    This article explains how to add document to Diagram via OLE with GroupDocs.Merger within your Java applications....Signature Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/java/add-document-to-...
  9. Load text from string | GroupDocs

    Compare raw text strings directly using LoadOptions.LoadText = true — no Files needed. Retrieve the diff result as a string via GetResultString() in GroupDocs.Comparison for .NET....Signature Product Solution GroupDocs...contains text to be compared, not file path). Instantiate the object...

    docs.groupdocs.com/comparison/net/load-text-fro...
  10. Deleting worksheets from spreadsheet | GroupDocs

    This article describes the feature of the GroupDocs.Editor for Python via .NET - deleting (removing) one or many worksheets from the loaded and edited spreadsheet (workbook) during its saving to the output format...Signature Product Solution GroupDocs...and are basically the text files, they have no worksheets, so...

    docs.groupdocs.com/editor/python-net/deleting-w...