Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 1,823 for

image to pdf

(0.06 sec)
  1. 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); // ....metadata for specific formats / Images / Working with DICOM metadata...format-specific information from DICOM images. The following are the steps...

    docs.groupdocs.com/metadata/net/working-with-di...
  2. Exclude fonts | Documentation

    Learn how To exclude system pre-installed fonts from HTML markup To reduce rendered document size when rendering documents using GroupDocs.Viewer for Java....Extension Portable Document Format PDF Microsoft Word DOC, DOCX, DOCM...PPSX OpenDocument Formats ODP Image files SVG Was this page helpful...

    docs.groupdocs.com/viewer/java/exclude-fonts/
  3. Embedded picture in Excel cell was not correclt...

    Hello, We are a software publisher using your library for our Web application. We are encountering a problem when previewing a Excel file, which a cell contains embedded picture. Here, we can found the document in th…...the screen of preview file image.jpg (83.3 KB) Here’s the code...the balise. Original css : image.png (3.7 KB) My modified css...

    forum.groupdocs.com/t/embedded-picture-in-excel...
  4. maven-app.zip

    maven-app/formatting.docx Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ §......the same way in Word and in Pdf. This text has shading and highlighting...Item 2.1 · Item 2.2 · Item 3 Images This section starts from a...

    docs.groupdocs.com/viewer/java/sample-apps/gett...
  5. Getting Possible Conversions | Documentation

    This article explains how To obtain supported conversions when converting documents with GroupDocs.Conversion within your Java applications... mobi, azw3, eps, xps, tex, pdf, xls, xlsx, xlsm, xlsb, ods,...eps, xps, tex, ps, pcl, svg, pdf, ppt, pps, pptx, ppsx, odp, otp...

    docs.groupdocs.com/conversion/java/get-possible...
  6. Get the format family and the additional inform...

    This article explains how To get the format family and the additional information using .NET / C# with GroupDocs.Viewer for .NET....collection of folders (see ); PDF documents - a flag that indicates...viewer = new Viewer ( "sample.pdf" )) { // Get file information...

    docs.groupdocs.com/viewer/net/how-to-get-file-t...
  7. eSign document with Barcode signature | Documen...

    This article explains how To add Barcode signature on document page with various options like barcode type, barcode text, positioning, alignment and other visual settings with GroupDocs.Signature...Generally speaking, barcode is an image of rectangular form that consists...This example shows how to sign PDF document with Barcode signature...

    docs.groupdocs.com/signature/java/esign-documen...
  8. View MPP Files Created in MS Project 2019 using...

    Hello everyone! We have recently released version 19.9 of GroupDocs.Viewer for .NET with the support of new file formats as well as a number of bug fixes. So in this post, I am going To write about what is new in this release particularly for those who are interested in viewing Microsoft Project files (.mpp) using .NET API. Microsoft Project is a famous project management software that is proved To be helpful for the managers as well as the other stakeholders in making, organizing, tracking and analyzing their project plans....rendering MS Project document into PDF JpegQuality option of PdfFileOptions...Word document into HTML or image So if you are interested in...

    blog.groupdocs.com/viewer/view-mpp-files-of-ms-...
  9. Sign document with Digital signature | Document...

    Learn about the benefits of using digital signatures To sign documents securely. Discover how To add programmatically digital signatures in C# with step-by-step instructions....digital signature looks on a PDF document page by default. Why...example below shows how to sign a PDF document with a digital e-signature...

    docs.groupdocs.com/signature/net/sign-document-...
  10. Redaction basics | Documentation

    This article shows that how C# developers can apply metadata, Image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, Pdf, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....formats is supported, such as: PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...Replaces specific area of an image with a colored box Removes specific...

    docs.groupdocs.com/redaction/python-net/redacti...