Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 19,599 for

management

(0.06 sec)
  1. "Object reference not set to an instance of an ...

    16762644760034.zip (91.3 KB) “Object reference not set to an instance of an object” error occurs when converting this excel file my C# source License license = new License(); string test1 = "C://Users//Adm…...access to our Paid Support management team. vladimir.litvinchik...

    forum.groupdocs.com/t/object-reference-not-set-...
  2. Unable to Convert HTML to PDF using groupdocs.c...

    Hi, I am facing an issue while converting a HTML to PDF using GroupDocs conversion library for java, below are more details - GroupDocs.Conversion version - 22.12.1 JAVA version - 11 HMTL file and stacktrace - GroupDo…...access to our Paid Support management team. DineshSolanki October...

    forum.groupdocs.com/t/unable-to-convert-html-to...
  3. 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...
  4. 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....Developer Guide / Advanced Usage / Managing metadata for specific formats...properties examples.advanced_usage.managing_metadata_for_specific_formats...

    docs.groupdocs.com/metadata/java/working-with-d...
  5. DOCX To Html Text overlap on Linux - Free Suppo...

    Under Linux system, the converted style is incorrect;Normal display under Windows system NetCore 6.0 财富类-标品简化流程业务审批通知书模板——XXX项目 (3).docx (25.2 KB) image.png (29.4 KB) Code Example: string targetName = DateTime.Now.T…...access to our Paid Support management team. atir.tahir July 19...

    forum.groupdocs.com/t/docx-to-html-text-overlap...
  6. Unable to convert PageOrientation for the docum...

    We are unable to convert the document from landscape to Portrait. We have using PdfConvertOptions for the same but unable see any difference....access to our Paid Support management team. atir.tahir April 19...

    forum.groupdocs.com/t/unable-to-convert-pageori...
  7. 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:...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-bm...
  8. TIFF to PDF Conversion Result is Too Large - Fr...

    Hello, I am trying to convert multi-size, multi-page TIFF streams into PDF files. I am able to convert the file and the PDF can load in Chrome but it is far too large (larger than 200 inches on at least one side). As a …...access to our Paid Support management team. We’ll let you know...

    forum.groupdocs.com/t/tiff-to-pdf-conversion-re...
  9. iconvertoptions - GroupDocs.Conversion for Java...

    All Classes Packages com.groupdocs.conversion com.groupdocs.conversion.caching com.groupdocs.conversion.contracts com......for conversion to Project management file type. class SpreadsheetConvertOp...

    apireference.groupdocs.com/conversion/java/com....
  10. IConvertOptions - GroupDocs.Conversion for Java...

    All Classes Packages com.groupdocs.conversion com.groupdocs.conversion.caching com.groupdocs.conversion.contracts com......for conversion to Project management file type. class SpreadsheetConvertOp...

    apireference.groupdocs.com/conversion/java/com....