<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DICOM &#8211; reaConverter Tutorials Hub</title>
	<atom:link href="https://howto.reaconverter.com/tag/dicom/feed/" rel="self" type="application/rss+xml" />
	<link>https://howto.reaconverter.com</link>
	<description>Learn batch image conversion, resizing &#38; format changes with simple tutorials. Beginner-friendly guides with screenshots.</description>
	<lastBuildDate>Thu, 23 Apr 2026 10:52:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8</generator>

<image>
	<url>https://howto.reaconverter.com/wp-content/uploads/2024/04/android-chrome-512x512-1-150x150.png</url>
	<title>DICOM &#8211; reaConverter Tutorials Hub</title>
	<link>https://howto.reaconverter.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Split Multiframe DICOM into Single-Frame DCM Files</title>
		<link>https://howto.reaconverter.com/how-to-split-multiframe-dicom-into-single-frame-dcm-files/</link>
		
		<dc:creator><![CDATA[reaconverter]]></dc:creator>
		<pubDate>Tue, 24 Feb 2026 11:12:23 +0000</pubDate>
				<category><![CDATA[DICOM conversion]]></category>
		<category><![CDATA[Document conversion]]></category>
		<category><![CDATA[Image conversion]]></category>
		<category><![CDATA[Image editing]]></category>
		<category><![CDATA[batch conversion]]></category>
		<category><![CDATA[DCM]]></category>
		<category><![CDATA[DICOM]]></category>
		<category><![CDATA[Enhanced DICOM]]></category>
		<category><![CDATA[medical imaging]]></category>
		<category><![CDATA[multiframe]]></category>
		<category><![CDATA[PACS]]></category>
		<guid isPermaLink="false">https://howto.reaconverter.com/?p=2484</guid>

					<description><![CDATA[Extract individual frames from embedded multiframe DICOM — no scripting, no manual splitting Multiframe DICOM files pack dozens or even hundreds of image frames into a single container. CT volumes, MRI sequences, ultrasound cine loops, and nuclear medicine studies are commonly stored this way. When a downstream system, analysis pipeline, or colleague expects one-image-per-file DICOM, ... <a title="How to Split Multiframe DICOM into Single-Frame DCM Files" class="read-more" href="https://howto.reaconverter.com/how-to-split-multiframe-dicom-into-single-frame-dcm-files/" aria-label="Read more about How to Split Multiframe DICOM into Single-Frame DCM Files">Read more</a>]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="1536" height="1024" src="https://howto.reaconverter.com/wp-content/uploads/2026/02/split-dicom-file.webp" alt="Split DCM file" style="border-radius: 2rem;" class="wp-image-2495" srcset="https://howto.reaconverter.com/wp-content/uploads/2026/02/split-dicom-file.webp 1536w, https://howto.reaconverter.com/wp-content/uploads/2026/02/split-dicom-file-300x200.webp 300w, https://howto.reaconverter.com/wp-content/uploads/2026/02/split-dicom-file-1024x683.webp 1024w, https://howto.reaconverter.com/wp-content/uploads/2026/02/split-dicom-file-768x512.webp 768w" sizes="(max-width: 1536px) 100vw, 1536px" /></figure>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Extract individual frames from embedded multiframe DICOM — no scripting, no manual splitting</h2>



<p>Multiframe DICOM files pack dozens or even hundreds of image frames into a single container. CT volumes, MRI sequences, ultrasound cine loops, and nuclear medicine studies are commonly stored this way. When a downstream system, analysis pipeline, or colleague expects one-image-per-file DICOM, you&#8217;re stuck — most conversion tools either ignore the extra frames or don&#8217;t offer DICOM as an output format at all. The usual alternatives are writing Python scripts with pydicom, wrestling with dcmtk command-line utilities, or paying for specialized medical imaging software.</p>



<span id="more-2484"></span>



<p>A recent customer request summed up the problem:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8220;My goal was converting from an embedded DICOM multiframe file to multiple single-frame files, but there was no such option.&#8221;</p>
</blockquote>



<p>Starting with version 8.0.200, reaConverter supports direct <strong><a href="https://www.reaconverter.com/convert/dicom_to_dcm.html">DICOM to DICOM conversion</a></strong>, including full extraction of frames from both classic and Enhanced multiframe DICOM files.</p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p><a class="btn btn-success btn-lg btn-download" role="button" href="https://www.reaconverter.com/download/reaConverterPro-Setup.exe">Download reaConverter</a></p>



<p></p>



<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Classic vs. Enhanced Multiframe DICOM</h2>



<p>Multiframe DICOM comes in two flavors. <strong>Classic (Simple) Multiframe</strong> is the older format where all frames share one set of metadata(common in legacy archives and ultrasound systems). <strong>Enhanced Multiframe</strong> is the modern standard for CT and MRI, where each frame carries its own metadata through Functional Group sequences — more capable, but significantly harder for third-party software to parse. Most DICOM tools either don&#8217;t support Enhanced multiframe at all, or only extract the first frame. If your file contains multiple images and you need to separate each frame into its own <a href="https://www.reaconverter.com/convert/dcm.html">DCM</a> file, reaConverter handles both types.</p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Who This Is For</h2>



<p><strong>Radiologists and imaging departments</strong> — Separate multiframe CT, MRI, or ultrasound studies into individual slices for viewers that require single-frame input. Prepare data for second opinions or external consultations where the receiving system doesn&#8217;t support multiframe.</p>



<p><strong>Medical researchers and AI developers</strong> — Convert multiframe studies into single-frame datasets for machine learning training and image analysis pipelines. Most ML frameworks expect one image per file; multiframe DICOM breaks that assumption.</p>



<p><strong>PACS engineers and healthcare IT</strong> — Migrate imaging data between systems with different multiframe support. Normalize mixed archives. Handle extensionless DICOM files exported from older equipment without manual preprocessing.</p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Step-by-Step: Multiframe DICOM to Single-Frame DCM</h2>



<p>Follow these steps:</p>



<h3 class="wp-block-heading">1. Install or Update reaConverter 8</h3>



<p>Download the latest version from <a href="https://www.reaconverter.com/download/">reaConverter.com</a>. DICOM-to-DICOM conversion requires <strong>version 8.0.200 or later</strong>.</p>



<a href="https://www.reaconverter.com/"><figure class="wp-block-image size-large is-resized"><img decoding="async" width="1024" height="1024" src="https://howto.reaconverter.com/wp-content/uploads/2025/06/reaconverter-logo-1024x1024.png" alt="Download reaConverter" class="wp-image-1896" style="width:40px;height:auto" srcset="https://howto.reaconverter.com/wp-content/uploads/2025/06/reaconverter-logo-1024x1024.png 1024w, https://howto.reaconverter.com/wp-content/uploads/2025/06/reaconverter-logo-300x300.png 300w, https://howto.reaconverter.com/wp-content/uploads/2025/06/reaconverter-logo-150x150.png 150w, https://howto.reaconverter.com/wp-content/uploads/2025/06/reaconverter-logo-768x768.png 768w, https://howto.reaconverter.com/wp-content/uploads/2025/06/reaconverter-logo-1536x1536.png 1536w, https://howto.reaconverter.com/wp-content/uploads/2025/06/reaconverter-logo.png 1653w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></a>



<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">2. Add Your Multiframe DICOM Files</h3>



<p>Drag files into the main window, or use <strong>Add Folder</strong> to load an entire study directory.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="1880" height="1470" src="https://howto.reaconverter.com/wp-content/uploads/2026/02/load_dicom_files-1.webp" alt="Load DICOM files into reaConverter" class="wp-image-2511" srcset="https://howto.reaconverter.com/wp-content/uploads/2026/02/load_dicom_files-1.webp 1880w, https://howto.reaconverter.com/wp-content/uploads/2026/02/load_dicom_files-1-300x235.webp 300w, https://howto.reaconverter.com/wp-content/uploads/2026/02/load_dicom_files-1-1024x801.webp 1024w, https://howto.reaconverter.com/wp-content/uploads/2026/02/load_dicom_files-1-768x601.webp 768w, https://howto.reaconverter.com/wp-content/uploads/2026/02/load_dicom_files-1-1536x1201.webp 1536w" sizes="(max-width: 1880px) 100vw, 1880px" /></figure>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<p>reaConverter detects DICOM files automatically — with standard extensions (<code><strong>.dcm</strong></code>, <code><strong>.dic</strong></code>, <code><strong>.dicom</strong></code>) or without any extension at all, based on the DICOM header. Extensionless DICOM is extremely common in PACS exports and scanner-generated archives. No renaming needed.</p>



<p></p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">3. Select DCM as the Output Format (DICOM to DCM Conversion)</h3>



<p>In the output format panel, choose <strong>DCM</strong>. This is a DICOM-to-DICOM conversion: the input is your multiframe file, the output is a set of individual single-frame DICOM files.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1880" height="1470" src="https://howto.reaconverter.com/wp-content/uploads/2026/02/set_dcm_as_output_format.webp" alt="Select DCM as the output format" class="wp-image-2514" srcset="https://howto.reaconverter.com/wp-content/uploads/2026/02/set_dcm_as_output_format.webp 1880w, https://howto.reaconverter.com/wp-content/uploads/2026/02/set_dcm_as_output_format-300x235.webp 300w, https://howto.reaconverter.com/wp-content/uploads/2026/02/set_dcm_as_output_format-1024x801.webp 1024w, https://howto.reaconverter.com/wp-content/uploads/2026/02/set_dcm_as_output_format-768x601.webp 768w, https://howto.reaconverter.com/wp-content/uploads/2026/02/set_dcm_as_output_format-1536x1201.webp 1536w" sizes="auto, (max-width: 1880px) 100vw, 1880px" /></figure>



<p></p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">4. Start Conversion</h3>



<p>Click <strong>Start</strong>. reaConverter will:</p>



<ul class="wp-block-list">
<li>Detect the multiframe structure inside each input file</li>



<li>Extract every frame</li>



<li>Save each frame as a separate single-frame DCM file</li>
</ul>



<p>Output files are named sequentially:</p>



<pre class="wp-block-code"><code>pacient_scan_001_frame_001.dcm
pacient_scan_001_frame_002.dcm
pacient_scan_001_frame_003.dcm
...</code></pre>



<p>No additional settings, filters, or scripting required.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1900" height="1479" src="https://howto.reaconverter.com/wp-content/uploads/2026/02/convert_dicom_to_dcm.webp" alt="Start DICOM to DICOM conversion" class="wp-image-2516" srcset="https://howto.reaconverter.com/wp-content/uploads/2026/02/convert_dicom_to_dcm.webp 1900w, https://howto.reaconverter.com/wp-content/uploads/2026/02/convert_dicom_to_dcm-300x234.webp 300w, https://howto.reaconverter.com/wp-content/uploads/2026/02/convert_dicom_to_dcm-1024x797.webp 1024w, https://howto.reaconverter.com/wp-content/uploads/2026/02/convert_dicom_to_dcm-768x598.webp 768w, https://howto.reaconverter.com/wp-content/uploads/2026/02/convert_dicom_to_dcm-1536x1196.webp 1536w" sizes="auto, (max-width: 1900px) 100vw, 1900px" /></figure>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Clinical-Grade Output: UIDs and Header Remapping</h2>



<p>Splitting a multiframe file is only half the job. For the output to work in a PACS or treatment planning system, two things have to happen under the hood — and most general-purpose converters skip both.</p>



<p><strong>Unique SOPInstanceUID per frame.</strong> Every DICOM instance needs its own globally unique SOPInstanceUID. reaConverter generates a fresh, standards-compliant UID for every single-frame file it writes, so PACS systems don&#8217;t reject, overwrite, or silently deduplicate the output.</p>



<p><strong>Functional Group Sequence remapping.</strong> Enhanced multiframe stores per-frame metadata inside Shared and Per-Frame Functional Group Sequences. Legacy single-frame readers don&#8217;t know where to look for it. reaConverter extracts those attributes and writes them into the top-level header of each output file, producing legacy-compatible DICOMs that load correctly in older viewers and PACS archives.</p>



<p>These two steps are the reason teams often fall back to command-line tools like <code>dcm4che</code>&#8216;s <code>emf2sf</code>. reaConverter delivers equivalent output through a standard Windows GUI, with batch processing and Watch Folder automation on top.</p>



<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Beyond Multiframe Extraction</h2>



<p>reaConverter doesn&#8217;t only split multiframe DICOM into single-frame DCM. You can also:</p>



<ul class="wp-block-list">
<li>Convert multiframe <strong>DICOM</strong> to <strong><a href="https://www.reaconverter.com/convert/dcm_to_jpg.html" data-type="link" data-id="https://www.reaconverter.com/convert/dcm_to_jpg.html">JPEG</a></strong>, <strong><a href="https://www.reaconverter.com/convert/dcm_to_png.html" data-type="link" data-id="https://www.reaconverter.com/convert/dcm_to_png.html">PNG</a></strong>, <strong><a href="https://www.reaconverter.com/convert/dcm_to_tiff.html" data-type="link" data-id="https://www.reaconverter.com/convert/dcm_to_tiff.html">TIFF</a></strong> or <strong><a href="https://www.reaconverter.com/convert/dcm_to_pdf.html" data-type="link" data-id="https://www.reaconverter.com/convert/dcm_to_pdf.html">PDF</a></strong> for visualization, presentations, or reporting</li>



<li>Batch-process large imaging archives with hundreds of studies</li>



<li>Convert other medical and non-medical formats <strong>to</strong> <strong>DCM</strong></li>
</ul>



<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Save Hours with Automatic Conversion</h2>



<p>The four steps above work when you need to convert a batch of files once. But in a busy radiology department or research lab, multiframe DICOM files keep arriving — from scanners, PACS exports, external referrals. Converting them manually every time means someone has to stop what they&#8217;re doing, and that someone usually has patients waiting.</p>



<p><strong><a href="https://www.reaconverter.com/features/watch-folders.html">Watch Folders</a></strong> eliminate that step entirely. You pick a folder on your computer, tell reaConverter what format you want, and that&#8217;s it. From that point on, any file that lands in that folder gets converted automatically. No clicks, no application window, nothing to remember.</p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large is-resized"><img decoding="async" src="https://www.reaconverter.com/i/watch-folders.webp" alt="" style="width:174px;height:auto"/></figure>



<div style="height:45px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Here&#8217;s what that looks like in practice: your MRI scanner exports a multiframe Enhanced DICOM study into a shared network folder. Within seconds, reaConverter detects the new file, splits it into single-frame DCMs, and places the results in your output folder — ready for your PACS, your analysis pipeline, or your colleague down the hall. Nobody had to open anything or press any buttons.</p>



<p>Setting it up takes about two minutes:</p>



<ol class="wp-block-list">
<li>In reaConverter Pro, go to <strong>Menu → Watch Folders →</strong> <strong>Add New Folder</strong></li>



<li>Point it at your input directory</li>



<li>Choose DCM as the output format</li>



<li>Set a destination folder</li>
</ol>



<p>That&#8217;s the entire configuration. It runs quietly in the background from that point forward.</p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large is-resized"><img decoding="async" src="https://www.reaconverter.com/i/watch-folder-source-output.png" alt="" style="width:368px;height:auto"/></figure>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<p>For a radiologist reviewing 20–30 studies a day, or a research team processing imaging data from multiple sites, this turns a recurring manual task into something that simply doesn&#8217;t exist anymore. That&#8217;s one less thing standing between a scan and a diagnosis.</p>



<p><strong><a href="https://www.reaconverter.com/features/command-line.html">Command-line support</a></strong> is also available for IT teams who want to integrate DICOM conversion into scripts, scheduled tasks, or PACS migration workflows. Both options are available in <strong>reaConverter Pro</strong>.</p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Background</h2>



<p>This feature was built in response to a direct customer request. A user reached out explaining that they needed to extract individual frames from embedded multiframe DICOM files, and couldn&#8217;t find a way to do it in reaConverter or anywhere else without resorting to scripting.</p>



<p>We obtained sample files covering both classic and Enhanced multiframe DICOM, including extensionless files from PACS exports, and built extraction logic that handles all of these cases reliably. DICOM-to-DICOM conversion shipped in reaConverter 8.0.200.</p>



<p>Full support for Enhanced multiframe DICOM extraction is still uncommon, even in professional medical imaging software. Many tools handle classic multiframe but fail on Enhanced, or extract only the first frame, or simply don&#8217;t offer DICOM as an output format. reaConverter fills that gap: no DICOM dictionary edits, no Python scripts, no per-frame configuration. Load the file, pick <strong>DCM</strong>, click <strong>Start</strong>.</p>



<p>If your imaging workflow involves multiframe DICOM files and you need them split into individual frames, reliably, in batch, with no manual intervention, reaConverter handles it.</p>



<p><strong>Get reaConverter and split your first multiframe DICOM in seconds.</strong></p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p><a href="https://www.reaconverter.com/download/reaConverterPro-Setup.exe"><a class="btn btn-success btn-lg btn-download" role="button" href="https://www.reaconverter.com/download/reaConverterPro-Setup.exe">Download reaConverter</a></a></p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Convert Zeiss Forum DICOM Files to PDF</title>
		<link>https://howto.reaconverter.com/how-to-convert-zeiss-forum-dicom-files-to-pdf/</link>
		
		<dc:creator><![CDATA[reaconverter]]></dc:creator>
		<pubDate>Tue, 27 Jan 2026 09:39:27 +0000</pubDate>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[DICOM conversion]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[DCM]]></category>
		<category><![CDATA[DICOM]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[ZEISS]]></category>
		<guid isPermaLink="false">https://howto.reaconverter.com/?p=2428</guid>

					<description><![CDATA[Batch convert Zeiss DCM to PDF — no more one-by-one exports Eye care clinics using Zeiss Forum face a persistent workflow problem: when another provider requests patient data, the only export option is DICOM — a format most recipients can&#8217;t open. Staff end up downloading PDFs one at a time, sometimes 50 or more per ... <a title="How to Convert Zeiss Forum DICOM Files to PDF" class="read-more" href="https://howto.reaconverter.com/how-to-convert-zeiss-forum-dicom-files-to-pdf/" aria-label="Read more about How to Convert Zeiss Forum DICOM Files to PDF">Read more</a>]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1536" height="1024" src="https://howto.reaconverter.com/wp-content/uploads/2026/01/convert_-zeiss_dicom_to_pdf.webp" style="border-radius: 2rem;" alt="Convert Zeiss DCM to PDF in bulk, how to skip the manual export loop" class="wp-image-2460" srcset="https://howto.reaconverter.com/wp-content/uploads/2026/01/convert_-zeiss_dicom_to_pdf.webp 1536w, https://howto.reaconverter.com/wp-content/uploads/2026/01/convert_-zeiss_dicom_to_pdf-300x200.webp 300w, https://howto.reaconverter.com/wp-content/uploads/2026/01/convert_-zeiss_dicom_to_pdf-1024x683.webp 1024w, https://howto.reaconverter.com/wp-content/uploads/2026/01/convert_-zeiss_dicom_to_pdf-768x512.webp 768w" sizes="auto, (max-width: 1536px) 100vw, 1536px" /></figure>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Batch convert Zeiss DCM to PDF — no more one-by-one exports</h2>



<p>Eye care clinics using Zeiss Forum face a persistent workflow problem: when another provider requests patient data, the only export option is <a href="https://www.reaconverter.com/convert/dcm.html">DICOM</a> — a format most recipients can&#8217;t open. Staff end up downloading PDFs one at a time, sometimes 50 or more per patient.</p>



<p>reaConverter 8 now includes dedicated support for Zeiss Forum DICOM files, including the non-standard embedded PDFs that cause other converters to fail.</p>



<span id="more-2428"></span>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p><a class="btn btn-success btn-lg btn-download" role="button" href="https://www.reaconverter.com/download/reaConverterPro-Setup.exe">Download reaConverter</a></p>



<p></p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Why Zeiss DICOM Files Are Different</h2>



<p>Standard DICOM converters often can&#8217;t read Zeiss Forum exports. That&#8217;s because Zeiss stores PDFs inside DICOM containers using a proprietary structure that doesn&#8217;t follow typical DICOM conventions.</p>



<p>The result: your conversion software reports &#8220;<mark style="background-color:rgba(0, 0, 0, 0);color:#bb0000" class="has-inline-color">Reading file… Fail</mark>&#8221; even though the data is intact inside the file.</p>



<p>reaConverter detects these Zeiss-specific structures and extracts the embedded content correctly.</p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">What You Can Convert To</h2>



<ul class="wp-block-list">
<li><strong>PDF</strong> — for referrals, insurance, and external providers</li>



<li><strong>JPG, PNG</strong> — for individual images</li>



<li><strong>TIFF</strong> — for archival quality</li>
</ul>



<p>All formats support batch processing — convert entire folders at once.</p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Step-by-Step DCM to PDF Conversion</h2>



<p>Follow these steps:</p>



<h3 class="wp-block-heading">1. Install reaConverter 8</h3>



<p>Download the latest version from <a href="https://www.reaconverter.com/download/">reaConverter.com</a>. Zeiss DICOM support requires version 8.0.184 or later.</p>



<p></p>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">2. Add Your DCM Files</h3>



<p>Drag your <code>.dcm</code> files into the main window, or use <strong>Add Folder</strong> to load an entire export directory.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1880" height="1470" src="https://howto.reaconverter.com/wp-content/uploads/2026/01/image.png" alt="Load DICOM files" class="wp-image-2433" srcset="https://howto.reaconverter.com/wp-content/uploads/2026/01/image.png 1880w, https://howto.reaconverter.com/wp-content/uploads/2026/01/image-300x235.png 300w, https://howto.reaconverter.com/wp-content/uploads/2026/01/image-1024x801.png 1024w, https://howto.reaconverter.com/wp-content/uploads/2026/01/image-768x601.png 768w, https://howto.reaconverter.com/wp-content/uploads/2026/01/image-1536x1201.png 1536w" sizes="auto, (max-width: 1880px) 100vw, 1880px" /></figure>



<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">3. Select Output Format</h3>



<p>Choose PDF for most sharing scenarios. The output panel lets you set destination folder and naming conventions.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1880" height="1470" src="https://howto.reaconverter.com/wp-content/uploads/2026/01/image-1.png" alt="Select PDF as the output format and choose a save location" class="wp-image-2436" srcset="https://howto.reaconverter.com/wp-content/uploads/2026/01/image-1.png 1880w, https://howto.reaconverter.com/wp-content/uploads/2026/01/image-1-300x235.png 300w, https://howto.reaconverter.com/wp-content/uploads/2026/01/image-1-1024x801.png 1024w, https://howto.reaconverter.com/wp-content/uploads/2026/01/image-1-768x601.png 768w, https://howto.reaconverter.com/wp-content/uploads/2026/01/image-1-1536x1201.png 1536w" sizes="auto, (max-width: 1880px) 100vw, 1880px" /></figure>



<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">4. Click Start</h3>



<p>reaConverter reads the <strong>Zeiss DICOM</strong> structure, extracts embedded documents, and writes them to your chosen format. No manual steps required.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1920" height="1515" src="https://howto.reaconverter.com/wp-content/uploads/2026/01/image-2.png" alt="Start DCM to PDF conversion" class="wp-image-2437" srcset="https://howto.reaconverter.com/wp-content/uploads/2026/01/image-2.png 1920w, https://howto.reaconverter.com/wp-content/uploads/2026/01/image-2-300x237.png 300w, https://howto.reaconverter.com/wp-content/uploads/2026/01/image-2-1024x808.png 1024w, https://howto.reaconverter.com/wp-content/uploads/2026/01/image-2-768x606.png 768w, https://howto.reaconverter.com/wp-content/uploads/2026/01/image-2-1536x1212.png 1536w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></figure>



<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Who This Helps</h2>



<p>This feature addresses a specific need for:</p>



<ul class="wp-block-list">
<li>Ophthalmology and optometry practices using Zeiss Forum</li>



<li>Medical records staff handling inter-provider transfers</li>



<li>IT administrators managing clinical data workflows</li>
</ul>



<p>If your clinic regularly shares Zeiss imaging data externally, batch DICOM conversion eliminates hours of repetitive manual exports.</p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Automation Options</h2>



<p>For high-volume clinics or IT teams managing multiple Zeiss workstations, reaConverter offers additional automation capabilities:</p>



<p><strong><a href="https://www.reaconverter.com/features/watch-folders.html" data-type="link" data-id="https://www.reaconverter.com/features/watch-folders.html">Watch Folders</a></strong> — Set up a monitored folder that automatically converts any new DCM files as they arrive. Drop Zeiss exports into the folder and get PDFs out without launching the application.</p>



<p><strong><a href="https://www.reaconverter.com/features/command-line.html" data-type="link" data-id="https://www.reaconverter.com/features/command-line.html">Command Line Support</a></strong> — Integrate DICOM conversion into existing scripts, scheduled tasks, or backup workflows. Automate nightly batch processing or trigger conversions from your practice management system.</p>



<p>Both options are available in <strong>reaConverter Pro</strong>, making it possible to build hands-off conversion pipelines that require zero manual intervention.</p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Background</h2>



<p>This feature was developed after a customer reached out about their Zeiss Forum workflow:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8220;When we get requests to send patient data to another provider, all we can do is download 10–50+ PDFs one at a time because Zeiss only allows for DICOM files on export, which nobody we deal with can use.&#8221;</p>
</blockquote>



<p>We obtained sample files, identified the non-standard DICOM structure Zeiss uses, and built extraction logic that handles it reliably.</p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Conclusion</h2>



<p>Converting Zeiss Forum DICOM to PDF using reaConverter eliminates one of the most time-consuming bottlenecks in ophthalmic data sharing. Instead of manually exporting dozens of files one at a time, you can batch process entire patient folders in minutes. Whether you&#8217;re handling a single referral or managing large-scale data transfers between providers, reaConverter gives you a reliable way to turn locked-down Zeiss DCM exports into standard, shareable formats — no workarounds required.</p>



<p><strong>Get reaConverter and convert your first DCM to PDF in minutes!</strong></p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p><a class="btn btn-success btn-lg btn-download" role="button" href="https://www.reaconverter.com/download/reaConverterPro-Setup.exe">Download reaConverter</a></p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Batch Rename Files Using Metadata with reaConverter</title>
		<link>https://howto.reaconverter.com/how-to-batch-rename-files-using-metadata-with-reaconverter/</link>
		
		<dc:creator><![CDATA[reaconverter]]></dc:creator>
		<pubDate>Wed, 30 Jul 2025 10:03:45 +0000</pubDate>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[File management]]></category>
		<category><![CDATA[Image conversion]]></category>
		<category><![CDATA[batch file renaming]]></category>
		<category><![CDATA[DICOM]]></category>
		<category><![CDATA[EXIF]]></category>
		<category><![CDATA[file renaming with metadata]]></category>
		<category><![CDATA[IPTC]]></category>
		<category><![CDATA[meta tags]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[XMP]]></category>
		<guid isPermaLink="false">https://howto.reaconverter.com/?p=2185</guid>

					<description><![CDATA[Managing large numbers of files can be a daunting task, especially when generic filenames like &#8220;IMG_0001.jpg&#8221; make it hard to find what you need. By using metadata, hidden information embedded in files, you can automate file renaming to improve organization and search engine optimization (SEO). In this guide, we’ll show you how to use reaConverter ... <a title="How to Batch Rename Files Using Metadata with reaConverter" class="read-more" href="https://howto.reaconverter.com/how-to-batch-rename-files-using-metadata-with-reaconverter/" aria-label="Read more about How to Batch Rename Files Using Metadata with reaConverter">Read more</a>]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1536" height="1024" src="https://howto.reaconverter.com/wp-content/uploads/2025/07/batch_rename_files_using_metadata-1.webp" alt="Batch Rename Files Using Metadata" class="wp-image-2225" srcset="https://howto.reaconverter.com/wp-content/uploads/2025/07/batch_rename_files_using_metadata-1.webp 1536w, https://howto.reaconverter.com/wp-content/uploads/2025/07/batch_rename_files_using_metadata-1-300x200.webp 300w, https://howto.reaconverter.com/wp-content/uploads/2025/07/batch_rename_files_using_metadata-1-1024x683.webp 1024w, https://howto.reaconverter.com/wp-content/uploads/2025/07/batch_rename_files_using_metadata-1-768x512.webp 768w" sizes="auto, (max-width: 1536px) 100vw, 1536px" /></figure>



<p>Managing large numbers of files can be a daunting task, especially when generic filenames like &#8220;IMG_0001.jpg&#8221; make it hard to find what you need. By using metadata, hidden information embedded in files, you can automate file renaming to improve organization and search engine optimization (SEO). In this guide, we’ll show you how to use reaConverter to batch rename files with metadata like EXIF, IPTC, and XMP.</p>



<span id="more-2185"></span>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p><a class="btn btn-success btn-lg btn-download" role="button" href="https://www.reaconverter.com/download/reaConverterPro-Setup.exe">Install reaConverter</a></p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">What is Metadata?</h2>



<p>Metadata is data about data, stored within files to provide useful details. Here’s a quick breakdown of the main types:</p>



<ul class="wp-block-list">
<li><strong>EXIF (Exchangeable Image File Format)</strong>: Captures technical info like the date a photo was taken, camera settings, and GPS coordinates.</li>



<li><strong>IPTC (International Press Telecommunications Council)</strong>: Includes descriptive details such as titles, keywords, captions, and copyright notices.</li>



<li><strong>XMP (Extensible Metadata Platform)</strong>: A flexible standard for additional metadata, often used with raw images or other file types.</li>



<li><strong>DICOM (Digital Imaging and Communications in Medicine)</strong>: Medical imaging standard that embeds patient information and imaging parameters directly into medical image files. Key tags include patient name, birth date, acquisition date and time, study description, modality (CT, MRI, X-ray, etc.), institution name, and technical imaging parameters. DICOM metadata ensures proper patient identification and enables integration with hospital information systems.</li>
</ul>



<p>Metadata helps protect copyright, manage digital assets, and make files more searchable &#8211; perfect for photographers, e-commerce managers, healthcare professionals and content teams.</p>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Why Use Metadata for File Naming?</h3>



<p>Renaming files with metadata offers two key benefits:</p>



<ul class="wp-block-list">
<li><strong>Boost SEO</strong>: Descriptive filenames like &#8220;red-shirt-model123.jpg&#8221; help search engines understand your content, improving visibility in image searches.</li>



<li><strong>Stay Organized</strong>: Automatically adding details like dates, keywords, or project codes keeps your files structured and easy to locate.</li>



<li><strong>Ensure Medical Compliance</strong>: In healthcare, incorporating DICOM metadata into filenames (like patient ID, study date, and modality) creates standardized naming conventions that support regulatory compliance, prevent patient misidentification, and enable seamless integration with medical databases and PACS systems.</li>
</ul>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Step-by-Step: Batch Rename Files with reaConverter</h2>



<p>reaConverter simplifies the process of renaming files using metadata. Follow these steps:</p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">1. Select Your Files</h3>



<p>Open reaConverter and load the files you want to rename. It supports over 700 file types, including images (JPEG, TIFF, RAW, DICOM), documents (PDF, Office files), and even CAD or GIS formats.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1950" height="1450" src="https://howto.reaconverter.com/wp-content/uploads/2025/07/screen-add-files.webp" alt="Add files to reaConverter" class="wp-image-2197" srcset="https://howto.reaconverter.com/wp-content/uploads/2025/07/screen-add-files.webp 1950w, https://howto.reaconverter.com/wp-content/uploads/2025/07/screen-add-files-300x223.webp 300w, https://howto.reaconverter.com/wp-content/uploads/2025/07/screen-add-files-1024x761.webp 1024w, https://howto.reaconverter.com/wp-content/uploads/2025/07/screen-add-files-768x571.webp 768w, https://howto.reaconverter.com/wp-content/uploads/2025/07/screen-add-files-1536x1142.webp 1536w" sizes="auto, (max-width: 1950px) 100vw, 1950px" /></figure>



<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">2. Create a Naming Template</h3>



<p>Go to the renaming options and define a template using metadata placeholders. For example, &#8220;&lt;XMP_DESCRIPTION>_&lt;EXIF_DATE_TIME>.jpg&#8221; combines keywords and the photo’s date. Use macros to pull specific metadata into filenames, mix and match these as needed.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1906" height="1728" src="https://howto.reaconverter.com/wp-content/uploads/2025/07/batch_rename-modify_filename.png" alt="Modify filename" class="wp-image-2233" srcset="https://howto.reaconverter.com/wp-content/uploads/2025/07/batch_rename-modify_filename.png 1906w, https://howto.reaconverter.com/wp-content/uploads/2025/07/batch_rename-modify_filename-300x272.png 300w, https://howto.reaconverter.com/wp-content/uploads/2025/07/batch_rename-modify_filename-1024x928.png 1024w, https://howto.reaconverter.com/wp-content/uploads/2025/07/batch_rename-modify_filename-768x696.png 768w, https://howto.reaconverter.com/wp-content/uploads/2025/07/batch_rename-modify_filename-1536x1393.png 1536w" sizes="auto, (max-width: 1906px) 100vw, 1906px" /></figure>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">3. Edit Metadata (Optional)</h3>



<p>If your files need updated metadata, use reaConverter’s batch editing tool <a href="https://www.reaconverter.com/features/set-exif.html">to adjust</a> <strong>EXIF</strong>, <strong>IPTC</strong>, or <strong>XMP</strong> tags before renaming. This ensures accuracy in your filenames.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1885" height="1465" src="https://howto.reaconverter.com/wp-content/uploads/2025/07/set-exif-1.webp" alt="Edit EXIF information" class="wp-image-2236" srcset="https://howto.reaconverter.com/wp-content/uploads/2025/07/set-exif-1.webp 1885w, https://howto.reaconverter.com/wp-content/uploads/2025/07/set-exif-1-300x233.webp 300w, https://howto.reaconverter.com/wp-content/uploads/2025/07/set-exif-1-1024x796.webp 1024w, https://howto.reaconverter.com/wp-content/uploads/2025/07/set-exif-1-768x597.webp 768w, https://howto.reaconverter.com/wp-content/uploads/2025/07/set-exif-1-1536x1194.webp 1536w" sizes="auto, (max-width: 1885px) 100vw, 1885px" /></figure>



<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">4. Run the Process</h3>



<p>Hit <strong>Convert</strong>, and reaConverter will rename all files based on your template, convert them to your chosen format, and save them to your selected output folder.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1956" height="1457" src="https://howto.reaconverter.com/wp-content/uploads/2025/07/screen-5-conversionlog.webp" alt="Conversion log" class="wp-image-2239" srcset="https://howto.reaconverter.com/wp-content/uploads/2025/07/screen-5-conversionlog.webp 1956w, https://howto.reaconverter.com/wp-content/uploads/2025/07/screen-5-conversionlog-300x223.webp 300w, https://howto.reaconverter.com/wp-content/uploads/2025/07/screen-5-conversionlog-1024x763.webp 1024w, https://howto.reaconverter.com/wp-content/uploads/2025/07/screen-5-conversionlog-768x572.webp 768w, https://howto.reaconverter.com/wp-content/uploads/2025/07/screen-5-conversionlog-1536x1144.webp 1536w" sizes="auto, (max-width: 1956px) 100vw, 1956px" /></figure>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Real-World Example</h2>



<p>A photographer returns from a client shoot with files named &#8220;DSC_4521.jpg&#8221; that contain IPTC keywords &#8220;wedding&#8221; and &#8220;ceremony&#8221; plus an EXIF date of &#8220;2024-03-15&#8221;. Using the template &#8220;(IPTC.Keywords)_(EXIF.Date).jpg&#8221;, the file becomes &#8220;wedding_ceremony_2024-03-15.jpg&#8221; &#8211; immediately more organized and searchable.</p>



<p>In a medical imaging department, a radiologist receives CT scan files like &#8220;SCAN001.dcm&#8221; that contain DICOM data including patient ID &#8220;P12345&#8221;, acquisition date and time &#8220;20240715_143022&#8221;, and modality &#8220;CT&#8221;. Using the template &#8220;(PatientID)<em>(AcquisitionDateTime)</em>(Modality).dcm&#8221;, the file becomes &#8220;P12345_20240715_143022_CT.dcm&#8221;, ensuring proper patient identification and streamlined integration with the hospital&#8217;s imaging system.</p>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Supported File Formats</h2>



<p>reaConverter works with an extensive range of file types to accommodate different professional workflows:</p>



<ul class="wp-block-list">
<li><strong>Images</strong>: JPEG, TIFF, PNG, RAW, PSD, BMP, and dozens more</li>



<li><strong>Documents</strong>: PDF, Word, RTF, XPS, and other office formats</li>



<li><strong>Specialized formats</strong>: CAD files (<a href="https://www.reaconverter.com/convert/dwg.html">DWG</a>), GIS imagery (<a href="https://www.reaconverter.com/convert/kml.html">KML</a>), medical imaging (<a href="https://www.reaconverter.com/convert/dicom.html">DICOM</a>), and many others</li>
</ul>



<p>This broad format support means you can standardize your file naming across different departments and file types using a single tool.</p>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Best Practices and Tips</h2>



<ul class="wp-block-list">
<li><strong>Choose Relevant Keywords</strong>: Use specific terms (e.g., &#8220;blue-widget&#8221; instead of &#8220;image&#8221;) for better SEO and clarity.</li>



<li><strong>Keep Folder Structure</strong>: reaConverter can preserve your subfolders during renaming.</li>



<li><strong>Backup Originals</strong>: By default, source files stay untouched &#8211; perfect for safety.</li>



<li><strong>Automate with Watch Folders</strong>: Set up a <a href="https://howto.reaconverter.com/set-and-forget-image-conversion-a-beginner-friendly-guide-to-reaconverters-watch-folders/" data-type="link" data-id="https://howto.reaconverter.com/set-and-forget-image-conversion-a-beginner-friendly-guide-to-reaconverters-watch-folders/">folder to auto-rename</a> new files as they arrive.</li>



<li><strong>Combine Tasks</strong>: Rename while resizing, watermarking, or converting formats in one batch.</li>
</ul>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Conclusion</h2>



<p>Batch renaming with metadata using reaConverter streamlines file management by automating the process and ensuring consistent naming conventions. This approach works well for organizing product images, corporate assets, or medical imaging files where metadata can help maintain proper patient identification and study organization. The automated process reduces manual errors and creates more searchable, systematically organized file structures.</p>



<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>



<p><a class="btn btn-success btn-lg btn-download" role="button" href="https://www.reaconverter.com/download/reaConverterPro-Setup.exe">Install reaConverter</a></p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
