Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 1,808 for

management

(0.04 sec)
  1. Groupdocs convert file to pdf very slow - Free ...

    Hi, I used Groupdocs Total SDK .NET, I have license with this. I use API in Convert SDK and used code in demo to convert file to pdf, is very slow. It take medium to 7 - 10s with docx have one page, only text. But this …...access to our Paid Support management team. vladimir.litvinchik...

    forum.groupdocs.com/t/groupdocs-convert-file-to...
  2. PdfViewOptions | GroupDocs.Viewer for .NET API ...

    Contains options for rendering documents into PDF format. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderingtopdf/....{ get; set; } The project management files view options. RemoveComments...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  3. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format....online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  4. Barcode Reader using C# | Scan Barcode from Image

    How to scan barcodes using C# within a .NET application. C# example that reads barcode from an image that will help you build an online barcode scanner....processes like inventory management and point-of-sale transactions...

    blog.groupdocs.com/parser/scan-barcode-using-cs...
  5. Iterative Signing of PDF Documents - efficient ...

    Understand the concept of iterative signing for PDFs and how to implement it using a product API. Maintain document integrity while enabling multiple approvals with digital certificates....creation, distribution, and management of digital certificates....end-user devices that store and manage keys and certificates. Hashing...

    blog.groupdocs.com/signature/iterative-digital-...
  6. .NET 9 - Fails to identify document is PDF/HTML...

    Hello, I have attached a .zip file containing some files (1x .htm, 2x .pdf) - using .NET 9 and GroupDocs.Conversion 25.4.0 - none of these file convert. Their Format is also not detected correctly when using .GetDocumen…...access to our Paid Support management team. atir.tahir May 7, 2025...

    forum.groupdocs.com/t/net-9-fails-to-identify-d...
  7. 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....features and get familiar how to manage metadata and more, please refer...online document metadata management App Along with a full featured...

    docs.groupdocs.com/metadata/python-net/clean-me...
  8. Working with interpreted values | Documentation

    This article contains a good example of numeric flag or enumeration in Node.js via Java....features and get familiar how to manage metadata and more, please refer...online document metadata management App Along with a full featured...

    docs.groupdocs.com/metadata/nodejs-java/working...
  9. 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); // ....Developer Guide / Advanced Usage / Managing metadata for specific formats...online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/working-with-di...
  10. 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 the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Developer Guide / Advanced Usage / Managing metadata for specific formats...properties advanced_usage.managing_metadata_for_specific_formats...

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