<?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>Command-line &#8211; reaConverter Tutorials Hub</title>
	<atom:link href="https://howto.reaconverter.com/category/command-line-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://howto.reaconverter.com</link>
	<description></description>
	<lastBuildDate>Mon, 17 Aug 2026 14:44:15 +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>Command-line &#8211; reaConverter Tutorials Hub</title>
	<link>https://howto.reaconverter.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Automating File Conversion Workflows with reaConverter</title>
		<link>https://howto.reaconverter.com/automating-file-conversion-workflows-with-reaconverter/</link>
		
		<dc:creator><![CDATA[reaconverter]]></dc:creator>
		<pubDate>Mon, 17 Aug 2026 14:44:14 +0000</pubDate>
				<category><![CDATA[3D conversion]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[Batch conversion]]></category>
		<category><![CDATA[CAD conversion]]></category>
		<category><![CDATA[Command-line]]></category>
		<category><![CDATA[Context menu]]></category>
		<category><![CDATA[DICOM conversion]]></category>
		<category><![CDATA[Document conversion]]></category>
		<category><![CDATA[File management]]></category>
		<category><![CDATA[Gerber conversion]]></category>
		<category><![CDATA[Image conversion]]></category>
		<category><![CDATA[Watch Folders]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[batch conversion]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[network folders]]></category>
		<category><![CDATA[Task Scheduler]]></category>
		<category><![CDATA[unattended conversion]]></category>
		<category><![CDATA[watch folders]]></category>
		<category><![CDATA[Windows Server]]></category>
		<guid isPermaLink="false">https://howto.reaconverter.com/?p=2809</guid>

					<description><![CDATA[Short answer: reaConverter automates file conversion through three layers that share the same settings engine. The Windows context menu handles ad-hoc jobs, Watch Folders convert files the moment they land in a monitored directory, and the command-line tool (cons_rcp.exe) runs scheduled and scripted jobs. Watch Folders run as a Windows service and require local storage. ... <a title="Automating File Conversion Workflows with reaConverter" class="read-more" href="https://howto.reaconverter.com/automating-file-conversion-workflows-with-reaconverter/" aria-label="Read more about Automating File Conversion Workflows with reaConverter">Read more</a>]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-full"><img decoding="async" src="https://howto.reaconverter.com/wp-content/uploads/2026/08/automating-file-conversion-workflows.webp" alt="Automating File Conversion Workflows with reaConverter" style="margin-bottom: 2rem;border-radius: 2rem;" title="Automate file conversion on Windows with reaConverter: Watch Folders, command line, scheduled jobs, and six production workflows you can copy and adapt."/></figure>



<p><strong>Short answer:</strong> reaConverter automates file conversion through three layers that share the same settings engine. The Windows <strong>context menu</strong> handles ad-hoc jobs, <strong>Watch Folders</strong> convert files the moment they land in a monitored directory, and the <strong>command-line tool</strong> (<code>cons_rcp.exe</code>) runs scheduled and scripted jobs. Watch Folders run as a Windows service and require local storage. The command line reads network paths without restriction. All three read the same <code>.cfg</code> configuration files and <code>.act</code> action files, so a workflow you design once in the interface runs identically everywhere. Watch Folders and the command line require reaConverter Pro.</p>



<p>This guide covers how those layers fit together, how to build a pipeline that survives unattended operation, and six complete workflows you can adapt.</p>



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



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



<h2 class="wp-block-heading">What counts as an automated conversion workflow</h2>



<p>A conversion workflow is automated when three conditions hold:</p>



<ol class="wp-block-list">
<li><strong>The trigger is not a person.</strong> A file arriving, a clock reaching 02:00, or another program calling an API starts the job.</li>



<li><strong>The settings are stored, not retyped.</strong> Output format, quality, resize rules, naming, and destination live in a file, not in someone&#8217;s memory.</li>



<li><strong>Failures are visible.</strong> The job reports what it processed, what it skipped, and why.</li>
</ol>



<p>Most conversion setups get the first condition right and ignore the other two. That is why they break quietly. The sections below treat all three as part of the design.</p>



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



<h2 class="wp-block-heading">The three automation layers</h2>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Layer</th><th>Trigger</th><th>Best for</th><th>Edition</th></tr></thead><tbody><tr><td><strong>Context menu</strong></td><td>Right-click in Windows Explorer</td><td>Ad-hoc conversions, recurring manual jobs, non-technical staff</td><td>All editions</td></tr><tr><td><strong>Watch Folders</strong></td><td>A file appears in a monitored local folder</td><td>Continuous incoming streams, drop-box handoffs between teams. Local volumes only</td><td>Pro</td></tr><tr><td><strong>Command line</strong> (<code>cons_rcp.exe</code>)</td><td>A script, scheduled task, or another program</td><td>Bulk backlogs, nightly jobs, server-side pipelines, CI steps</td><td>Pro</td></tr></tbody></table></figure>



<p>These layers are not alternatives so much as stages. A typical production setup uses two or three at once. A common pattern: the command line converts a historical backlog over a weekend, a Watch Folder handles new files from that point on, and the context menu stays available for one-off exceptions.</p>



<h3 class="wp-block-heading">Choosing a layer</h3>



<ul class="wp-block-list">
<li><strong>New files arrive continuously and unpredictably</strong> → Watch Folder.</li>



<li><strong>Files arrive in known batches at known times</strong> → command line plus Windows Task Scheduler.</li>



<li><strong>A one-time archive migration</strong> → command line.</li>



<li><strong>A person decides which files to convert</strong> → context menu.</li>



<li><strong>Source files live on a network share</strong> → command line on a schedule, or reaConverter installed on the file server itself.</li>
</ul>



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



<h2 class="wp-block-heading">Configuration files: the portable unit of a workflow</h2>



<p>Before touching automation, build the job in the reaConverter interface and save it. This is the step that makes everything else reproducible.</p>



<p><strong>Configuration file (.cfg)</strong> stores conversion settings: output format and its format-specific options, destination folder, file naming rules, and post-conversion file handling. Create it with <strong>Menu → Save configuration as</strong>.</p>



<p><strong>Action file (.act)</strong> stores the editing operations applied during conversion: resize, crop, rotate, watermark, color adjustments, and the rest. Create it from the <strong>Image editing</strong> tab using <strong>Save actions to file as</strong>.</p>



<p>The split matters. A <code>.cfg</code> answers &#8220;what format, where does it go, what is it called.&#8221; An <code>.act</code> answers &#8220;what happens to the content on the way.&#8221; Keeping them separate means you can pair one action file with several configurations, for example the same watermark and resize applied to both a WebP web output and a TIFF archive output.</p>



<p>Both file types load into Watch Folder setup and both can be passed to the command line:</p>



<pre class="wp-block-code"><code>cons_rcp.exe config.cfg actions.act -f file1.jpg file2.png file3.tiff
</code></pre>



<p><strong>Practical convention:</strong> keep these files in a version-controlled folder alongside your scripts, named for the workflow rather than the format. <code>supplier-photos-web.cfg</code> tells a colleague more in six months than <code>webp85.cfg</code> does.</p>



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



<h2 class="wp-block-heading">Layer 1: context menu conversions</h2>



<p>Integrating reaConverter with the Windows context menu turns any selection in Explorer into a conversion job. Select files or a folder, right-click, and convert with your saved settings.</p>



<p>Windows 11 hides third-party entries behind <strong>Show more options</strong>, which adds a click. For staff who convert dozens of files a day, that friction is a real cost, and it is usually the point at which a Watch Folder becomes the better answer.</p>



<p>The context menu remains valuable as the escape hatch in an automated shop. When a file arrives outside the normal channel, someone can convert it correctly without needing access to scripts.</p>



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



<h2 class="wp-block-heading">Layer 2: Watch Folders</h2>



<p>A Watch Folder is an ordinary Windows folder that reaConverter monitors. Any file placed there is converted using stored settings and written wherever you specify, with no interaction.</p>



<p>Watch Folders run as a Windows service that uses the same conversion engine as the main application. The reaConverter window does not need to stay open, and nobody needs to be logged in. You configure a Watch Folder once through the interface, close the program, and conversions keep happening.</p>



<h3 class="wp-block-heading">Watch Folders require local storage</h3>



<p>A Watch Folder must point at a volume local to the machine running reaConverter. Network locations do not work, whether you address them as <code>\\fileserver\incoming\</code> or through a mapped drive letter, because Windows does not deliver file system change notifications across SMB the way it does for local disks. A Watch Folder aimed at a share will sit there quietly and never fire.</p>



<p>This is a topology constraint rather than a dead end. Two ways around it:</p>



<ul class="wp-block-list">
<li><strong>Install reaConverter on the machine that owns the storage.</strong> The folder is local to that server even though everyone else reaches it as a share. For engineering and document control this is usually the right answer anyway, since the files already live on a file server.</li>



<li><strong>Poll the share with a scheduled command-line job instead.</strong> <code>cons_rcp.exe</code> reads UNC paths without restriction. Running it on a short repeating interval reproduces most of what a Watch Folder does, at the cost of restructuring the folders into a queue. This is covered in full under <a href="https://claude.ai/chat/7f1ed14e-18bc-4486-a68a-f7be62dcbd29#polling-a-network-folder">Polling a network folder</a> below.</li>
</ul>



<h3 class="wp-block-heading">Enabling and creating a Watch Folder</h3>



<p>Open reaConverter, go to <strong>Menu → Watch folders</strong>, and toggle the switch <strong>ON</strong>. Click <strong>Add new folder</strong> to start the setup wizard.</p>



<p><strong>Step 1: select the folder to monitor.</strong> Drag a folder onto the wizard or browse to it. Two options shape the scope:</p>



<ul class="wp-block-list">
<li><strong>Read subfolders</strong> monitors the entire tree below the selected folder. Use this when incoming files are organized by project, client, or date.</li>



<li><strong>Process all files without filtering</strong> converts everything that appears. Turn it off to define file masks and exclusions on the next screen.</li>
</ul>



<p><strong>File masks</strong> accept both wildcards and regular expressions:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Mask</th><th>Matches</th></tr></thead><tbody><tr><td><code>*.tif</code></td><td>All TIFF files</td></tr><tr><td><code>IMG_*.jpg</code></td><td>JPG files whose name begins with <code>IMG_</code></td></tr><tr><td><code>/[A-Z]{4} \d{4}_Rev\.dxf/</code></td><td>DXF files following a specific revision naming convention</td></tr></tbody></table></figure>



<p>Regular expression masks are the feature that makes Watch Folders viable in engineering and document control environments, where filename structure carries meaning and only approved revisions should be processed.</p>



<p>There is a shortcut worth knowing: the reaConverter icon button in the bottom-left corner of the wizard loads your current conversion settings from the main interface, so you do not have to rebuild them inside the wizard.</p>



<p><strong>Step 2: select where results are saved.</strong> Three options:</p>



<ul class="wp-block-list">
<li><strong>Same as source folder</strong> writes converted files next to the originals. reaConverter excludes the files it creates from further processing, so this does not cause a conversion loop.</li>



<li><strong>Subfolder of source folder</strong> creates a subfolder such as <code>Converted</code> inside each source folder. Combined with <strong>Read subfolders</strong>, this preserves your directory structure while keeping originals and outputs separate. This is the safest default for most workflows.</li>



<li><strong>Following folder</strong> sends everything to one destination folder regardless of where it came from.</li>
</ul>



<p><strong>Step 3: saving settings.</strong> Choose the output format under <strong>Save files as</strong> and open the gear icon for format-specific settings such as quality and compression. Apply editing operations with <strong>Load actions file</strong> by pointing at a saved <code>.act</code>. Enable <strong>Create log file</strong> to generate a text record of every conversion.</p>



<p>Click <strong>Create Watch folder</strong> to activate it. The master switch under <strong>Menu → Watch folders</strong> stops every Watch Folder at once, which is the fastest way to halt automatic processing while you investigate something.</p>



<h3 class="wp-block-heading">Turning on Create log file is not optional</h3>



<p>For any Watch Folder that runs unattended, enable the log. A Watch Folder that silently stops processing a subset of files looks identical to one working correctly, right up until someone downstream notices a gap weeks later. The log is the only cheap way to answer &#8220;did this file get converted, and when.&#8221;</p>



<h3 class="wp-block-heading">Running several Watch Folders</h3>



<p>Create one Watch Folder per workflow rather than one folder with complex rules. A folder that resizes marketing images, a second that produces PDF issue sets, and a third that generates archive TIFFs are easier to reason about, easier to hand to a colleague, and easier to disable individually when something goes wrong.</p>



<h3 class="wp-block-heading">File management after conversion</h3>



<p>reaConverter can move or delete source files once they are processed successfully. Configure this in <strong>Menu → Saving Settings → File options</strong> before creating the Watch Folder, or include it in the <code>.cfg</code> you load.</p>



<p>Moving processed originals to an archive folder is almost always better than deleting them, and it has a second benefit: the monitored folder stays empty, so at a glance you can tell whether anything is stuck.</p>



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



<h2 class="wp-block-heading">Layer 3: the command line</h2>



<p>reaConverter Pro installs a command-line tool named <code>cons_rcp.exe</code> in the program folder. It exposes the full conversion and editing feature set through parameters, which makes it the right layer for scheduled jobs, server-side processing, and any workflow that has to be scripted.</p>



<h3 class="wp-block-heading">Basic syntax</h3>



<p>Convert a single file:</p>



<pre class="wp-block-code"><code>cons_rcp.exe -s "C:\input.jpg" -o "C:\output.png"
</code></pre>



<p>Convert a folder:</p>



<pre class="wp-block-code"><code>cons_rcp.exe -source_folder "C:\input\" -source_ext heic -dest_path "C:\output\" -dest_ext jpg
</code></pre>



<p>Convert with an editing action applied:</p>



<pre class="wp-block-code"><code>cons_rcp.exe -s "C:\input.jpg" -o "C:\output.webp" -resize 500x300px qh
</code></pre>



<p>Use saved settings instead of long parameter lists:</p>



<pre class="wp-block-code"><code>cons_rcp.exe config.cfg actions.act -f file1.jpg file2.png file3.tiff
</code></pre>



<p>Parameter rules are simple. Parameters begin with <code>-</code>, values follow the parameter they belong to, a parameter can take several values separated by spaces, and order does not matter. Quote any path containing spaces.</p>



<p><strong>A note on line continuation.</strong> The multi-line examples below use the caret <code>^</code>, which is Command Prompt and batch file syntax. In PowerShell the continuation character is the backtick <code>`</code> instead. Pasting a caret-continued command into PowerShell silently runs only the first line, which looks like reaConverter ignoring your parameters.</p>



<h3 class="wp-block-heading">Workflow parameters worth knowing</h3>



<p>The full parameter list covers hundreds of format-specific options. These are the ones that shape automation behavior rather than output quality:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Parameter</th><th>Purpose</th></tr></thead><tbody><tr><td><code>-source_folder</code></td><td>Folder to read from</td></tr><tr><td><code>-source_ext</code></td><td>Restrict input to one extension</td></tr><tr><td><code>-file_mask</code></td><td>Filename mask, for example <code>-file_mask 1?.*</code></td></tr><tr><td><code>-file_age</code></td><td>Only files created within N days. <code>-file_age 0</code> means today</td></tr><tr><td><code>-file_size_more</code> / <code>-file_size_less</code></td><td>Size thresholds in Kb or Mb</td></tr><tr><td><code>-read_subfolders</code></td><td>Include subfolders (1 or 0)</td></tr><tr><td><code>-use_file_list</code></td><td>Path to a text file listing exactly which files to convert</td></tr><tr><td><code>-dest_path</code></td><td>Destination folder</td></tr><tr><td><code>-dest_subfolder</code></td><td>Destination subfolder name</td></tr><tr><td><code>-same_as_source</code></td><td>Write output beside each source file</td></tr><tr><td><code>-save_path</code> / <code>-save_path_option</code></td><td>Recreate the source directory structure at the destination</td></tr><tr><td><code>-overwrite</code></td><td>Replace existing output (1) or skip it (0)</td></tr><tr><td><code>-file_name_mask_prefix</code> / <code>-file_name_mask_suffix</code></td><td>Add a prefix or suffix to output names</td></tr><tr><td><code>-move_files</code> / <code>-move_files_folder</code></td><td>Move successfully processed sources to an archive folder</td></tr><tr><td><code>-move_unprocessed_files</code> / <code>-move_unprocessed_files_folder</code></td><td>Move files that failed to a quarantine folder</td></tr><tr><td><code>-delete_files</code></td><td>Delete sources after successful processing</td></tr><tr><td><code>-copy_if_same</code></td><td>Copy instead of re-encoding when format and image are unchanged</td></tr><tr><td><code>-check_files</code></td><td>Validate input files before conversion begins</td></tr><tr><td><code>-skip_blank</code> / <code>-skip_blank_accuracy</code></td><td>Skip blank pages, useful after duplex scanning</td></tr><tr><td><code>-multipage_option</code></td><td>Control multipage behavior: 1 file-to-file, 2 all into one document, 3 each page separately, 4 group files</td></tr><tr><td><code>-create_thumbnails</code> and related</td><td>Generate up to five thumbnail sets in one pass</td></tr><tr><td><code>-cpu_usage</code></td><td>Low, Normal, or High (1, 2, 3)</td></tr><tr><td><code>-temp_folder</code></td><td>Redirect temporary files, useful on servers with a fast scratch disk</td></tr></tbody></table></figure>



<p>Two parameters turn a folder-wide command into an incremental one. <code>-file_age</code> restricts the job by age, so <code>-file_age 0</code> converts today&#8217;s arrivals and <code>-file_age 1</code> covers the last day. This is the shortest path to a nightly job that does not reprocess the whole archive, and it needs no state of your own.</p>



<p>Read the parameter literally: it selects by <strong>creation</strong> date, not by last modified date. For a folder that receives files, those are effectively the same thing, because Windows stamps a fresh creation time on a file copied or moved into a new location. For a folder where files are edited in place, they are not the same thing at all, and <code>-file_age</code> will not see yesterday&#8217;s edit to a file created last year.</p>



<p><code>-use_file_list</code> is the more general tool. A script decides which files qualify, writes their full paths to a plain text file, and reaConverter converts exactly those. Any rule you can express in PowerShell becomes a conversion filter, which matters when age alone is not the right test.</p>



<p>Two further mechanisms cover the rest. <code>-overwrite 0</code> skips any file whose output already exists, so rerunning a job over a large folder only fills the gaps. <code>-move_files</code> empties the source folder as it succeeds, so whatever remains is by definition unprocessed.</p>



<h3 class="wp-block-heading">Silent execution and logging</h3>



<p>Suppress the window for scheduled tasks:</p>



<pre class="wp-block-code"><code>cons_rcp.exe &#91;parameters] /hide
</code></pre>



<p>Capture output to a log file with standard redirection:</p>



<pre class="wp-block-code"><code>cons_rcp.exe "C:\config.cfg" "C:\actions.act" &gt; "C:\logs\nightly.txt"
</code></pre>



<p>Append rather than overwrite with <code>&gt;&gt;</code> if you want a running history. Rotate these logs, or a busy pipeline will produce a file nobody can open.</p>



<h3 class="wp-block-heading">Return codes</h3>



<p><code>cons_rcp.exe</code> sets an exit code that your script should check:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Code</th><th>Meaning</th></tr></thead><tbody><tr><td>0</td><td>No errors</td></tr><tr><td>1</td><td>Configuration file (.cfg) not found</td></tr><tr><td>2</td><td>Actions file (.act) not found</td></tr><tr><td>3</td><td>Not enough parameters</td></tr><tr><td>4, 5, 6</td><td>Internal error</td></tr><tr><td>7</td><td>No files to convert, or file list (.lst) not found</td></tr><tr><td>8</td><td>Not all files were converted</td></tr></tbody></table></figure>



<p>Code 8 is the one that matters most in production. It means the job ran and partially succeeded, which is exactly the failure mode that goes unnoticed without explicit handling.</p>



<p>A minimal batch wrapper:</p>



<pre class="wp-block-code"><code>@echo off
setlocal
set LOG=C:\logs\convert_%date:~-4%%date:~3,2%%date:~0,2%.txt

"C:\Program Files\reaConverter\cons_rcp.exe" ^
  -source_folder "D:\incoming\" -source_ext tif -file_age 0 ^
  -dest_path "D:\published\" -dest_ext pdf ^
  -move_unprocessed_files 1 -move_unprocessed_files_folder "D:\quarantine\" ^
  /hide &gt;&gt; "%LOG%" 2&gt;&amp;1

if %ERRORLEVEL% EQU 0 exit /b 0
if %ERRORLEVEL% EQU 8 (
  echo PARTIAL FAILURE, check quarantine &gt;&gt; "%LOG%"
  powershell -Command "Send-MailMessage -To 'ops@example.com' -Subject 'Conversion partial failure' -Body 'See %LOG%' -SmtpServer 'smtp.example.com' -From 'jobs@example.com'"
  exit /b 8
)
echo FAILED with code %ERRORLEVEL% &gt;&gt; "%LOG%"
exit /b %ERRORLEVEL%
</code></pre>



<h3 class="wp-block-heading">Scheduling with Windows Task Scheduler</h3>



<p>Four settings decide whether a scheduled conversion job works reliably:</p>



<ol class="wp-block-list">
<li><strong>Run whether user is logged on or not.</strong> Otherwise the task waits for a session that may never exist on a server.</li>



<li><strong>A service account with explicit permissions</strong> on the source, destination, quarantine, and log folders. Most first-run failures on scheduled conversion tasks are permission failures, not conversion failures.</li>



<li><strong>UNC paths, not mapped drives.</strong> Mapped drive letters belong to interactive sessions and will not exist for a task running without one. Write <code>\\fileserver\projects\incoming\</code> rather than <code>P:\incoming\</code>. This applies to command-line jobs, which handle network paths fine. Watch Folders are the opposite case and need local storage.</li>



<li><strong>Start in</strong> set to the folder containing your script, so relative paths behave.</li>
</ol>



<h3 class="wp-block-heading">Polling a network folder</h3>



<p>Watch Folders cannot monitor a share, but a scheduled command-line job can poll one. Run <code>cons_rcp.exe</code> against the share on a short repeating interval and you get the same outcome by a different route: files converted shortly after they arrive, with no one watching.</p>



<p>The trade is that the folder stops being a location and becomes a queue. A Watch Folder tracks which files it has already seen. A polling job has no memory, so every run would reconvert everything unless processed files leave. Moving them out is what supplies the state:</p>



<pre class="wp-block-code"><code>cons_rcp.exe -source_folder "\\fileserver\incoming\" -source_ext tif ^
  -dest_path "\\fileserver\converted\" -dest_ext pdf ^
  -move_files 1 -move_files_folder "\\fileserver\done\" ^
  -move_unprocessed_files 1 -move_unprocessed_files_folder "\\fileserver\failed\" ^
  /hide
</code></pre>



<p>One folder becomes four: incoming, converted, done, failed. Incoming is empty whenever the queue is caught up, which is a genuinely better operational signal than anything a Watch Folder gives you.</p>



<p>Four settings make the difference between this working and this hurting:</p>



<p><strong>Do not start a new instance.</strong> In the task&#8217;s <strong>Settings</strong> tab, set the behavior for an already-running task to <strong>Do not start a new instance</strong>. Without it, a run that takes longer than the interval overlaps with the next one and two processes fight over the same files.</p>



<p><strong>Quarantine is mandatory, not optional.</strong> In a nightly job, a file that always fails wastes one attempt per day. In a job polling every minute, it fails 1440 times a day, and each attempt reopens it across the network. <code>-move_unprocessed_files</code> is what turns a poison file from a hot loop into a single entry in a folder someone checks.</p>



<p><strong>Partial copies get much more likely.</strong> A large file arriving over the network exists in the folder before the copy finishes, and a fast poll will find it mid-write. Have the sender write to a staging folder on the same share and rename into the queue, since a rename within a volume is atomic. If you cannot control the sender, <code>-file_size_more</code> and <code>-check_files</code> reduce the damage but do not eliminate it.</p>



<p><strong>The floor is one minute.</strong> Task Scheduler&#8217;s repetition interval bottoms out at one minute in the interface, with a duration of <strong>Indefinitely</strong>. That is fast enough for nearly every workflow. If you genuinely need seconds, do not fight the scheduler: write a small loop script that sleeps and calls <code>cons_rcp.exe</code>, and register that as a single task triggered at startup.</p>



<p>Expect return code 7, no files to convert, on most runs. It means the queue was empty, which is the normal state. Treat 7 as success in any alerting you build, or you will alert constantly.</p>



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



<h2 class="wp-block-heading">Six workflows you can adapt</h2>



<p>Each of these follows the same template: what triggers it, what it produces, and how it is configured.</p>



<h3 class="wp-block-heading">1. Nightly <a href="https://www.reaconverter.com/convert/dwg_to_pdf.html">DWG issue</a> sets for document control</h3>



<p><strong>Situation.</strong> An engineering team saves drawings throughout the day. Document control needs a PDF of every drawing revised that day, delivered to a review folder each morning, without an AutoCAD seat on the server.</p>



<p><strong>Trigger.</strong> Windows Task Scheduler at 02:00. The drawings live on a share, so this is a command-line job rather than a Watch Folder.</p>



<p><strong>Produces.</strong> One dated folder of PDFs per night, mirroring the project directory structure.</p>



<p><strong>Command.</strong> PowerShell, because selecting yesterday&#8217;s revisions is a filtering problem before it is a conversion problem:</p>



<pre class="wp-block-code"><code>$stamp = Get-Date -Format "yyyy-MM-dd"
$list  = "C:\jobs\dwg_today.lst"

Get-ChildItem "\\eng\projects\" -Recurse -Filter *.dwg |
  Where-Object { $_.LastWriteTime -gt (Get-Date).AddDays(-1) } |
  Select-Object -ExpandProperty FullName |
  Set-Content -Encoding ASCII $list

&amp; "C:\Program Files\reaConverter\cons_rcp.exe" `
  -use_file_list $list `
  -dest_path "\\eng\review\$stamp\" -dest_ext pdf `
  -dxf_dwg_layout 1 -pdf_paper 12 `
  -save_path 1 -save_path_option 1 `
  -move_unprocessed_files 1 -move_unprocessed_files_folder "\\eng\review\_failed\" `
  /hide *&gt;&gt; "\\eng\logs\dwg_nightly.txt"
</code></pre>



<p><strong>Notes.</strong> Filtering on <code>LastWriteTime</code> is the point. Document control asks for drawings <em>revised</em> yesterday, and a drawing revised yesterday was very likely created two years ago, so any rule based on creation date misses exactly the files that matter. Build the format date string yourself rather than using <code>%DATE%</code>, whose output contains slashes on most locales and is not a legal path component. <code>-dxf_dwg_layout 1</code> outputs model space only, which is usually what reviewers want. <code>-save_path 1</code> reproduces the project folder structure inside the dated review folder, so reviewers navigate a layout they already know.</p>



<p><strong>Why not <code>-file_age</code>.</strong> <code>-file_age 1</code> is a much shorter way to say &#8220;recent&#8221;, and for most incoming-folder workflows it is the right tool. It does not fit here because it selects on creation date, and drawings under revision are edited in place: the file was created when the project started and only its modified date moves. There is a second, less obvious reason. NTFS carries the original creation timestamp forward when an application saves by writing a temporary file and renaming it over the original, which is exactly how many CAD and office applications write. Even a save that replaces the file wholesale can keep the old creation date.</p>



<p>If drawings instead arrive in the folder as fresh copies from elsewhere, the constraint disappears and the whole script collapses to <code>-source_folder "\\\\eng\\projects\\" -source_ext dwg -read_subfolders 1 -file_age 1</code>.</p>



<h3 class="wp-block-heading">2. <a href="https://www.reaconverter.com/convert/dwg_to_dxf.html">CAD handoff</a> for CNC and non-Autodesk partners</h3>



<p><strong>Situation.</strong> Partners and fabrication shops need DXF. Designers work in DWG. Nobody wants to remember to export.</p>



<p><strong>Trigger.</strong> Watch Folder on <code>D:\shares\handoff\</code>, a local path on the file server, which designers reach as <code>\\eng\handoff\</code>. reaConverter is installed on the server itself, because a Watch Folder cannot monitor a share from another machine. A regex mask means only released revisions convert:</p>



<pre class="wp-block-code"><code>/&#91;A-Z]{4} \d{4}_Rev&#91;A-Z]\.dwg/
</code></pre>



<p><strong>Configuration.</strong> Output DXF with <code>-dxf_version 4</code> for AutoCAD 2000 compatibility, which most CNC software reads without complaint. Set <code>-dxf_text 0</code> to convert text to polygons if the receiving system renders fonts inconsistently, or <code>-dxf_text 1</code> to keep text editable. Confirm which the partner needs before standardizing.</p>



<p><strong>Notes.</strong> The regex mask is what makes this safe. Without it, every working file dropped in the folder becomes a handoff document, and partners end up cutting parts from unreleased geometry.</p>



<h3 class="wp-block-heading">3. <a href="https://www.reaconverter.com/convert/pdf_to_tiff.html">Prepress</a> normalization for a print queue</h3>



<p><strong>Situation.</strong> Client artwork arrives as RGB JPEG, PDF, AI, and PSD. The RIP wants CMYK TIFF at 300 dpi with a known ICC profile.</p>



<p><strong>Trigger.</strong> Scheduled every 15 minutes, or a Watch Folder if <code>P:\</code> is a local volume on the prepress machine rather than a share.</p>



<p><strong>Produces.</strong> RIP-ready CMYK TIFFs, with originals archived and problem files quarantined.</p>



<p><strong>Command.</strong></p>



<pre class="wp-block-code"><code>cons_rcp.exe -source_folder "P:\artwork_in\" ^
  -dest_path "P:\rip_queue\" -dest_ext tif ^
  -tif_save_in_cmyk 1 -tif_compression 7 ^
  -dpi_option 2 -dpi_x 300 -dpi_y 300 ^
  -icc_option 3 -icc_file "C:\profiles\ISOcoated_v2.icc" ^
  -adobe_res 300 -adobe_color_res 32 -adobe_aa 1 ^
  -move_files 1 -move_files_folder "P:\artwork_archive\" ^
  -move_unprocessed_files 1 -move_unprocessed_files_folder "P:\artwork_problem\" /hide
</code></pre>



<p><strong>Notes.</strong> <code>-icc_option 3</code> assigns the profile, <code>-adobe_res 300</code> controls the rasterization resolution when reading PDF and AI sources, and <code>-adobe_color_res 32</code> reads them as CMYK directly. Splitting outputs into an archive folder and a problem folder means the operator&#8217;s morning check is a single glance at whether <code>artwork_problem</code> is empty.</p>



<h3 class="wp-block-heading">4. <a href="https://www.reaconverter.com/convert/tiff_to_pdf.html">Scanned document</a> archive to searchable PDF/A</h3>



<p><strong>Situation.</strong> A backlog of scanned TIFFs from a document imaging project needs to become searchable, standards-compliant PDF/A for long-term retention.</p>



<p><strong>Command.</strong></p>



<pre class="wp-block-code"><code>cons_rcp.exe -source_folder "E:\scans\" -source_ext tif -read_subfolders 1 ^
  -dest_path "E:\archive\" -dest_ext pdf ^
  -create_searchable_pdf 1 -searchable_pdf_lang eng ^
  -create_pdf_a 1 -create_linearized_pdf 1 ^
  -skip_blank 1 -skip_blank_accuracy 95 ^
  -save_path 1 -save_path_option 1 ^
  -auto_rotate d -remove_bw_noise 2 b ^
  -check_files 1 /hide &gt; "E:\logs\archive_run.txt"
</code></pre>



<p><strong>Notes.</strong> <code>-auto_rotate d</code> deskews pages, which measurably improves OCR accuracy on scans fed through a sheet feeder. <code>-remove_bw_noise</code> clears speckle before OCR runs. <code>-skip_blank</code> removes the empty backs of single-sided originals scanned in duplex mode. Run a 200-file sample first and check the text layer before committing the full archive.</p>



<h3 class="wp-block-heading">5. <a href="https://www.reaconverter.com/convert/dcm_to_pdf.html">Multi-frame DICOM</a> to shareable PDF</h3>



<p><strong>Situation.</strong> A clinic needs to send imaging studies to referring physicians who have no DICOM viewer. Each study should become one PDF containing every frame.</p>



<p><strong>Trigger.</strong> Watch Folder on a study export directory, or a command-line job invoked by the export tool.</p>



<p><strong>Command.</strong></p>



<pre class="wp-block-code"><code>cons_rcp.exe -source_folder "D:\dicom_export\" -source_ext dcm ^
  -dest_path "D:\referral_pdf\" -dest_ext pdf ^
  -multipage_option 1 -multipage_loading_option 0 ^
  -pdf_compression 6 -pdf_paper 12 ^
  -change_to_gray24 /hide
</code></pre>



<p><strong>Notes.</strong> <code>-multipage_loading_option 0</code> reads every frame rather than only the first. <code>-multipage_option 1</code> keeps each study as its own PDF instead of merging studies together. <code>-pdf_paper 12</code> uses the original image dimensions, which avoids the letterboxing that fixed paper sizes introduce on non-standard aspect ratios.</p>



<p>This workflow handles format conversion only. Anything involving patient identifiers, retention, or transmission belongs to your clinical information governance process, not to a conversion tool.</p>



<h3 class="wp-block-heading">6. <a href="https://www.reaconverter.com/convert/jpg_to_webp.html">Supplier photos</a> to web-ready assets</h3>



<p><strong>Situation.</strong> Suppliers send product photography in whatever their camera or phone produced: JPEG, HEIC, TIFF, occasionally PSD. The web team needs consistent WebP at a fixed maximum dimension, plus thumbnails, plus the originals kept for reprocessing.</p>



<p><strong>Trigger.</strong> Watch Folder on <code>D:\marketing\incoming\</code>, local to the machine running reaConverter and published to suppliers as a share. <strong>Read subfolders</strong> enabled so each supplier keeps their own subfolder.</p>





<p><strong>Produces.</strong> A <code>web</code> subfolder beside each supplier&#8217;s originals, containing the WebP asset and its thumbnail.</p>



<p><strong>Configuration.</strong> Output to <strong>Subfolder of source folder</strong> named <code>web</code>. Format WebP, quality tuned for your image type. Action file applies <code>-resize 1600x0px qh</code> to cap width while preserving proportions, and <code>-auto_rotate exif</code> so phone photos land right way up. <code>-create_thumbnails 1</code> with <code>-thumbnails_width 300</code> produces the listing thumbnails in the same pass. Originals move to an archive folder after processing.</p>



<p><strong>Notes.</strong> Generating the thumbnail in the same pass rather than a second job removes an entire class of desynchronization bug, where a product has a full-size image but no thumbnail because the second job failed.</p>



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



<h2 class="wp-block-heading">Designing a pipeline that survives unattended operation</h2>



<p>The conversion itself is rarely what breaks. These are.</p>



<p><strong>Partially written files.</strong> A large file copied over a network appears in the folder before the copy finishes. Have the sending process write to a staging folder on the same volume and then rename or move into the watched folder, since a move within a volume is atomic. If you cannot control the sender, run a scheduled command-line job instead of watching in real time, where <code>-file_age</code> and <code>-file_size_more</code> let you pick up files only after they have settled.</p>



<p><strong>Feedback loops.</strong> Writing output into the folder being watched is the classic mistake. reaConverter excludes files it created when you use <strong>Same as source folder</strong>, but if a separate tool writes into that folder, or if you convert to a format that is also an input format for the same Watch Folder, you can still build a loop. The <strong>Subfolder of source folder</strong> option avoids the whole category.</p>



<p><strong>Silent partial failures.</strong> A run that converts 998 of 1000 files returns code 8 and looks fine in a log nobody reads. Combine <code>-move_unprocessed_files</code> with a quarantine folder and check whether that folder is empty. An empty folder is a much clearer signal than a log line.</p>



<p><strong>Name collisions.</strong> Different source formats converging on one output format collide: <code>drawing.dwg</code> and <code>drawing.dxf</code> both become <code>drawing.pdf</code>. Decide explicitly with <code>-overwrite</code>, and use <code>-file_name_mask_suffix</code> to disambiguate when both outputs must survive.</p>



<p><strong>Permissions.</strong> Scheduled tasks run as a service account. That account needs read on the source, write on the destination, write on quarantine, and write on the log path. Test by running the exact command as that account before scheduling it.</p>



<p><strong>Idempotency.</strong> Ask what happens if the same file is processed twice. In most workflows the answer should be &#8220;the same output, overwritten harmlessly.&#8221; If reprocessing produces duplicates or double-applied watermarks, redesign before going live rather than after.</p>



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



<h2 class="wp-block-heading">Capacity planning</h2>



<p>Conversion throughput varies by orders of magnitude across formats. A 2 MB JPEG resize and a 40 MB DWG raster render are not comparable operations, and no general number is useful.</p>



<p>Measure instead. Take 100 files representative of your real input mix, time a single run, and extrapolate. Then apply these adjustments:</p>



<ul class="wp-block-list">
<li><strong>Network storage</strong> is frequently the bottleneck rather than the CPU. If sources sit on a share, test with local copies to see how much of your runtime is transfer.</li>



<li><strong><code>-temp_folder</code></strong> pointed at a local SSD helps significantly for formats that stage large intermediate data, particularly PDF, PSD, and large CAD files.</li>



<li><strong><code>-cpu_usage</code></strong> lets a background job coexist with interactive work. Set <code>-cpu_usage 1</code> for jobs running during business hours and <code>3</code> for overnight windows.</li>



<li><strong>Splitting by subfolder</strong> across several parallel invocations scales better than one process for very large backlogs, provided your storage keeps up.</li>
</ul>



<p>For a large historical migration, run the backlog once from the command line and set up a Watch Folder for the ongoing stream. Trying to push a 50,000-file backlog through a Watch Folder works, but it gives you no progress visibility and no easy way to pause.</p>



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



<h2 class="wp-block-heading">Frequently asked questions</h2>



<p><strong>Can reaConverter run conversions on a Windows Server without a logged-in user?</strong> Yes. Use the command-line tool with the <code>/hide</code> parameter and schedule it through Windows Task Scheduler with &#8220;Run whether user is logged on or not&#8221; enabled. Grant the service account permissions on all source, destination, and log paths, and use UNC paths rather than mapped drive letters.</p>



<p><strong>Does automated conversion require an internet connection?</strong> No. reaConverter processes files locally on your machine. Files never leave your hardware, which is what makes it usable for medical imaging, engineering drawings, and other material that cannot be uploaded to a web service.</p>



<p><strong>Which reaConverter edition includes automation features?</strong> Watch Folders and the command-line tool are reaConverter Pro features. Context menu integration is available more broadly.</p>



<p><strong>How do I convert only files added or changed since the last run?</strong> Four approaches, in increasing order of control. <code>-file_age</code> is the simplest: <code>-file_age 0</code> selects files created today and <code>-file_age 1</code> covers the last day. <code>-overwrite 0</code> skips any file whose output already exists, which makes a rerun over a whole folder fill only the gaps. <code>-move_files</code> empties the source folder as conversions succeed, so anything left is unprocessed by definition. When age is not the right test, have a script write the qualifying paths to a text file and pass it with <code>-use_file_list</code>. The usual reason is that <code>-file_age</code> measures creation date, so files edited in place keep their original timestamp and stay invisible to it.</p>



<p><strong>Can one Watch Folder produce two different outputs from the same file?</strong> Not in a single Watch Folder. Create a second Watch Folder pointing at the same source directory with different saving settings, or use a command-line job with two invocations. The thumbnail parameters are an exception: <code>-create_thumbnails</code> through <code>-create_thumbnails_5</code> generate up to five additional sized outputs in the same pass.</p>



<p><strong>What happens if a file fails to convert?</strong> The job continues with the remaining files and returns exit code 8 to indicate that not everything was converted. Set <code>-move_unprocessed_files 1</code> with a quarantine folder so failed files are separated for review rather than left in place where they will be retried indefinitely.</p>



<p><strong>Can a Watch Folder monitor a network share?</strong> No. Watch Folders require storage local to the machine running reaConverter, because Windows does not deliver file system change notifications across SMB. Two workarounds: install reaConverter on the server that owns the storage, so the folder is local to it, or poll the share with a scheduled <code>cons_rcp.exe</code> job using <code>-move_files</code> to move processed files out of the queue.</p>



<p><strong>Can I apply different settings to different file types in one folder?</strong> Yes, by creating several Watch Folders on the same directory with different file masks, or by running several command-line invocations with different <code>-source_ext</code> values. Masks accept regular expressions, so filename conventions can drive routing.</p>



<p><strong>Does reaConverter preserve metadata during automated conversion?</strong> Use <code>-copy_exif 1</code> and <code>-copy_iptc 1</code> to carry EXIF and IPTC data to the output, and <code>-icc_option 2</code> to retain the ICC profile. <code>-same_date 1</code> keeps the original file timestamp on the converted file, which matters for archive workflows where the file date is the record date.</p>



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



<h2 class="wp-block-heading">Where to go next</h2>



<p>Build your first automated workflow in this order:</p>



<ol class="wp-block-list">
<li>Configure the conversion in the reaConverter interface and verify the output on a handful of real files.</li>



<li>Save it as a <code>.cfg</code>, and save any editing operations as an <code>.act</code>.</li>



<li>Choose your trigger: a Watch Folder for continuous arrivals, a scheduled command-line job for batches.</li>



<li>Add a quarantine folder and enable logging before the job goes live rather than after the first incident.</li>



<li>Run it against a copy of real data for a week before pointing it at production directories.</li>
</ol>



<p>Related guides in this knowledge base cover <a href="https://howto.reaconverter.com/category/watch-folders/">Watch Folders</a>, <a href="https://howto.reaconverter.com/category/command-line-2/">command-line usage</a>, and <a href="https://howto.reaconverter.com/category/automation/">automation</a> in more depth. Full parameter references are available for the <a href="https://www.reaconverter.com/features/command-line.html">command-line interface</a>, <a href="https://www.reaconverter.com/features/watch-folders.html">Watch Folders</a>, and <a href="https://www.reaconverter.com/features/config-and-action-files.html">configuration and action files</a>.</p>



<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "TechArticle",
      "@id": "https://howto.reaconverter.com/automating-file-conversion-workflows-with-reaconverter/",
      "headline": "Automating File Conversion Workflows with reaConverter",
      "description": "How to automate file conversion on Windows using reaConverter Watch Folders, the cons_rcp.exe command-line tool, and scheduled tasks, with six production workflows.",
      "url": "https://howto.reaconverter.com/automating-file-conversion-workflows-with-reaconverter/",
      "datePublished": "2026-08-17",
      "dateModified": "2026-08-17",
      "inLanguage": "en",
      "proficiencyLevel": "Intermediate",
      "dependencies": "reaConverter Pro, Windows",
      "author": {
        "@type": "Organization",
        "name": "reaConverter",
        "url": "https://www.reaconverter.com/"
      },
      "publisher": {
        "@type": "Organization",
        "name": "reaConverter LLC",
        "url": "https://www.reaconverter.com/"
      },
      "about": {
        "@type": "SoftwareApplication",
        "name": "reaConverter Pro",
        "applicationCategory": "MultimediaApplication",
        "operatingSystem": "Windows",
        "url": "https://www.reaconverter.com/",
        "featureList": [
          "Watch Folders",
          "Command-line interface",
          "Windows context menu integration",
          "Batch conversion of 800+ file formats"
        ]
      },
      "mentions": [
        { "@type": "Thing", "name": "Windows Task Scheduler" },
        { "@type": "Thing", "name": "DWG" },
        { "@type": "Thing", "name": "DXF" },
        { "@type": "Thing", "name": "DICOM" },
        { "@type": "Thing", "name": "PDF/A" },
        { "@type": "Thing", "name": "WebP" }
      ]
    },
    {
      "@type": "FAQPage",
      "@id": "https://howto.reaconverter.com/automating-file-conversion-workflows-with-reaconverter/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Can reaConverter run conversions on a Windows Server without a logged-in user?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Watch Folders run as a Windows service and need no logged-in session, but they require local storage. For files on a network share, use the command-line tool with the /hide parameter and schedule it through Windows Task Scheduler with 'Run whether user is logged on or not' enabled. Grant the service account permissions on all source, destination, and log paths, and use UNC paths rather than mapped drive letters."
          }
        },
        {
          "@type": "Question",
          "name": "Does automated file conversion with reaConverter require an internet connection?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "No. reaConverter processes files locally on your machine. Files never leave your hardware, which makes it usable for medical imaging, engineering drawings, and other material that cannot be uploaded to a web service."
          }
        },
        {
          "@type": "Question",
          "name": "Can a reaConverter Watch Folder monitor a network share?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "No. Watch Folders require storage local to the machine running reaConverter, because Windows does not deliver file system change notifications across SMB. Two workarounds: install reaConverter on the server that owns the storage so the folder is local to it, or poll the share with a scheduled cons_rcp.exe job using -move_files to move processed files out of the queue."
          }
        },
        {
          "@type": "Question",
          "name": "Which reaConverter edition includes automation features?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Watch Folders and the command-line tool are reaConverter Pro features. Context menu integration is available more broadly."
          }
        },
        {
          "@type": "Question",
          "name": "How do I convert only files added or changed since the last run?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Four approaches. -file_age is the simplest: -file_age 0 selects files created today and -file_age 1 covers the last day. -overwrite 0 skips any file whose output already exists, so a rerun fills only the gaps. -move_files empties the source folder as conversions succeed, so anything left is unprocessed. When age is not the right test, for example when you need files edited recently rather than created recently, have a script write qualifying paths to a text file and pass it with -use_file_list."
          }
        },
        {
          "@type": "Question",
          "name": "What happens if a file fails to convert during an automated reaConverter job?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "The job continues with the remaining files and returns exit code 8 to indicate that not everything was converted. Set -move_unprocessed_files 1 with a quarantine folder so failed files are separated for review rather than left in place where they will be retried indefinitely."
          }
        },
        {
          "@type": "Question",
          "name": "Does reaConverter preserve metadata during automated conversion?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Use -copy_exif 1 and -copy_iptc 1 to carry EXIF and IPTC data to the output, and -icc_option 2 to retain the ICC profile. -same_date 1 keeps the original file timestamp on the converted file."
          }
        }
      ]
    }
  ]
}
</script>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Batch Convert DWG to DXF Without AutoCAD</title>
		<link>https://howto.reaconverter.com/how-to-batch-convert-dwg-to-dxf-without-autocad/</link>
		
		<dc:creator><![CDATA[reaconverter]]></dc:creator>
		<pubDate>Fri, 27 Mar 2026 13:51:19 +0000</pubDate>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[CAD conversion]]></category>
		<category><![CDATA[Command-line]]></category>
		<category><![CDATA[Watch Folders]]></category>
		<category><![CDATA[autocad]]></category>
		<category><![CDATA[batch conversion]]></category>
		<category><![CDATA[batch convert DWG to DXF]]></category>
		<category><![CDATA[batch DWG converter]]></category>
		<category><![CDATA[CNC workflow]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[convert DWG without AutoCAD]]></category>
		<category><![CDATA[dwg]]></category>
		<category><![CDATA[DWG to DXF]]></category>
		<category><![CDATA[dxf]]></category>
		<category><![CDATA[engineering automation]]></category>
		<category><![CDATA[watch folders]]></category>
		<guid isPermaLink="false">https://howto.reaconverter.com/?p=2542</guid>

					<description><![CDATA[Batch convert hundreds of DWG drawings to open DXF format — using the GUI, Watch Folders, or command line. No AutoCAD license required. Why convert DWG to DXF? DWG is the native binary format of AutoCAD. It&#8217;s powerful, but proprietary. When you need to share drawings with partners who use SolidWorks, BricsCAD, FreeCAD, LibreCAD, or ... <a title="How to Batch Convert DWG to DXF Without AutoCAD" class="read-more" href="https://howto.reaconverter.com/how-to-batch-convert-dwg-to-dxf-without-autocad/" aria-label="Read more about How to Batch Convert DWG to DXF Without AutoCAD">Read more</a>]]></description>
										<content:encoded><![CDATA[
<p>Batch convert hundreds of DWG drawings to open DXF format — using the GUI, Watch Folders, or command line. No AutoCAD license required.</p>



<figure class="wp-block-image size-full is-style-default"><img fetchpriority="high" decoding="async" width="1536" height="1024" src="https://howto.reaconverter.com/wp-content/uploads/2026/03/batch-convert-dwg-to-dxf.webp" alt="DWG to DXF Batch Converter" style="border-radius: 2rem;margin-top:.5rem;" class="wp-image-2621" srcset="https://howto.reaconverter.com/wp-content/uploads/2026/03/batch-convert-dwg-to-dxf.webp 1536w, https://howto.reaconverter.com/wp-content/uploads/2026/03/batch-convert-dwg-to-dxf-300x200.webp 300w, https://howto.reaconverter.com/wp-content/uploads/2026/03/batch-convert-dwg-to-dxf-1024x683.webp 1024w, https://howto.reaconverter.com/wp-content/uploads/2026/03/batch-convert-dwg-to-dxf-768x512.webp 768w" sizes="(max-width: 1536px) 100vw, 1536px" /></figure>



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



<h2 class="wp-block-heading">Why convert DWG to DXF?</h2>



<p>DWG is the native binary format of AutoCAD. It&#8217;s powerful, but proprietary. When you need to share drawings with partners who use SolidWorks, BricsCAD, FreeCAD, LibreCAD, or any non-Autodesk CAD tool, the proprietary DWG container becomes a bottleneck. DXF (Drawing Exchange Format) was designed specifically to solve this: it&#8217;s an open, documented interchange format that virtually every CAD program can read and write.</p>



<p>Common real-world scenarios where <strong>DWG → DXF</strong> conversion is essential:</p>



<ul class="wp-block-list">
<li><strong>Cross-platform collaboration</strong> with partners who use SolidWorks, BricsCAD, FreeCAD, or other non-Autodesk CAD tools.</li>



<li><strong>CNC and laser cutter pipelines</strong> that accept only DXF input.</li>



<li><strong>Archival and compliance</strong> requirements where an open format avoids vendor lock-in.</li>



<li><strong>Automated production workflows</strong> where DWG files must be converted before entering a review or manufacturing system.</li>
</ul>



<p>If you&#8217;re converting one or two files, an online tool might do. But when the job involves hundreds of drawings on a recurring basis, you need batch automation that runs offline, keeps your intellectual property on your hardware, and doesn&#8217;t require an expensive AutoCAD seat.</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="Get reaConverter — batch convert DWG to DXF" class="wp-image-1896" style="width:40px;height:auto;padding-top: .5rem;padding-bottom: .5rem;" 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>



<p></p>



<p>That&#8217;s where <a href="https://www.reaconverter.com">reaConverter</a> comes in.</p>



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



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



<h2 class="wp-block-heading">DWG vs DXF — quick reference</h2>



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



<figure class="wp-block-table has-small-font-size"><table><thead><tr><th>Feature</th><th>DWG</th><th>DXF</th></tr></thead><tbody><tr><td><strong>Developer</strong></td><td>Autodesk (proprietary)</td><td>Autodesk (open, documented)</td></tr><tr><td><strong>File type</strong></td><td>Binary</td><td>ASCII or Binary</td></tr><tr><td><strong>File size</strong></td><td>Compact (binary compression)</td><td>Larger (especially ASCII variant)</td></tr><tr><td><strong>Compatibility</strong></td><td>AutoCAD, IntelliCAD, DraftSight</td><td>Virtually all CAD software</td></tr><tr><td><strong>Best for</strong></td><td>Native AutoCAD work</td><td>Cross-platform sharing, CNC, archival</td></tr><tr><td><strong>Editable</strong></td><td>Full support in AutoCAD</td><td>Full support in most CAD tools</td></tr></tbody></table></figure>



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



<h2 class="wp-block-heading">What you&#8217;ll need</h2>



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



<ul class="wp-block-list">
<li>reaConverter Standard edition is enough for GUI batch conversion. For Watch Folders and command-line automation, you&#8217;ll need Pro. See the <a href="https://www.reaconverter.com/convert/dwg_to_dxf.html">DWG to DXF conversion page</a> for a quick overview of what&#8217;s supported.</li>



<li>Your <code>.dwg</code> files. reaConverter supports all AutoCAD versions from R12 through the latest releases.</li>



<li>No AutoCAD installation is required at any point.</li>
</ul>



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



<h2 class="wp-block-heading">Method 1 — Batch conversion in the GUI</h2>



<p>This is the fastest way to convert a folder of DWG files interactively.</p>



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



<h3 class="wp-block-heading">Step 1. Add your DWG files</h3>



<p>Launch reaConverter and load your drawings. You can:</p>



<ul class="wp-block-list">
<li><strong>Drag-and-drop</strong> files or entire folders from Windows Explorer.</li>



<li>Use the <strong>Add Files</strong> or <strong>Add Folder</strong> buttons on the toolbar.</li>



<li>Right-click DWG files in Explorer and choose <strong>Convert with reaConverter</strong> from the context menu.</li>
</ul>



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



<figure class="wp-block-image size-full"><img decoding="async" width="1880" height="1470" src="https://howto.reaconverter.com/wp-content/uploads/2026/03/add-dwg-files.webp" alt="Add your DWG files" class="wp-image-2594" srcset="https://howto.reaconverter.com/wp-content/uploads/2026/03/add-dwg-files.webp 1880w, https://howto.reaconverter.com/wp-content/uploads/2026/03/add-dwg-files-300x235.webp 300w, https://howto.reaconverter.com/wp-content/uploads/2026/03/add-dwg-files-1024x801.webp 1024w, https://howto.reaconverter.com/wp-content/uploads/2026/03/add-dwg-files-768x601.webp 768w, https://howto.reaconverter.com/wp-content/uploads/2026/03/add-dwg-files-1536x1201.webp 1536w" sizes="(max-width: 1880px) 100vw, 1880px" /></figure>



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



<p>reaConverter reads DWG natively, no CAD software needed. The file list shows previews, page count, and size for every drawing.</p>



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



<h3 class="wp-block-heading">Step 2. (Optional) Configure DWG loading settings</h3>



<p>Before converting, you can fine-tune how drawings are read:</p>



<ul class="wp-block-list">
<li><strong>Layout selection</strong>: convert Model Space only, all Paper Spaces, or all layouts. Look for the DXF/DWG/DGN loading settings in the <strong>Settings</strong> panel on the left side of the main window.</li>



<li><strong>Grayscale</strong>: render the drawing in grayscale if color is not needed downstream.</li>



<li><strong>Layer extraction</strong>: split each layer into a separate output file.</li>
</ul>



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



<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/03/configure-dwg-loading-settings.webp" alt="Configure DWG loading settings" class="wp-image-2601" srcset="https://howto.reaconverter.com/wp-content/uploads/2026/03/configure-dwg-loading-settings.webp 1880w, https://howto.reaconverter.com/wp-content/uploads/2026/03/configure-dwg-loading-settings-300x235.webp 300w, https://howto.reaconverter.com/wp-content/uploads/2026/03/configure-dwg-loading-settings-1024x801.webp 1024w, https://howto.reaconverter.com/wp-content/uploads/2026/03/configure-dwg-loading-settings-768x601.webp 768w, https://howto.reaconverter.com/wp-content/uploads/2026/03/configure-dwg-loading-settings-1536x1201.webp 1536w" sizes="auto, (max-width: 1880px) 100vw, 1880px" /></figure>



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



<p>These settings are especially useful when your DWG files contain multiple layouts and you only need the Model Space geometry.</p>



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



<h3 class="wp-block-heading">Step 3. Choose DXF as the output format</h3>



<p>In the bottom panel, set <strong>Save as → DXF</strong>. Click the <strong>gear icon</strong> next to DXF to open format-specific settings:</p>



<ul class="wp-block-list">
<li><strong>DXF version</strong>: choose from AutoCAD 12, 13, 14, 2000, 2004, 2007, 2010, or 2013. If unsure, AutoCAD 2000 offers the best balance of compatibility and feature support.</li>



<li><strong>Units</strong>: millimeters or inches.</li>



<li><strong>Text handling</strong>: save as text or convert to polygons (useful when downstream tools have font substitution problems).</li>



<li><strong>Splines</strong>: enable or disable spline output.</li>
</ul>



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



<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/03/choose-dxf-as-output-format.webp" alt="Choose DXF as the output format" class="wp-image-2603" srcset="https://howto.reaconverter.com/wp-content/uploads/2026/03/choose-dxf-as-output-format.webp 1880w, https://howto.reaconverter.com/wp-content/uploads/2026/03/choose-dxf-as-output-format-300x235.webp 300w, https://howto.reaconverter.com/wp-content/uploads/2026/03/choose-dxf-as-output-format-1024x801.webp 1024w, https://howto.reaconverter.com/wp-content/uploads/2026/03/choose-dxf-as-output-format-768x601.webp 768w, https://howto.reaconverter.com/wp-content/uploads/2026/03/choose-dxf-as-output-format-1536x1201.webp 1536w" sizes="auto, (max-width: 1880px) 100vw, 1880px" /></figure>



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



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



<h3 class="wp-block-heading">Step 4. Set the destination folder</h3>



<p>Choose where converted <strong>DXF</strong> files should be saved. You can keep the same folder structure as the source, save everything to a flat folder, or use reaConverter&#8217;s subfolder naming options.</p>



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



<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/03/set-dxf-destination-folder.webp" alt="Set the destination folder for DXF files" class="wp-image-2606" srcset="https://howto.reaconverter.com/wp-content/uploads/2026/03/set-dxf-destination-folder.webp 1880w, https://howto.reaconverter.com/wp-content/uploads/2026/03/set-dxf-destination-folder-300x235.webp 300w, https://howto.reaconverter.com/wp-content/uploads/2026/03/set-dxf-destination-folder-1024x801.webp 1024w, https://howto.reaconverter.com/wp-content/uploads/2026/03/set-dxf-destination-folder-768x601.webp 768w, https://howto.reaconverter.com/wp-content/uploads/2026/03/set-dxf-destination-folder-1536x1201.webp 1536w" sizes="auto, (max-width: 1880px) 100vw, 1880px" /></figure>



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



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



<h3 class="wp-block-heading">Step 5. Click Convert</h3>



<p>Hit <strong>Convert</strong> and reaConverter processes every file in the queue. The conversion log shows the status of each drawing. When done, click <strong>Show converted files</strong> to jump straight to the output folder.</p>



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



<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/03/dwg-to-dxf-batch-converter.webp" alt="DWG to DXF offline batch converter" class="wp-image-2608" srcset="https://howto.reaconverter.com/wp-content/uploads/2026/03/dwg-to-dxf-batch-converter.webp 1880w, https://howto.reaconverter.com/wp-content/uploads/2026/03/dwg-to-dxf-batch-converter-300x235.webp 300w, https://howto.reaconverter.com/wp-content/uploads/2026/03/dwg-to-dxf-batch-converter-1024x801.webp 1024w, https://howto.reaconverter.com/wp-content/uploads/2026/03/dwg-to-dxf-batch-converter-768x601.webp 768w, https://howto.reaconverter.com/wp-content/uploads/2026/03/dwg-to-dxf-batch-converter-1536x1201.webp 1536w" sizes="auto, (max-width: 1880px) 100vw, 1880px" /></figure>



<div style="height:50px" 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" title="Install batch DWG to DXF converter for Windows">Install reaConverter</a></p>



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



<h2 class="wp-block-heading">Method 2 — Watch Folders (fully automated, zero clicks)</h2>



<p>Watch Folders turn any Windows directory into a self-converting hot folder. Drop a DWG file in → a DXF file appears in the output directory. No interaction needed.</p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" width="2100" height="1580" src="https://howto.reaconverter.com/wp-content/uploads/2026/03/watch-folder-source-output-1.png" alt="DWG to DXF Hot Folders for automated conversion" class="wp-image-2632" style="width:300px;height:auto" srcset="https://howto.reaconverter.com/wp-content/uploads/2026/03/watch-folder-source-output-1.png 2100w, https://howto.reaconverter.com/wp-content/uploads/2026/03/watch-folder-source-output-1-300x226.png 300w, https://howto.reaconverter.com/wp-content/uploads/2026/03/watch-folder-source-output-1-1024x770.png 1024w, https://howto.reaconverter.com/wp-content/uploads/2026/03/watch-folder-source-output-1-768x578.png 768w, https://howto.reaconverter.com/wp-content/uploads/2026/03/watch-folder-source-output-1-1536x1156.png 1536w, https://howto.reaconverter.com/wp-content/uploads/2026/03/watch-folder-source-output-1-2048x1541.png 2048w" sizes="auto, (max-width: 2100px) 100vw, 2100px" /></figure>



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



<p>This is the ideal setup for:</p>



<ul class="wp-block-list">
<li>Engineering offices where designers save DWG files to a shared network folder and downstream teams need DXF.</li>



<li>CNC / fabrication pipelines where an operator drops files for cutting.</li>



<li>Any recurring workflow where manual conversion is a bottleneck.</li>
</ul>



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



<h3 class="wp-block-heading">How to set it up</h3>



<ol class="wp-block-list">
<li>Open reaConverter and go to <strong>Menu → Watch Folders → Add new folder…</strong> </li>



<li>Set the <strong>Source folder</strong> — this is the directory reaConverter will monitor, for example <code>C:\CAD\DWG_inbox\</code>.</li>



<li>Set the <strong>Output folder</strong> — for example <code>C:\CAD\DXF_ready\</code>.</li>



<li>Choose <strong>DXF</strong> as the output format and configure version, units, and other settings as described in Method 1.</li>



<li>Click <strong>Start Watching</strong>.</li>
</ol>



<p>From now on, every DWG file that lands in the source folder will be automatically converted to DXF and placed in the output folder. It doesn&#8217;t matter how the file got there: copied manually, saved by a CAD tool, or synced from the network.</p>



<p>reaConverter keeps running in the background and can monitor multiple folder pairs simultaneously.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>Tip:</strong> Use &#8220;Subfolder of source folder&#8221; output option combined with &#8220;Read subfolders&#8221; to maintain your directory structure while keeping originals separate from converted files.</p>
</blockquote>



<p>For a detailed walkthrough, see the dedicated guide: <a href="https://howto.reaconverter.com/set-and-forget-image-conversion-a-beginner-friendly-guide-to-reaconverters-watch-folders/">A Beginner-Friendly Guide to reaConverter&#8217;s Watch Folders</a>.</p>



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



<h2 class="wp-block-heading">Method 3 — Command-line conversion</h2>



<p>reaConverter Pro includes <code>cons_rcp.exe</code>, a full-featured command-line tool. It accepts the same parameters as the GUI and can be called from batch scripts, CI/CD pipelines, PowerShell, or Task Scheduler.</p>



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



<h3 class="wp-block-heading">Basic single-file conversion</h3>



<pre class="wp-block-code"><code>cons_rcp.exe -s "C:\Drawings\floorplan.dwg" -o "C:\Output\floorplan.dxf"</code></pre>



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



<h3 class="wp-block-heading">Batch convert an entire folder</h3>



<pre class="wp-block-code"><code>cons_rcp.exe -source_folder "C:\Drawings\" -source_ext dwg -dest_path "C:\Output\" -dest_ext dxf</code></pre>



<p>This converts every <code>.dwg</code> file in the source folder and saves each one as <code>.dxf</code> in the output folder.</p>



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



<h3 class="wp-block-heading">With subfolders</h3>



<pre class="wp-block-code"><code>cons_rcp.exe -source_folder "C:\Drawings\" -source_ext dwg -dest_path "C:\Output\" -dest_ext dxf -read_subfolders 1</code></pre>



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



<h3 class="wp-block-heading">Set the output DXF version</h3>



<p>Use <code>-dxf_version</code> to target a specific AutoCAD version:</p>



<figure class="wp-block-table is-style-regular has-small-font-size"><table><thead><tr><th>Value</th><th>AutoCAD version</th></tr></thead><tbody><tr><td>1</td><td>AutoCAD 12</td></tr><tr><td>2</td><td>AutoCAD 13</td></tr><tr><td>3</td><td>AutoCAD 14</td></tr><tr><td>4</td><td>AutoCAD 2000</td></tr><tr><td>5</td><td>AutoCAD 2004</td></tr><tr><td>6</td><td>AutoCAD 2007</td></tr><tr><td>7</td><td>AutoCAD 2010</td></tr><tr><td>8</td><td>AutoCAD 2013</td></tr></tbody></table></figure>



<p>Convert to AutoCAD 2000 DXF format:</p>



<pre class="wp-block-code"><code>cons_rcp.exe -source_folder "C:\Drawings\" -source_ext dwg -dest_path "C:\Output\" -dest_ext dxf -dxf_version 4</code></pre>



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



<h3 class="wp-block-heading">Control layout output</h3>



<p>Use <code>-dxf_dwg_layout</code> to specify which layout to convert:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Value</th><th>Layout</th></tr></thead><tbody><tr><td>0</td><td>All layouts</td></tr><tr><td>1</td><td>Model Space only</td></tr><tr><td>2</td><td>All Paper Spaces</td></tr></tbody></table></figure>



<p>Export only Model Space:</p>



<pre class="wp-block-code"><code>cons_rcp.exe -source_folder "C:\Drawings\" -source_ext dwg -dest_path "C:\Output\" -dest_ext dxf -dxf_dwg_layout 1</code></pre>



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



<h3 class="wp-block-heading">Additional useful parameters</h3>



<ul class="wp-block-list">
<li><strong><code>-dxf_text 1</code></strong> — preserve text as editable text (use <code>0</code> to convert text to polygons).</li>



<li><strong><code>-dxf_spline 1</code></strong> — include splines in the output DXF.</li>



<li><strong><code>-dxf_units 1</code></strong> — set output DXF units to millimeters (<code>2</code> for inches).</li>



<li><strong><code>-dxf_dwg_gray 1</code></strong> — convert the drawing to grayscale.</li>



<li><strong><code>-dxf_dwg_extract_layers 1</code></strong> — extract each layer as a separate DXF file.</li>



<li><strong><code>-overwrite 1</code></strong> — overwrite existing files instead of skipping them.</li>



<li><strong><code>/hide</code></strong> — run silently (no console window), ideal for scheduled tasks.</li>
</ul>



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



<h3 class="wp-block-heading">Full production example</h3>



<p>Convert all DWG files (including subfolders) to AutoCAD 2000 DXF, Model Space only, with splines, millimeters as units, and overwrite existing output:</p>



<pre class="wp-block-code"><code>cons_rcp.exe -source_folder "D:\Projects\2026\CAD\" -source_ext dwg -dest_path "D:\Projects\2026\DXF\" -dest_ext dxf -read_subfolders 1 -dxf_version 4 -dxf_dwg_layout 1 -dxf_spline 1 -dxf_units 1 -dxf_text 1 -overwrite 1</code></pre>



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



<h3 class="wp-block-heading">Automate with Windows Task Scheduler</h3>



<p>Save the command above as a <code>.bat</code> file and schedule it to run nightly, weekly, or at any interval. Add <code>/hide</code> to suppress the console window. Use <code>&gt; log.txt</code> to capture the conversion log:</p>



<pre class="wp-block-code"><code>cons_rcp.exe -source_folder "D:\Projects\2026\CAD\" -source_ext dwg -dest_path "D:\Projects\2026\DXF\" -dest_ext dxf -dxf_version 4 /hide &gt; "D:\Logs\dwg_to_dxf_log.txt"</code></pre>



<p>For the full CLI reference, see: <a href="https://www.reaconverter.com/features/command-line.html">Command-line Interface for Developers</a>.</p>



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



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



<p><strong>Layers missing after conversion?</strong> Check the layout setting. If you&#8217;re exporting only Model Space (<code>-dxf_dwg_layout 1</code>) but your geometry lives in a Paper Space layout, switch to All Layouts (<code>0</code>) or All Paper Spaces (<code>2</code>).</p>



<p><strong>Text looks wrong or is replaced by boxes?</strong> The target system may not have the fonts used in the DWG. Two options: set <code>-dxf_text 0</code> to convert text to polygons (preserves appearance but loses editability), or install matching SHX / TTF fonts on the receiving machine.</p>



<p><strong>File size significantly larger than original?</strong> This is expected. DXF (especially ASCII DXF) is less compact than binary DWG. If size matters, check whether your downstream tool accepts binary DXF. reaConverter outputs ASCII DXF by default for maximum compatibility.</p>



<p></p>



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



<h2 class="wp-block-heading">Which reaConverter edition do I need?</h2>



<figure class="wp-block-table has-small-font-size"><table><thead><tr><th>Feature</th><th>Standard</th><th>Pro</th></tr></thead><tbody><tr><td>DWG → DXF batch conversion</td><td>✓</td><td>✓</td></tr><tr><td>DXF version &amp; settings control</td><td>✓</td><td>✓</td></tr><tr><td>Context menu integration</td><td>✓</td><td>✓</td></tr><tr><td>Watch Folders</td><td>—</td><td>✓</td></tr><tr><td>Command-line (<code>cons_rcp.exe</code>)</td><td>—</td><td>✓</td></tr></tbody></table></figure>



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



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



<p>Converting DWG files to DXF doesn&#8217;t require AutoCAD, doesn&#8217;t require uploading your proprietary drawings to the cloud, and doesn&#8217;t have to be a manual file-by-file task. reaConverter handles the job in three ways: GUI batch, Watch Folders, and command line. Whether you need a one-off conversion or a fully automated 24/7 pipeline, you&#8217;re covered.</p>



<p>For engineering firms, architecture studios, fabrication shops, and anyone working with CAD drawings at scale, this is the workflow that eliminates the bottleneck. Already know what you need? Head straight to the <a href="https://www.reaconverter.com/convert/dwg_to_dxf.html">DWG to DXF converter page</a> to download or try online.</p>



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



<h3 class="wp-block-heading">Download reaConverter</h3>



<p>Ready to automate your <strong>DWG → DXF</strong> workflow? Grab the free trial and convert your first batch in under a minute.</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" title="Get batch DWG to DXF converter">Download reaConverter</a></p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Automatically Select Files According to their Size &#038; Extension</title>
		<link>https://howto.reaconverter.com/automatically-select-files-according-to-their-size-extension/</link>
		
		<dc:creator><![CDATA[reaconverter]]></dc:creator>
		<pubDate>Tue, 20 Jun 2017 05:47:41 +0000</pubDate>
				<category><![CDATA[Command-line]]></category>
		<guid isPermaLink="false">https://www.reaconverter.com/howto/?p=1608</guid>

					<description><![CDATA[reaConverter is one of the most powerful converter of image formats, supporting over 640 extensions. One of its main advantages is that it allows you to work with large groups of files at once, which is ideal for photographers, designers, webpage creators and other professional image handlers. But it can also work great for amateurs! ... <a title="How to Automatically Select Files According to their Size &#038; Extension" class="read-more" href="https://howto.reaconverter.com/automatically-select-files-according-to-their-size-extension/" aria-label="Read more about How to Automatically Select Files According to their Size &#038; Extension">Read more</a>]]></description>
										<content:encoded><![CDATA[<div style="padding-bottom: 56px; margin-left: 32px;"><img decoding="async" src="https://www.reaconverter.com/img/f-cmd.png" style="border: 0; box-shadow: 0 0 0; padding-top: 22px;" /></div>
<p>reaConverter is one of the most powerful converter of image formats, supporting over <a href="/features/formats.html">640 extensions</a>. One of its main advantages is that it allows you to work with large groups of files at once, which is ideal for photographers, designers, webpage creators and other professional image handlers. But it can also work great for amateurs!</p>
<p>To avoid the hassle of selecting images one by one when you have to edit a large number of them, reaConverter now lets you select them automatically using file size and/or extension as criteria. The option is not only available on the software’s GUI interface, in the <a href="/features/advanced-file-selection.html">Advanced file select</a> section, but it can also be operated via <a href="https://www.reaconverter.com/features/command-line.html">command-line interface</a>.</p>
<p><span id="more-1608"></span></p>
<div style="padding-bottom: 48px;">
<a href="https://www.reaconverter.com/"><img decoding="async" style="border: 0; box-shadow: 0 0 0; padding: 24px; padding-left: 80px; padding-bottom: 36px;" src="https://www.reaconverter.com/img/icons/reaconverter64.png" width=64 height=64></a><br />
<a style="color: #3b3b3b;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAATCAYAAACDW21BAAABbklEQVRIx7XUv2tTURTA8SvSsVhDFwXRwXYpOAREcBLxHwjBSAZBbIu4uHUXHRxcdfaf0EHEQfxJodqhInQRqTYxkGyGgsWPywk8Ssy7L+oXDjzOu/d+37v3nJuQKsQMzuEBNtHDFzzBTdTK1qgim8Ud7Pkz6zg/rXAWF3ANl/FQHjs4W1V4Go8wNB3PcSRXeBxP/R1DXMkV3vBv2MDKwUIaJ7w/YZF9fI7iWI/n/Qnj9/AGF8cJa7iLzoQFBljFiYjVyJXRwaWicAnv8LNkYh+Nwkc2IpfDJxxLmMerzEkDtArCVuYfjlhLuFVhwg+0C8J25HJ5mfA6s8y3sYVmQdiM3HZmz35L+J4x8Gts3ynMFYRzkWvFmDJ6Cd3M7XiGhTFttBDvcnif8KLCGXxAvSCrRy6Xeyl6SUXpmYgqsh4WR+dQ9e78GJHLLywXG/8kHvs/dHEVhw9ebUdxPQpgJxq6P2Xs4i1uR1EdGnl+A8aloD05wBMTAAAAAElFTkSuQmCC);  background-position: 16px 11px;  background-repeat: no-repeat;  background-color: #b4da21;  padding: 10px 18px 8px 56px;  font-size: 16px;  width: 231px;  height: 40px;text-decoration: none;" type="button" href="/download/reaConverterPro-Setup.exe">Install reaConverter</a>
</div>
<p>This is particularly useful for developers and advanced users who want to include reaConverter’s effective conversion features as part of a customized software solution.</p>
<p>The code lines that can be used for automatically selecting image files according to their size are:</p>
<p><code>-file_size_more <value> = minimum file size in Kb or Mb to be converted (example: -file_size_more 10Kb or -file_size_more 1Mb)<br />
-file_size_less <value> = maximum file size in Kb or Mb to be converted (example: -file_size_less 10Kb or -file_size_less 1Mb)</code></p>
<p>For example, if you want to convert into <strong>JPEG</strong> all files that have the <strong>BMP</strong> extension and are larger than 1 Mb from a folder, here is what you need to write:</p>
<p><code>cons_rcp.exe -source_folder "C:\Path_to\input_folder\" -source_ext bmp -file_size_more 1Mb -dest_path "C:\Path_to\output_folder\" -dest_ext jpg</code></p>
<p><img decoding="async" src="https://www.reaconverter.com/img/cmd.png"></p>
<style>
.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
<h2 style="font-weight: normal; padding-top: 18px;">Video Tutorial</h2>
<div class="responsive-video">
<iframe loading="lazy" width="640" height="480" src="//www.youtube.com/embed/WqiFrt_CI1I?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Converting PDFs Through Command-Prompt</title>
		<link>https://howto.reaconverter.com/converting-pdfs-through-command-prompt/</link>
		
		<dc:creator><![CDATA[reaconverter]]></dc:creator>
		<pubDate>Tue, 23 Feb 2016 06:02:56 +0000</pubDate>
				<category><![CDATA[Command-line]]></category>
		<category><![CDATA[Document conversion]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[command-prompt]]></category>
		<category><![CDATA[pdf]]></category>
		<guid isPermaLink="false">https://www.reaconverter.com/howto/?p=1203</guid>

					<description><![CDATA[If you are a software developer who is trying to design a program that, among others, can deliver PDF conversion, reaConverter Pro is just what you need. Through its advanced feature that allows it to be operated through the command-line interface, reaConverter will easily integrate into the custom solution that meets the needs of your ... <a title="Converting PDFs Through Command-Prompt" class="read-more" href="https://howto.reaconverter.com/converting-pdfs-through-command-prompt/" aria-label="Read more about Converting PDFs Through Command-Prompt">Read more</a>]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" src="https://www.reaconverter.com/howto/wp-content/uploads/2016/02/pdf_cmd.png" alt="Converting PDF from cmd" width="444" height="222" class="alignnone size-full wp-image-1205" style="border: 0; box-shadow: 0 0 0;" /></p>
<p>If you are a software developer who is trying to design a program that, among others, can deliver <a href="/convert/pdf.html">PDF conversion</a>, <strong>reaConverter Pro</strong> is just what you need. Through its advanced feature that allows it to be operated through the command-line interface, reaConverter will easily integrate into the custom solution that meets the needs of your program’s client. </p>
<p><span id="more-1203"></span></p>
<h2 style="font-weight: normal;">Command-line</h2>
<p>reaConverter Pro is designed precisely for developers, professional image designers and other types of advanced users. Apart from its <a href="/features/interface.html">GUI interface</a>, this software can be operated through command-line. Or in other words, it can receive commands written as text lines, which dictate it to undertake specific operations. This feature is mainly intended for programming, so it was developed for robots, not for humans. Compared to a GUI (graphical user) interface, where you mainly operate your computer using the mouse, the command-line is more difficult to use, because it requires users to have thorough knowledge of how to send commands to command prompt. However, this feature is a lot more effective when you need to do a complex set of tasks related, for example, with processing a large number of images. Or with converting PDFs.</p>
<p><img decoding="async" src="https://www.reaconverter.com/img/cmd.png"></p>
<h2 style="font-weight: normal;">PDF</h2>
<p>The <strong>PDF</strong> or Portable Document Format is considered to be one of the “safest” and most convenient formats for multi-page text documents. However, it has the disadvantage of needing a special application or a plug-in installed on your digital device, which might not always be easy to find and might take long loading times. With reaConverter, transforming your PDFs into more accessible image formats such as <a href="/convert/jpeg.html">JPEG</a>, <a href="/convert/png.html">PNG</a> or <a href="/convert/tiff.html">TIFF</a> &mdash; can quickly become part of a custom programming solution used by developers. For users who have to deal with reoccurring conversions of PDFs, with documents stored on several computers or with including a series of image editing operations as part of the conversion process, reaConverter can be part of an effective custom solution. </p>
<div style="padding-bottom: 48px;">
<a href="https://www.reaconverter.com/"><img decoding="async" style="border: 0; box-shadow: 0 0 0; padding: 24px; padding-left: 80px; padding-bottom: 36px;" src="https://www.reaconverter.com/img/icons/reaconverter64.png" width=64 height=64></a><br />
<a style="color: #3b3b3b;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAATCAYAAACDW21BAAABbklEQVRIx7XUv2tTURTA8SvSsVhDFwXRwXYpOAREcBLxHwjBSAZBbIu4uHUXHRxcdfaf0EHEQfxJodqhInQRqTYxkGyGgsWPywk8Ssy7L+oXDjzOu/d+37v3nJuQKsQMzuEBNtHDFzzBTdTK1qgim8Ud7Pkz6zg/rXAWF3ANl/FQHjs4W1V4Go8wNB3PcSRXeBxP/R1DXMkV3vBv2MDKwUIaJ7w/YZF9fI7iWI/n/Qnj9/AGF8cJa7iLzoQFBljFiYjVyJXRwaWicAnv8LNkYh+Nwkc2IpfDJxxLmMerzEkDtArCVuYfjlhLuFVhwg+0C8J25HJ5mfA6s8y3sYVmQdiM3HZmz35L+J4x8Gts3ynMFYRzkWvFmDJ6Cd3M7XiGhTFttBDvcnif8KLCGXxAvSCrRy6Xeyl6SUXpmYgqsh4WR+dQ9e78GJHLLywXG/8kHvs/dHEVhw9ebUdxPQpgJxq6P2Xs4i1uR1EdGnl+A8aloD05wBMTAAAAAElFTkSuQmCC);  background-position: 16px 11px;  background-repeat: no-repeat;  background-color: #b4da21;  padding: 10px 18px 8px 56px;  font-size: 16px;  width: 231px;  height: 40px;text-decoration: none;" type="button" href="/download/reaConverterPro-Setup.exe">Install reaConverter Pro</a>
</div>
<p>Using reaConvert through command-line will increase the speed of handling the conversion of your PDFs, generating an increase in your productivity and the chance to handle your files more securely, with less errors and less computer resources used. </p>
<p>Through its command-line tool, <strong>cons_rcp.exe</strong>, reaConverter facilitates the processing of over <a href="/features/formats.html">550 files formats</a>, including conversion from and into <a href="/convert/pdf.html">PDF</a>.</p>
<h2 style="font-weight: normal;">How does it work?</h2>
<p>The tool can be used directly from the command-prompt, Windows batch command files or through third party applications, you use can settings from reaConverter&#8217;s .cgf (<a href="https://www.reaconverter.com/features/config-and-action-files.html">configuration</a>) and .act (<a href="https://www.reaconverter.com/features/config-and-action-files.html">action</a>) files.</p>
<p>Here is a basic usage example. To convert one PDF file to .jpg run from cmd:</p>
<p><code>cons_rcp.exe -s "C:\Path_to\source_file.pdf" -o "C:\Path_to\output_file.jpg"</code></p>
<p>That&#8217;s all!</p>
<p>reaConverter will take <strong>source_file.pdf</strong> and convert it into <strong>output_file.jpg</strong>.</p>
<p>In the former type of files you can set the output format or what you wish your PDF file to be converted in, and in the latter you can set the specific processes you want to apply to your files. For a complete guide to using command-line in order to integrate reaConverter Pro as part of your custom solution, as well as a full list of required and optional parameters you can check <a href="https://www.reaconverter.com/features/command-line.html">Command Line Interface Reference Guide</a></p>
<div style="margin-bottom: 48px;margin-top:42px;"><a style="color: #3b3b3b;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAATCAYAAACDW21BAAABbklEQVRIx7XUv2tTURTA8SvSsVhDFwXRwXYpOAREcBLxHwjBSAZBbIu4uHUXHRxcdfaf0EHEQfxJodqhInQRqTYxkGyGgsWPywk8Ssy7L+oXDjzOu/d+37v3nJuQKsQMzuEBNtHDFzzBTdTK1qgim8Ud7Pkz6zg/rXAWF3ANl/FQHjs4W1V4Go8wNB3PcSRXeBxP/R1DXMkV3vBv2MDKwUIaJ7w/YZF9fI7iWI/n/Qnj9/AGF8cJa7iLzoQFBljFiYjVyJXRwaWicAnv8LNkYh+Nwkc2IpfDJxxLmMerzEkDtArCVuYfjlhLuFVhwg+0C8J25HJ5mfA6s8y3sYVmQdiM3HZmz35L+J4x8Gts3ynMFYRzkWvFmDJ6Cd3M7XiGhTFttBDvcnif8KLCGXxAvSCrRy6Xeyl6SUXpmYgqsh4WR+dQ9e78GJHLLywXG/8kHvs/dHEVhw9ebUdxPQpgJxq6P2Xs4i1uR1EdGnl+A8aloD05wBMTAAAAAElFTkSuQmCC);  background-position: 16px 11px;  background-repeat: no-repeat;  background-color: #b4da21;  padding: 10px 16px 8px 56px;  font-size: 16px;  width: 231px;  height: 40px;text-decoration: none;" type="button" href="/download/reaConverterPro-Setup.exe">Download reaConverter Pro</a></div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Integrating RAW Image Conversion in Your Custom Solution</title>
		<link>https://howto.reaconverter.com/integrate-raw-conversion/</link>
		
		<dc:creator><![CDATA[reaconverter]]></dc:creator>
		<pubDate>Tue, 01 Sep 2015 07:29:11 +0000</pubDate>
				<category><![CDATA[Command-line]]></category>
		<category><![CDATA[RAW formats]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[raw]]></category>
		<guid isPermaLink="false">https://www.reaconverter.com/howto/?p=907</guid>

					<description><![CDATA[RAW image conversion represents a key feature used by professional photographers, graphic artists, web designers and other types of advanced image editors. In case you are a developer who designs a program addressed to these users and which can deliver RAW conversion, together with a wide array of image editing options, reaConverter Pro is just ... <a title="Integrating RAW Image Conversion in Your Custom Solution" class="read-more" href="https://howto.reaconverter.com/integrate-raw-conversion/" aria-label="Read more about Integrating RAW Image Conversion in Your Custom Solution">Read more</a>]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" style="border: 0; box-shadow: 0 0 0; padding: 36px;" src="https://www.reaconverter.com/img/f-cmd.png" alt="Command-line interface for RAW conversion." /></p>
<p><a href="/convert/raw.html">RAW</a> image conversion represents a key feature used by professional photographers, graphic artists, web designers and other types of advanced image editors. In case you are a developer who designs a program addressed to these users and which can deliver RAW conversion, together with a wide array of image editing options, reaConverter Pro is just what you need! Why? Because, as opposed to many other converters, reaConverter Pro not only supports a GUI interface, but can also be operated through <a href="https://www.reaconverter.com/features/command-line.html">command-line</a>. Which means it can help you integrate a large variety of image conversions &mdash; including from the RAW format &mdash; in your very <strong>own custom solution</strong>.</p>
<p><span id="more-907"></span></p>
<p>RAW image files, also known as digital negatives, store image details with a high degree of accuracy. Most professional photographers prefer to set their cameras in the RAW shooting mode because this means the lens will capture images that are as close as they can get to what you can see with your naked one. Moreover, RAW image files are preferred by professionals because they allow a wide range of computer processing. In other words, they provide more control for the photographer on aspects such as contrast and saturation, applying color filters and correcting the white balance.</p>
<p><img loading="lazy" decoding="async" src="https://www.reaconverter.com/howto/wp-content/uploads/2015/09/RAW-camera-menu-quality-setting.jpg" alt="RAW" width="499" height="308" class="alignnone size-full wp-image-912" /></p>
<p>However, in addition to all these advantages, RAW images also have an important drawback: they tend to be huge! One RAW file can get up to 6 times larger than a JPEG, which means RAWs are more difficult to send by e-mail and they take a lot of space on your computer. In addition, they are not compatible with most regular image viewers and can often be opened and edited only using an advanced graphics editing program, such as Corel Draw or Adobe Photoshop.</p>
<p><strong>reaConverter Pro</strong> provides a quick and easy way to convert RAW images and apply a wide-ranging set of image editing options, which you can include in your own integrated solution. A program of this kind will help its user automate the reoccurring operations related to handling their RAW files, thus spending less time repeating the same operations, and generally increasing productivity and being more effective.</p>
<div style="padding-bottom: 48px;">
<a href="https://www.reaconverter.com/"><img decoding="async" style="border: 0; box-shadow: 0 0 0; padding: 24px; padding-left: 70px; padding-bottom: 36px;" src="https://www.reaconverter.com/img/icons/reaconverter64.png" width=64 height=64></a><br />
<a style="color: #3b3b3b;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAATCAYAAACDW21BAAABbklEQVRIx7XUv2tTURTA8SvSsVhDFwXRwXYpOAREcBLxHwjBSAZBbIu4uHUXHRxcdfaf0EHEQfxJodqhInQRqTYxkGyGgsWPywk8Ssy7L+oXDjzOu/d+37v3nJuQKsQMzuEBNtHDFzzBTdTK1qgim8Ud7Pkz6zg/rXAWF3ANl/FQHjs4W1V4Go8wNB3PcSRXeBxP/R1DXMkV3vBv2MDKwUIaJ7w/YZF9fI7iWI/n/Qnj9/AGF8cJa7iLzoQFBljFiYjVyJXRwaWicAnv8LNkYh+Nwkc2IpfDJxxLmMerzEkDtArCVuYfjlhLuFVhwg+0C8J25HJ5mfA6s8y3sYVmQdiM3HZmz35L+J4x8Gts3ynMFYRzkWvFmDJ6Cd3M7XiGhTFttBDvcnif8KLCGXxAvSCrRy6Xeyl6SUXpmYgqsh4WR+dQ9e78GJHLLywXG/8kHvs/dHEVhw9ebUdxPQpgJxq6P2Xs4i1uR1EdGnl+A8aloD05wBMTAAAAAElFTkSuQmCC);  background-position: 16px 11px;  background-repeat: no-repeat;  background-color: #b4da21;  padding: 10px 18px 8px 56px;  font-size: 16px;  width: 231px;  height: 40px;text-decoration: none;" type="button" href="/download/reaConverterPro-Setup.exe">Install reaConverter</a>
</div>
<h2 style="font-weight: normal; padding-top: 18px;">How does it work?</h2>
<p>Through reaConverter’s command-line tool, <strong>cons_rcp.exe</strong>. Over 500 image formats can be processed and converted through this tool, including digital camera <a href="https://www.reaconverter.com/features/raw-formats.html">RAW images</a>. The tool can be accessed directly from the command-line interface.</p>
<p><img decoding="async" src="https://www.reaconverter.com/img/cmd.png"></p>
<p>The tool allows you to set the output format of the RAW file &mdash; several accessible formats are available, such as <a href="/convert/jpg.html">JPG</a>, <a href="/convert/png.html">PNG</a> or <a href="/convert/tif.html">TIF</a>.</p>
<p><strong>To convert one CR2 raw file run from cmd:</strong></p>
<p><code>cons_rcp.exe -s "C:\Path_to\input_file.cr2" -o "C:\Path_to\output_file.jpg"</code></p>
<p><strong>You can use config.cfg and action .act files for batch raw conversion and editing:</strong></p>
<p><code>cons_rcp.exe "C:\Path_to\cfg_file.cfg" "C:\Path_to\act_file.act" -f source_file1 source_file2 source_file3</code></p>
<p>Configuration (.cfg) and action (.act) files are useful to automate the image conversion and editing process, especially when dealing with large numbers of images.</p>
<p>Configuration files contain details about the output extension of the converted images and the destination folder, as well as other additional features, such as <a href="https://www.reaconverter.com/features/raw-loading-settings.html">RAW Formats Loading Settings</a>, file name modifications or other conversion options.</p>
<p>Action files include the actual editing actions that will be applied to images, such as resizing, cropping, rotating, adjusting white balance, watermarking, etc.</p>
<p>The .cfg and .act files <a href="https://www.reaconverter.com/features/config-and-action-files.html">can be created</a> using any text editor, but it is easier to create them using directly reaConverter.</p>
<p>Any parameter from .cfg or .act file can be specified in a command line, for example</p>
<p><code>cons_rcp.exe -s "C:\Path_to\input_file.cr2" -o "C:\Path_to\output_file.jpg" -resize 50x50% qh 1 -jpg_quality 100</code></p>
<p>You can specify the exact processes you want to apply to your files, involving image editing. A complete set of instructions on how to use reaConverter Pro to integrate RAW command-line image conversion in your own custom solution, including a list of parameters, is available in our <a href="https://www.reaconverter.com/features/command-line.html">(CLI) Command Line Interface Reference Guide</a>.</p>
<div style="margin-bottom: 48px;margin-top:42px;"><a style="color: #3b3b3b;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAATCAYAAACDW21BAAABbklEQVRIx7XUv2tTURTA8SvSsVhDFwXRwXYpOAREcBLxHwjBSAZBbIu4uHUXHRxcdfaf0EHEQfxJodqhInQRqTYxkGyGgsWPywk8Ssy7L+oXDjzOu/d+37v3nJuQKsQMzuEBNtHDFzzBTdTK1qgim8Ud7Pkz6zg/rXAWF3ANl/FQHjs4W1V4Go8wNB3PcSRXeBxP/R1DXMkV3vBv2MDKwUIaJ7w/YZF9fI7iWI/n/Qnj9/AGF8cJa7iLzoQFBljFiYjVyJXRwaWicAnv8LNkYh+Nwkc2IpfDJxxLmMerzEkDtArCVuYfjlhLuFVhwg+0C8J25HJ5mfA6s8y3sYVmQdiM3HZmz35L+J4x8Gts3ynMFYRzkWvFmDJ6Cd3M7XiGhTFttBDvcnif8KLCGXxAvSCrRy6Xeyl6SUXpmYgqsh4WR+dQ9e78GJHLLywXG/8kHvs/dHEVhw9ebUdxPQpgJxq6P2Xs4i1uR1EdGnl+A8aloD05wBMTAAAAAElFTkSuQmCC);  background-position: 16px 11px;  background-repeat: no-repeat;  background-color: #b4da21;  padding: 10px 16px 8px 56px;  font-size: 16px;  width: 231px;  height: 40px;text-decoration: none;" type="button" href="/download/reaConverterPro-Setup.exe">Try reaConverter Pro</a></div>
<p><i style="color: #999;">You are welcome to contact our <a style="color: #999;" href="/support/">technical support</a> when you have any questions about reaConverter.</i></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Converting DWG Files via Command-Line</title>
		<link>https://howto.reaconverter.com/convert-dwg-files-from-cmd/</link>
		
		<dc:creator><![CDATA[reaconverter]]></dc:creator>
		<pubDate>Mon, 20 Jul 2015 08:54:43 +0000</pubDate>
				<category><![CDATA[Command-line]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[dwg]]></category>
		<guid isPermaLink="false">https://www.reaconverter.com/howto/?p=803</guid>

					<description><![CDATA[Are you designing a program targeting people who work in architecture, construction engineering or design? If so, you probably want to add DWG conversion as one of its useful features. DWG (“Drawing”) is one of the most helpful and popular formats in handling computer-aided design or drafting (CAD). However, though preferred by many for its ... <a title="Converting DWG Files via Command-Line" class="read-more" href="https://howto.reaconverter.com/convert-dwg-files-from-cmd/" aria-label="Read more about Converting DWG Files via Command-Line">Read more</a>]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" src="https://www.reaconverter.com/howto/wp-content/uploads/2015/07/dwg_cmd.png" alt="Convert dwg via cmd" width="444" height="222" class="alignnone size-full wp-image-805" style="border: 0; box-shadow: 0 0 0;" /></p>
<p>Are you designing a program targeting people who work in architecture, construction engineering or design? If so, you probably want to add <a href="/convert/dwg.html">DWG</a> conversion as one of its useful features. <strong>DWG</strong> (“Drawing”) is one of the most helpful and popular formats in handling computer-aided design or drafting (<a href="/features/cad-formats.html">CAD</a>).</p>
<p>However, though preferred by many for its ability to edit and optimize 3D design data and metadata, DWG files also have a few drawbacks. Firstly, in order to open them you need to have <strong>AutoCAD</strong> or <strong>IntelliCAD</strong> installed, and using these programs requires not only a powerful computer, but also special training. Secondly, <strong>DWG</strong> files tend to have very large sizes and require long loading times. For all these reasons, most people who work with DWGs prefer to be able to convert them into <strong>PDFs</strong>, because thus it becomes much easier to store, open and e-mail them. </p>
<p><span id="more-803"></span></p>
<p>If you are a developer who wants to integrate DWG conversion into a customized solution, <strong>reaConverter Pro</strong> is precisely what you need. This easy-to-install software which can be downloaded at <a href="https://www.reaconverter.com/">reaconverter.com</a> and has a 15-day free trial period.</p>
<div style="padding-bottom: 48px;">
<a href="https://www.reaconverter.com/"><img decoding="async" style="border: 0; box-shadow: 0 0 0; padding: 24px; padding-left: 70px; padding-bottom: 36px;" src="https://www.reaconverter.com/img/icons/reaconverter64.png" width=64 height=64></a><br />
<a style="color: #3b3b3b;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAATCAYAAACDW21BAAABbklEQVRIx7XUv2tTURTA8SvSsVhDFwXRwXYpOAREcBLxHwjBSAZBbIu4uHUXHRxcdfaf0EHEQfxJodqhInQRqTYxkGyGgsWPywk8Ssy7L+oXDjzOu/d+37v3nJuQKsQMzuEBNtHDFzzBTdTK1qgim8Ud7Pkz6zg/rXAWF3ANl/FQHjs4W1V4Go8wNB3PcSRXeBxP/R1DXMkV3vBv2MDKwUIaJ7w/YZF9fI7iWI/n/Qnj9/AGF8cJa7iLzoQFBljFiYjVyJXRwaWicAnv8LNkYh+Nwkc2IpfDJxxLmMerzEkDtArCVuYfjlhLuFVhwg+0C8J25HJ5mfA6s8y3sYVmQdiM3HZmz35L+J4x8Gts3ynMFYRzkWvFmDJ6Cd3M7XiGhTFttBDvcnif8KLCGXxAvSCrRy6Xeyl6SUXpmYgqsh4WR+dQ9e78GJHLLywXG/8kHvs/dHEVhw9ebUdxPQpgJxq6P2Xs4i1uR1EdGnl+A8aloD05wBMTAAAAAElFTkSuQmCC);  background-position: 16px 11px;  background-repeat: no-repeat;  background-color: #b4da21;  padding: 10px 18px 8px 56px;  font-size: 16px;  width: 231px;  height: 40px;text-decoration: none;" type="button" href="/download/reaConverterPro-Setup.exe">Install reaConverter</a>
</div>
<p>reaConverter can be operated both through a GUI interface and through command-line. In order words, you can work with reaConverter not only by issuing command through graphic interface, but also by writing “<strong>command lines</strong>”.  The latter option is particularly useful when you want to include DWG conversion as a feature in the software you are designing. <a href="/features/command-line.html">Command-line</a> is an effective way to automate reoccurring conversion operations and generally simplify the way users handle image manipulation. It also increases the operation speed, thus saving time and energy, and decreases the possibility of errors.</p>
<p><img decoding="async" src="https://www.reaconverter.com/img/cmd.png"></p>
<p>reaConverter Pro supports conversion and image editing through command-line for over <a href="/features/formats.html">500 image file formats</a>, including DWG.</p>
<h2 style="font-weight: normal; padding-top: 18px;">How does it work?</h2>
<p>Directly from the command-line, through command (batch) files or through third party applications.<br />
In each case, you can use reaConverter’s command-line tool, <strong>cons_rcp.exe</strong>, which allows you run conversion with configuration (.cfg) and action (.act) files.</p>
<p>Here is the simple usage of <strong>cons_rcp.exe</strong>:</p>
<p><code>cons_rcp.exe -s source_file -o output_file [cfg_file.cfg] [act_file.act]</code></p>
<p>In the config files, you can set the output format of the converted file, as well as where you want to save it on your computer, under what name, and using what kind of conversion options. In the action type of files, you can define the exact image editing actions you want to apply to the images. You can read more about config and action files here: <a href="https://www.reaconverter.com/features/config-and-action-files.html">reaconverter.com/features/config-and-action-files.html</a></p>
<p>Detailed information about how to use command-line for converting DWG files, together with a list of required and optional parameters for doing conversions through command-line, is available at <a href="https://www.reaconverter.com/features/command-line.html">reaconverter.com/features/command-line.html</a></p>
<p>Moreover, if you encounter any difficulties integrating DWG conversion in your customized software, reaConverter also offers hight quality <a href="https://www.reaconverter.com/support/">technical support</a>.</p>
<div style="margin-bottom: 48px;margin-top:42px;"><a style="color: #3b3b3b;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAATCAYAAACDW21BAAABbklEQVRIx7XUv2tTURTA8SvSsVhDFwXRwXYpOAREcBLxHwjBSAZBbIu4uHUXHRxcdfaf0EHEQfxJodqhInQRqTYxkGyGgsWPywk8Ssy7L+oXDjzOu/d+37v3nJuQKsQMzuEBNtHDFzzBTdTK1qgim8Ud7Pkz6zg/rXAWF3ANl/FQHjs4W1V4Go8wNB3PcSRXeBxP/R1DXMkV3vBv2MDKwUIaJ7w/YZF9fI7iWI/n/Qnj9/AGF8cJa7iLzoQFBljFiYjVyJXRwaWicAnv8LNkYh+Nwkc2IpfDJxxLmMerzEkDtArCVuYfjlhLuFVhwg+0C8J25HJ5mfA6s8y3sYVmQdiM3HZmz35L+J4x8Gts3ynMFYRzkWvFmDJ6Cd3M7XiGhTFttBDvcnif8KLCGXxAvSCrRy6Xeyl6SUXpmYgqsh4WR+dQ9e78GJHLLywXG/8kHvs/dHEVhw9ebUdxPQpgJxq6P2Xs4i1uR1EdGnl+A8aloD05wBMTAAAAAElFTkSuQmCC);  background-position: 16px 11px;  background-repeat: no-repeat;  background-color: #b4da21;  padding: 10px 16px 8px 56px;  font-size: 16px;  width: 231px;  height: 40px;text-decoration: none;" type="button" href="/download/reaConverterPro-Setup.exe">Download reaConverter Pro</a></div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Watermark Images via Command Line</title>
		<link>https://howto.reaconverter.com/watermark-images-via-command-line/</link>
		
		<dc:creator><![CDATA[reaconverter]]></dc:creator>
		<pubDate>Mon, 22 Jun 2015 11:40:07 +0000</pubDate>
				<category><![CDATA[Command-line]]></category>
		<category><![CDATA[Image editing]]></category>
		<category><![CDATA[watermarking]]></category>
		<guid isPermaLink="false">https://www.reaconverter.com/howto/?p=750</guid>

					<description><![CDATA[If you want to make sure your copyrights are protected and no one will use the images you create without explicit permission, watermarking your images is the best solution. But this implies editing each image so that it includes a personalized text or image which appears transparently, with customizable size and position. Many people might ... <a title="How to Watermark Images via Command Line" class="read-more" href="https://howto.reaconverter.com/watermark-images-via-command-line/" aria-label="Read more about How to Watermark Images via Command Line">Read more</a>]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" src="https://www.reaconverter.com/features/image-editing/samples/text-watermark.png" class="alignnone size-full wp-image-734" style="border: 0; box-shadow: 0 0 0; padding-top: 16px;" /></p>
<p>If you want to make sure your <strong>copyrights are protected</strong> and no one will use the images you create without explicit permission, watermarking your images is the best solution. But this implies editing each image so that it includes a personalized text or image which appears transparently, with customizable size and position. Many people might find that to be a complicated task, involving a series of repetitive operations.</p>
<p><span id="more-750"></span></p>
<p>However, we are convinced watermarking your images shouldn&#8217;t be a difficult, time-consuming or costly process. And for this reason we recommend using ReaConverter Pro for adding watermarks, especially in case you are a developer or an advanced user who would like to integrate this feature in his own customized solution. As opposed to many other converters, reaConverter Pro not only supports a GUI interface, but can also be operated through <a href="https://www.reaconverter.com/features/command-line.html">command-line</a> or <a href="https://www.reaconverter.com/features/watch-folders.html">Watch folder</a>. Which means it can help you integrate a large variety of image editing features in your very own custom solution.</p>
<p>How can you watermark a series of images using command line? Just follow these easy steps:</p>
<h2 style="font-weight: normal; padding-top: 18px;">Create action file</h2>
<p>Create a file with the .act (action) extension, which includes the <a href="https://www.reaconverter.com/features/image-editing/text-watermark.html">Watermark</a> action. How? Start the conversion process normally, by opening reaConverter and moving directly to the <strong>Edit images</strong> tab. Click <strong>+ add action</strong> button and choose Watermark from the dropdown menu. After you pick the type of watermark you intend to use (image or text) and its features, use <strong>Save action file as…</strong> What will result is the .act file you will need in order to process this feature through command-line. Make sure you remember where you saved it.</p>
<p><img decoding="async" src="https://www.reaconverter.com/features/image-editing/screens/text-watermark-1.png"></p>
<h2 style="font-weight: normal; padding-top: 18px;">Run CMD</h2>
<p>Open the <strong>cmd</strong> tool or a third party application that enables you to use it. Here you can issue commands written as text lines. Though more difficult to use than the GUI (graphical user) interface &#8211; because it requires more knowledge about how to write command lines and thus it is addressed mainly to developers and advanced users, command line is very effective when a complex set of tasks is involved, such as watermarking a large number of images.  </p>
<h2 style="font-weight: normal; padding-top: 18px;">Start cons_rcp.exe</h2>
<p>Use reaConverter’s command-line tool, cons_rcp.exe, to process over 500 images file formats, including <a href="/convert/pdf.html">PDF</a>, <a href="/convert/jpg.html">JPG</a>, <a href="/convert/tiff.html">TIFF</a> and <a href="https://www.reaconverter.com/features/formats.html">many others</a>. Make full use of the .act file you have created and include Watermarking in your own customized software solution.</p>
<p><img decoding="async" src="https://www.reaconverter.com/features/image-editing/screens/text-watermark-cmd.png"></p>
<h2 style="font-weight: normal; padding-top: 18px;">Example</h2>
<p>Here is the example on how to apply watermark with text on your images:<br />
<code><br />
cons_rcp.exe -s "C:\Path_to\input_file.jpg" -o "C:\Path_to\output_file.jpg" -text_watermark t"Text Watermark Here" pos50x50% op100 fn"Arial" fs24 b<br />
</code></p>
<p>Watermarking with image:<br />
<code><br />
cons_rcp.exe -s "C:\Path_to\input_file.jpg" -o "C:\Path_to\output_file.jpg" -image_watermark p"C:\Path_to\watermark.png" pos10x10% op50 rot90 mt<br />
</code></p>
<p>Dynamic watermarks:<br />
<code><br />
cons_rcp.exe -s "C:\Path_to\input_file.jpg" -o "C:\Path_to\output_file.jpg" -text_watermark datetime pos50x50% op100 fn"Arial" fs24 b<br />
</code></p>
<p>You can also watermark images with primitive drawings:<br />
<code><br />
cons_rcp.exe -s "C:\Path_to\input_file.jpg" -o "C:\Path_to\output_file.jpg" -line pos50x50 size100x100 rgb(66,137,212) p2 aa<br />
</code></p>
<p>For a complete guide on how to use command-line in order to integrate reaConverter&#8217;s features in your own developing project, you can read <a href="https://www.reaconverter.com/features/command-line.html">Command Line Interface Reference Guide</a></p>
<div style="padding-top: 18px;padding-bottom: 18px;">
<span style="-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #f5f5f5; padding: 13px; padding-bottom: 11px;">&nbsp;&nbsp;&nbsp;<a style="font-size: 14pt; font-weight: normal;" href="/download/reaConverterStandard-Setup.exe">Download&nbsp;<b>reaConverter</b></a>&nbsp;&nbsp;&nbsp;</span>
</div>
<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>3 Tips for Integrating TIF Conversion in your Custom Solution</title>
		<link>https://howto.reaconverter.com/3-tips-for-integrating-tif-conversion-in-your-custom-solution/</link>
		
		<dc:creator><![CDATA[reaconverter]]></dc:creator>
		<pubDate>Thu, 04 Sep 2014 09:15:19 +0000</pubDate>
				<category><![CDATA[Command-line]]></category>
		<category><![CDATA[Image conversion]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[tif]]></category>
		<category><![CDATA[tiff]]></category>
		<guid isPermaLink="false">http://www.reaconverter.com/howto/?p=412</guid>

					<description><![CDATA[The TIF (Tagged Image File) format is often preferred by photographers because of the image quality it provides, as well as its compression features and availability for editing. TIFs provide high colour-depth images and smaller processing times than, for example, EPS or AI files. Apart from photography, the TIF format is also used in the ... <a title="3 Tips for Integrating TIF Conversion in your Custom Solution" class="read-more" href="https://howto.reaconverter.com/3-tips-for-integrating-tif-conversion-in-your-custom-solution/" aria-label="Read more about 3 Tips for Integrating TIF Conversion in your Custom Solution">Read more</a>]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" style="border: 0; box-shadow: 0 0 0;" src="http://www.reaconverter.com/howto/wp-content/uploads/2014/09/tif_cmd.png" alt="tif_cmd" width="446" height="222" class="alignnone size-full wp-image-413" /></p>
<p>The <strong>TIF</strong> (Tagged Image File) format is often preferred by photographers because of the image quality it provides, as well as its compression features and availability for editing. TIFs provide high colour-depth images and smaller processing times than, for example, EPS or AI files. Apart from photography, the TIF format is also used in the professional printing or publishing industry and in graphic art. </p>
<p>As opposed to <strong>JPEGs</strong>, which provide a “lossy compression” of the image, TIF files can ensure a “lossless” compression, thus retaining all the image details with increased accuracy. This, however, also means that uncompressed TIF files tend to get very large and are more difficult to store or share.</p>
<p><span id="more-412"></span></p>
<p>With its equal range of both advantages and disadvantages, the TIF format is preferred by some and avoided by others. If you are a developer who plans to create an integrated solution that offers its users the possibility to convert image files both to and from the TIF format, here are 3 essential tips:</p>
<ol>
<li>Choose a <strong>professional converter</strong> which can be easily incorporated in the custom solution you plan to design. reaConverter Pro is a great option, because apart from its GUI interface, it can also be operated through <strong>the command-line interface</strong>. This means that you can run it both directly, by issuing command through mouse clicks, or indirectly, by writing ”command lines” which dictate the program what operations to undertake. The first option might seem easier at first glance, but it is less effective when you plan to do advanced programming. In fact, reaConverter Pro is precisely addressed to developers and professional image designers, and it can be tried for free at <a href="http://www.reaconverter.com">reaconverter.com</a></li>
<p>&nbsp;</p>
<li>Use reaConverter Pro to automate a series of routine and/or reoccurring operations connected to how your software handles conversions to and from the <a href="http://www.reaconverter.com/convert/tif.html">TIF format</a>. Thus, you will be able to increase your productivity, spend less time doing tedious operations over and over again, as well as avoid errors and generally work more effectively. </li>
<p>&nbsp;</p>
<li>Use the program’s command-line tool, <strong>cons_rcp.exe</strong>, to integrate the conversion of TIFs in and from a large variety of formats, including <a href="http://www.reaconverter.com/convert/jpg.html">JPG</a>, <a href="http://www.reaconverter.com/convert/png.html">PNG</a>, <a href="http://www.reaconverter.com/convert/pdf.html">PDF</a> and <a href="http://www.reaconverter.com/features/formats.html">many others</a> &mdash; in your custom programming solution. The tool can be used through third party applications via command-line interface. By using it, you can also define the variety of <a href="http://www.reaconverter.com/features/#Editing">image editing actions</a> to apply to your files. Depending on what you plan to do with your TIF files, reaConverter lets you choose between <a href="http://www.reaconverter.com/features/add-tiff-compression.html">2 kinds of CCIT compression</a>: Group 3 compression and Group 4 compression. A comprehensive command-line interface manual is available at this address: <a href="http://www.reaconverter.com/features/command-line.html">http://www.reaconverter.com/features/command-line.html</a></li>
</ol>
<h1 style="font-weight: normal; padding-top: 15px;">Example of command-line conversion:</h1>
<p>Here is a quick tutorial of how you can find it and how you can start using the command-line feature.
</p>
<p>To convert TIF file into JPG try:</p>
<pre>cons_rcp.exe -s "C:\source_file.tif" -o "C:\output_file.jpg" -jpg_quality 100%</pre>
<p>Batch TIF to JPG conversion from one folder to another:</p>
<pre>cons_rcp.exe -source_folder "C:\source_folder\" -source_ext tif -dest_path "C:\output_folder\" -dest_ext jpg</pre>
<p><img loading="lazy" decoding="async" src="/img/cmd.png" alt="" width="673" height="326" style="margin-top: 28px; margin-bottom: 24px;"  class="alignnone size-full"></p>
<p>
Command-line tiff conversion tool is an advanced feature meant for professional use, and is available in <strong>Pro</strong> edition only.</p>
<ul class="text-1">
<li><a href="http://www.reaconverter.com/features/command-line.html">(CLI) Command Line Interface Reference Guide</a></li>
</ul>
<div style="margin-top: 10px;">&nbsp;</div>
<p><span style="-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #f5f5f5; padding: 13px; padding-bottom: 11px;">&nbsp;&nbsp;&nbsp;<a style="font-size: 14pt; font-weight: normal;" onclick="javascript:urchinTracker('http://www.reaconverter.com/download/reaConverterPro-Setup.exe');" href="http://www.reaconverter.com/download/reaConverterPro-Setup.exe">Download and try <b>reaConverter Pro</b></a>&nbsp;&nbsp;&nbsp;</span></p>
<div style="margin-top: 30px;">&nbsp;</div>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
