Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 1,542 for

document management

(0.04 sec)
  1. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/net/working-with-bm...
  2. Doc->DOCX conversion compatibility issues - Fre...

    Hello everyone! The following issue occurs during using GroupDocs.Convertion: by converting .doc file to .docx format the generated .docx file always has a compatibility issue image.png (38.4 KB) which prevent us from…...Conversion Product Family csharp , document-conversion , dotnet atsar0621...to specify how the source document is loaded. You can set the...

    forum.groupdocs.com/t/doc-docx-conversion-compa...
  3. 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); // ....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/net/working-with-di...
  4. Working with interpreted values | Documentation

    This article contains a good example of numeric flag or enumeration in Node.js via Java....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...features and get familiar how to manage metadata and more, please refer...

    docs.groupdocs.com/metadata/nodejs-java/working...
  5. Convert PDF to PS using Java

    This guide illustrates the procedure of how to convert PDF to PS using Java. Additionally, a code example will be provided to export PDF to PS using Java....using Java In the domain of document processing, the capability...to transform PDF (Portable Document Format) files into PS (PostScript)...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  6. How to Extract Text from PDF using C#

    Learn how to efficiently extract text from PDF using C#. Also, explore step-by-step instructions and code of C# read PDF text without installing extra tools....to extract text from PDF documents using C# programming languages...NET using the NuGet package manager to extract text from PDF To...

    kb.groupdocs.com/viewer/net/how-to-extract-text...
  7. Merge PDF files using C#

    Learn how to merge PDF files using C# programming. Streamline Document Management with code of how to combine PDF files in C# without installing extra software....C# In the digital era, managing documents efficiently is a necessity...multiple PDF files into a single document for better organization and...

    kb.groupdocs.com/merger/net/merge-pdf-files-usi...
  8. How to Sign XLSX with Digital Signature using Java

    Let's learn how to sign XLSX with digital signature using Java. You will also be provided a simple code example for digital signature integration in XLSX using Java....and integrity of electronic documents. In this article, we will...authenticity and integrity of XLSX documents. You will be provided vital...

    kb.groupdocs.com/signature/java/how-to-sign-xls...
  9. Features overview | Documentation

    Salient features of file conversion API using Java are described in this article...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...convert any document from any of supported source document formats...

    docs.groupdocs.com/conversion/nodejs-java/featu...
  10. Phrase Search in Documents using Java

    Learn to perform phrase search in Documents using Java. Explore methods to search Documents by phrases in Java and simplify your Document search tasks....Search in Documents using Java Phrase search in documents using Java...applications demanding accurate document retrieval, including research...

    kb.groupdocs.com/search/java/phrase-search-in-d...