Sort Score
Result 10 results
Languages All
Labels All
Results 3,341 - 3,350 of 18,455 for

watermarking .net

(0.2 sec)
  1. How to Compare Excel Files using C#

    This quick how-to tutorial provide you the complete guide to compare Excel files using C# and learn the process to programmatically compare two Excel files for differences in C#....Watermark Product Family GroupDocs.Merger...and Mac OS that support the .NET environment. Steps to Compare...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  2. How to Convert DOCX to PPTX using C#

    You can find the directions to convert docx to pptx using C# in this topic. Moreover, we will help you to write an application to export docx to pptx in C#....Watermark Product Family GroupDocs.Merger...Install GroupDocs.Conversion for .NET from the NuGet package manager...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Merge EPUB | Documentation

    Learn how to merge EPUB files, combine EPUB files into one file programmatically in Python via .net language using GroupDocs.Merger for Python via .net library....Watermark Product Solution GroupDocs...GroupDocs.Merger for Python via .NET / Developer Guide / Merge files...

    docs.groupdocs.com/merger/python-net/merge/epub/
  4. Working with metadata in GIF images | Documenta...

    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....Watermark Product Solution GroupDocs...Family / GroupDocs.Metadata for .NET / Developer Guide / Advanced...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Merge images | Documentation

    Learn how to merge image files, combine image files into one file programmatically in Python via .net language using GroupDocs.Merger for Python via .net library....Watermark Product Solution GroupDocs...GroupDocs.Merger for Python via .NET / Developer Guide / Merge files...

    docs.groupdocs.com/merger/python-net/merge/images/
  6. Convert XML to PDF Using XSL-FO | Documentation

    Learn how to convert a XML document to PDF using XSL-FO with GroupDocs.Conversion for .net....Watermark Product Solution GroupDocs...Family / GroupDocs.Conversion for .NET / Developer guide / Advanced...

    docs.groupdocs.com/conversion/net/convert-xml-t...
  7. Convert SVG to PNG using C# - Vector Graphics t...

    Convert SVG vector graphics to PNG images using C#. Rotate, flip, watermark, grayscale, and adjust brightness & gamma of converted PNG using .net API.... .NET API to Convert Images # GroupDocs...its GroupDocs.Conversion for .NET to convert the SVG vector image...

    blog.groupdocs.com/conversion/convert-svg-to-pn...
  8. Features Overview | Documentation

    GroupDocs.Assembly for .net is an API that allows you to generate documents in popular microsoft office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of custom .net types, external documents, 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....Watermark Product Solution GroupDocs...Family / GroupDocs.Assembly for .NET / Getting Started / Features...

    docs.groupdocs.com/assembly/net/features-overview/
  9. Redact PDF and Scanned Documents in C# | Blacko...

    Redact text in PDF and other documents using C# in your .net applications. Redact documents to blackout text and also the text within the embedded images....below: Text and image redaction - .NET API Redact PDF text and scanned...scanned Information using C# .NET API for Text and Image Redaction...

    blog.groupdocs.com/redaction/redact-text-and-sc...
  10. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Watermark Product Solution GroupDocs...Family / GroupDocs.Metadata for .NET / Developer Guide / Advanced...

    docs.groupdocs.com/metadata/net/working-with-zi...