This article contains a good example of numeric flag or enumeration in Node.js via Java....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...
This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
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); // ....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...
GroupDocs.Conversion Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Conversion Product Family on GroupDocs Blog | Document A......js Convert Word DOC & DOCX documents to PDF within Node...Java Convert Word DOC & DOCX documents to PDF within Java...
Load source and target documents from open file streams to avoid persisting intermediate files, using GroupDocs.Comparison for Python via .NET....docx" , "rb" ) as source_stream ..., \ open ( "./target.docx" , "rb" ) as target_stream : with Comparer...
Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for .NET....Microsoft Word formats (DOC, DOCX, DOCM, DOT, DOTX, DOTM) Microsoft...viewer = new Viewer ( "sample.docx" )) { // Create an HTML file...
Rendering files to PDF with GroupDocs.Viewer for Python via .NET. It means that you can embed PDF in websites or applications by using this .NET API...docx document to PDF: Python from...document with Viewer ( "sample.docx" ) as viewer : pdf_options =...
This article demonstrates that how to save the redacted document, replacing an original file...docx" )) { // Here we can use document...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...
This article explains how to optimize output HTML for printing....docx document to HTML optimized for...viewer = new Viewer ( "sample.docx" )) { HtmlViewOptions options...