Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 5,155 for

groupdocs.watermark,

(0.12 sec)
  1. Add document to Presentation via OLE | Document...

    This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your Java applications....This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your Java applications.

    docs.groupdocs.com/merger/java/add-document-to-...
  2. Get list of changes | Documentation

    This article explains how to get collection of changes between compared documents when using GroupDocs.Comparison for .NET....This article explains how to get collection of changes between compared documents when using GroupDocs.Comparison for .NET.

    docs.groupdocs.com/comparison/net/get-list-of-c...
  3. Show gap lines instead of changes | Documentation

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for .NET....This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for .NET.

    docs.groupdocs.com/comparison/net/show-gap-lines/
  4. Control temporary files | Documentation

    This article explains how to control temporary files used by GroupDocs.Comparison for Java....This article explains how to control temporary files used by GroupDocs.Comparison for Java.

    docs.groupdocs.com/comparison/java/control-temp...
  5. Get changes coordinates | Documentation

    This article explains how to obtain coordinates for detected changes at a document pages preview when comparing documents with GroupDocs.Comparison for Node.js via Java...This article explains how to obtain coordinates for detected changes at a document pages preview when comparing documents with GroupDocs.Comparison for Node.js via Java

    docs.groupdocs.com/comparison/nodejs-java/get-c...
  6. Get source and target text from files | Documen...

    This article explains how to get source and target texts of specific changes using GroupDocs.Comparison for Node.js via Java....This article explains how to get source and target texts of specific changes using GroupDocs.Comparison for Node.js via Java.

    docs.groupdocs.com/comparison/nodejs-java/get-s...
  7. Replace missing font | Documentation

    This article explains how to replace missing font when rendering documents with GroupDocs.Viewer within your .NET applications....This article explains how to replace missing font when rendering documents with GroupDocs.Viewer within your .NET applications.

    docs.groupdocs.com/viewer/net/replace-missing-f...
  8. Working with DICOM metadata | Documentation

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage<DicomRootPackage>(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // .

    docs.groupdocs.com/metadata/net/working-with-di...
  9. Specify the JPEG image quality | Documentation

    Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for .NET...Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for .NET

    docs.groupdocs.com/viewer/net/adjust-jpeg-image...
  10. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method.

    docs.groupdocs.com/metadata/python-net/clean-me...