Sort Score
Result 10 results
Languages All
Labels All
Results 5,531 - 5,540 of 37,329 for

documents

(0.05 sec)
  1. Extracting metadata | Documentation

    This article shows how to extract metadata properties from your files in C# .NET solution programmatically with GroupDocs.Metadata for .NET...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/net/extracting-meta...
  2. Add strikeout annotation | Documentation

    The page describes how to add strikeout annotation to a document using GroupDocs.Annotation for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...basics / Add annotation to the document / Add strikeout annotation...

    docs.groupdocs.com/annotation/java/add-strikeou...
  3. Working with Chart Series Coloring | Documentation

    Articles in this section...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Coloring in Word Processing Document Chart Series Coloring in Presentation...

    docs.groupdocs.com/assembly/net/working-with-ch...
  4. remove metadata from documents in Java on Group...

    remove metadata from Documents in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in remove metadata from Documents in Java on GroupDocs Blog | Docu......metadata from documents in Java on GroupDocs Blog | Document Automation...metadata from documents in Java on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/ja/tag/remove-metadata-from-...
  5. 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 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/java/working-with-d...
  6. Use redaction callback | Documentation

    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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...full log of changes in the document, you need to set Redactor...

    docs.groupdocs.com/redaction/java/use-redaction...
  7. Adding image watermarks | Documentation

    GroupDocs.Watermar API supports adding the following image file types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local file Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...shows how to add to a document. If the document consists of multiple...

    docs.groupdocs.com/watermark/java/adding-image-...
  8. Automatisation des documents en C# on GroupDocs...

    Automatisation des Documents en C# on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Automatisation des Documents en C# on GroupDocs Blog | Document Aut......Automatisation des documents en C# on GroupDocs Blog | Document Automation...Automatisation des documents en C# on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/fr/tag/automatisation-des-do...
  9. Document Taxonomy using CSharp on GroupDocs Blo...

    Document Taxonomy using CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Document Taxonomy using CSharp on GroupDocs Blog | Document Automation ......Document Taxonomy using CSharp on GroupDocs Blog | Document Automation...Developers Recent content in Document Taxonomy using CSharp on GroupDocs...

    blog.groupdocs.com/fr/tag/document-taxonomy-usi...
  10. How to Run Examples | Documentation

    In this article, you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Comparison examples, by building your own or using our back-end or front-end examples out-of-the-box....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...will help us improve our documentation. On this page Analyzing...

    docs.groupdocs.com/comparison/python-net/how-to...