Sort Score
Result 10 results
Languages All
Labels All
Results 3,901 - 3,910 of 6,446 for

groupdocs.viewer,

(0.27 sec)
  1. Select specific pages for rasterized PDF | Grou...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF...This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF

    docs.groupdocs.com/redaction/net/select-specifi...
  2. Set document metadata on save | GroupDocs

    Clone metadata from the source or target document, or supply custom author/company metadata to the result file using SaveOptions.CloneMetadataType in GroupDocs.Comparison for .NET....Clone metadata from the source or target document, or supply custom author/company metadata to the result file using SaveOptions.CloneMetadataType in GroupDocs.Comparison for .NET.

    docs.groupdocs.com/comparison/net/set-document-...
  3. 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....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.

    docs.groupdocs.com/comparison/net/load-text-fro...
  4. Merge archives | GroupDocs

    Learn how to merge archive files, combine archive files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library....Learn how to merge archive files, combine archive files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library.

    docs.groupdocs.com/merger/nodejs-java/merge/arc...
  5. Compare Markdown Documents | GroupDocs

    Compare Markdown (.md) files and detect differences in content, formatting, and structure using GroupDocs.Comparison for Python via .NET....Compare Markdown (.md) files and detect differences in content, formatting, and structure using GroupDocs.Comparison for Python via .NET.

    docs.groupdocs.com/comparison/python-net/develo...
  6. Result of added watermarks | GroupDocs

    GroupDocs.Watermark API returns result with information about added watermarks...GroupDocs.Watermark API returns result with information about added watermarks

    docs.groupdocs.com/watermark/net/result-of-adde...
  7. Compare Variables and Document Properties | Gro...

    Compare Word document properties — variable, built-in, and custom — to detect metadata changes alongside content with GroupDocs.Comparison for Python via .NET....Compare Word document properties — variable, built-in, and custom — to detect metadata changes alongside content with GroupDocs.Comparison for Python via .NET.

    docs.groupdocs.com/comparison/python-net/develo...
  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....This article explains how to add document to Diagram via OLE with GroupDocs.Merger within your Java applications.

    docs.groupdocs.com/merger/java/add-document-to-...
  9. 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....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<GifRootPackage>(); 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.

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;i

    docs.groupdocs.com/metadata/nodejs-java/getting...