Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 5,916 for

file conversion

(0.11 sec)
  1. How to Add Digital Signature to PDF in C#

    Review the process to add digital signature to PDF in C# and follow the detailed instructions to use a digital signature in C# with a few API calls....Conversion Product Family GroupDocs...class and pass the output PDF file along with the DigitalSignOptions...

    kb.groupdocs.com/signature/net/how-to-add-digit...
  2. 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...and extract some additional file format information. a GIF image...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. 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/
  4. 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....Conversion Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/java/add-document-to-...
  5. How to Add Redaction Annotation to PDF using C#

    Learn the necessary steps to add redaction annotation to PDF using C#, and easily leverage APIs to gain ability to incorporate redaction annotation in PDF using C#....Conversion Product Family GroupDocs...providing the path of the PDF file as an argument to its constructor...

    kb.groupdocs.com/annotation/net/how-to-add-reda...
  6. Load text from string | GroupDocs

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for .NET....Conversion Product Solution GroupDocs...contains text to be compared, not file path). Instantiate the object...

    docs.groupdocs.com/comparison/net/load-text-fro...
  7. Generate document pages preview | GroupDocs

    Following this guide you will learn how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Comparison for Node.js via Java API....Conversion Product Solution GroupDocs...= new InputStream ( 'sample-files/source.docx' ); // Initialize...

    docs.groupdocs.com/comparison/nodejs-java/gener...
  8. Set document metadata on save | GroupDocs

    Follow this guide and learn how to set document metadata when saving output document after Files comparison within your .NET applications....Conversion Product Solution GroupDocs...metadata: Set metadata from source file C# using GroupDocs.Comparison...

    docs.groupdocs.com/comparison/net/set-document-...
  9. How to Add Image Signature to PDF in Java

    Understand the step-by-step procedure to add image signature to PDF in Java and how to create functionality to insert signature image in PDF using Java....Conversion Product Family GroupDocs...and pass the required image file to the constructor Call the...

    kb.groupdocs.com/signature/java/how-to-add-imag...
  10. Add Arrow Annotation to JPG using C#

    You will learn how to add arrow annotation to JPG using C# in this tutorial. Additionally, we will provide code example to insert arrow annotation to JPG in C#....Conversion Product Family GroupDocs...Annotator class by supplying the JPG file path as an argument to its constructor...

    kb.groupdocs.com/annotation/net/add-arrow-annot...