Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 6,660 for

may

(0.04 sec)
  1. Specify file type when loading a document | Doc...

    This article explains how to specify the file type when loading a document with GroupDocs.Viewer within your .NET applications.... It takes time and may affect performance. You can specify...

    docs.groupdocs.com/viewer/net/specify-file-type...
  2. How to change the maximum size of a file | Docu...

    This article shows how to change the maximum size of a file.... That is why you may get errors similar to the one...

    docs.groupdocs.com/viewer/java/how-to-change-ma...
  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 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....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-d...
  4. Use PageAreaRedaction | Documentation

    This article explains that how to use PageAreaRedaction....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/net/use-page-area-...
  5. Specify rendering options for CAD files | Docum...

    This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....images have the same size and may look distorted. To avoid this...example) is very complex, it may lead to quite significant processing...

    docs.groupdocs.com/viewer/java/specify-cad-rend...
  6. Convert word processing documents | Documentation

    Learn this article and check how to convert Microsoft Word DOCX, DOC, RTF documents to other formats with GroupDocs.Conversion for .NET....format and their appearance may differ depending on the device...document to Image At times you may need to get images of DOC or...

    docs.groupdocs.com/conversion/net/convert/wordp...
  7. Alignment and font issues in the generated PDF ...

    We have a docx file in which Arial MT, Times New Roman fonts are used but upon conversion to pdf we see the following issues : everything is coming in Arial font and not Arial MT The header has correct font but it has …...any additional settings that may affect font rendering in your...viewer (e.g., Adobe Reader) may not correctly render the font...

    forum.groupdocs.com/t/alignment-and-font-issues...
  8. Product Overview | Documentation

    GroupDocs.Editor for .NET is a C# api allows to edit Microsoft Office documents like Word, Excel or PowerPoint or PDF without third party software installed....format, which may be the exactly same as input, or may differ. The...

    docs.groupdocs.com/editor/net/product-overview/
  9. Extract text from Microsoft Office Excel spread...

    This article explains that how to extract text from Microsoft Office Excel (.xls, .xlsx) spreadsheets.... Warning Some spreadsheets may have different sheet numbers...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/extract-text-from...
  10. Render XML documents as HTML, PDF, PNG, and JPE...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert XML documents to HTML (with and without pagination), PDF documents, PNG, and JPEG raster formats....documents with no exceptions may be threatened (interpreted) as...markup in original document: it may be divided by line breaks onto...

    docs.groupdocs.com/viewer/net/render-xml-docume...