Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 6,055 for

informations

(0.24 sec)
  1. GroupDocs.Metadata Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....EPUB font référence aux informations essentielles intégrées dans...EPUB font référence aux informations essentielles intégrées dans...

    blog.groupdocs.com/fr/categories/groupdocs.meta...
  2. Pie Chart in Word Processing Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft Word Document Creating a Pie Chart Please follow below steps to can create Pie Chart in MS Word 2013. Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Purchase Buy Now Pricing Information Free Trials Temporary License...requirements: Report must show information on a Pie Chart. It must indicate...

    docs.groupdocs.com/assembly/java/pie-chart-in-w...
  3. Scatter Chart in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft PowerPoint Document Creating a Scatter Chart Please following below steps to create Scatter Chart in MS PowerPoint 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Purchase Buy Now Pricing Information Free Trials Temporary License...requirements: Report must show information on a Scatter Chart. It must...

    docs.groupdocs.com/assembly/java/scatter-chart-...
  4. Use redaction callback | GroupDocs

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Purchase Buy Now Pricing Information Free Trials Temporary License...which receives detailed information about proposed redaction...

    docs.groupdocs.com/redaction/java/use-redaction...
  5. Set metadata properties | GroupDocs

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....Purchase Buy Now Pricing Information Free Trials Temporary License...they are added. For more information on supported features of...

    docs.groupdocs.com/metadata/python-net/set-meta...
  6. Get comparison result as an object model | Grou...

    Learn how to get the result document object model with GroupDocs.Comparison for Python via .NET...Purchase Buy Now Pricing Information Free Trials Temporary License...changes, stream, and other information. The object model is fully...

    docs.groupdocs.com/comparison/python-net/get-re...
  7. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Comparison for .NET since version 19.9: The Comparer class introduced as a single entry point to compare documents of any supported file format with various options and ability to accept/reject differences in output document. Document compare options for all document types. Instead of using document related options now options are related to compare type only....Purchase Buy Now Pricing Information Free Trials Temporary License...manipulate comparison. Document information and preview generation procedures...

    docs.groupdocs.com/comparison/net/migration-notes/
  8. Check if a file is encrypted | GroupDocs

    This article explains how to check if a file is encrypted using Java with GroupDocs.Viewer for Java....Purchase Buy Now Pricing Information Free Trials Temporary License.../ Retrieve the document information / Check if a file is encrypted...

    docs.groupdocs.com/viewer/java/how-to-check-if-...
  9. Basic Usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks....Purchase Buy Now Pricing Information Free Trials Temporary License...Our product also provides information about document type and structure...

    docs.groupdocs.com/watermark/java/basic-usage/
  10. Working with DICOM metadata | GroupDocs

    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 the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....Purchase Buy Now Pricing Information Free Trials Temporary License...extracting format-specific information from DICOM images. The following...

    docs.groupdocs.com/metadata/java/working-with-d...