Batch Converting Documents using a Dropbox Folder


Your company uses Dropbox to share files and now you would like to be able to convert and store archive files from anywhere – any PC, any mobile device like a tablet or phone. You can set up a shared folder in Dropbox,  synchronize that folder on a computer running Document Conversion Service, and configure the Watch Folder service to monitor the shared Dropbox folder for files to convert.

Steps:

  1. Install Dropbox on the computer where Document Conversion Service is running.
  2. Create a folder in Dropbox (ie “WatchFolder-IN“). This is the folder that will be monitored for files to convert. If you want other Dropbox users to be able to see and upload files to this folder, create this folder using Dropbox’s Sharing feature.
  3. If you want to have the converted files also available via Dropbox, then create another folder (ie “WatchFolder-OUT“). This is the folder that will contain the converted files.
    Adding Folders in Dropbox for Document Conversion Service
  4. To open the Watch Folder configuration file, click Start – Programs – Document Conversion Service 3.0 – Watch Folder – Configure Watch Folder Settings.
  5. Configure the Watch Folder service to monitor the Dropbox folder by changing the InputFolder path to be your “WatchFolder-IN” Dropbox folder. If you want the converted files automatically uploaded to Dropbox as well, set the OutputFolder path to be the “WatchFolder-OUT” Dropbox.
    <!-- This watch folder creates 300 DPI Optimized TIFF Images -->
    <WatchFolder Name="ConvertToTIFF Watch Folder">
       <Settings>
            <!-- Folder options -->
            <add Name="InputFolder" Value="C:\Users\UserName\Dropbox\WatchFolder-IN"/>
            <add Name="SearchFilter" Value="*.*"/>
            <add Name="IncludeSubFolders" Value="True"/>
            <add Name="DeleteInputSubFolders" Value="True"/>
            <add Name="StagingFolder" Value="C:\PEERNET\WatchFolders\ConvertToTIFF\Staging"/>
            <add Name="WorkingFolder" Value="C:\PEERNET\WatchFolders\ConvertToTIFF\Working"/>
            <add Name="FailedFolder" Value="C:\PEERNET\WatchFolders\ConvertToTIFF\Failed"/>
            <add Name="CompletedFolder" Value="C:\PEERNET\WatchFolders\ConvertToTIFF\Completed"/>        
            <add Name="OutputFolder" Value="C:\Users\UserName\Dropbox\WatchFolder-OUT"/>
            <add Name="PollingInterval" Value="15000"/>
            <add Name="DCOMComputerName" Value="localhost"/>
            <add Name="TestMode" Value="false"/>
            <add Name="NormalizeFilenames" Value="false"/>
    
            <!-- Output file options -->
            <add Name="Devmode settings;Resolution" Value="300"/>
            <add Name="Save;Output File Format" Value="TIFF Multipaged"/>
            <add Name="Save;Append" Value="0"/>
            <add Name="Save;Color reduction" Value="Optimal"/>
            <add Name="Save;Dithering method" Value="Halftone"/>
            <add Name="Save;Remove filename extension" Value="0" />
            <add Name="TIFF File Format;BW compression" Value="Group4"/>
            <add Name="TIFF File Format;Color compression" Value="LZW RGB"/>
            <add Name="TIFF File Format;Indexed compression" Value="LZW"/>
            <add Name="TIFF File Format;Greyscale compression" Value="LZW"/>
            <add Name="JPEG File Format;Color compression" Value="Medium Quality"/>
            <add Name="JPEG File Format;Greyscale compression" Value="High Quality"/>
            <add Name="Image Options;Fill order" Value="MSB2LSB"/>
            <add Name="Image Options;Fax" Value="0"/>
            <add Name="Image Options;Fax Profile" Value="0"/>
            <add Name="Image Options;Fax Resolution" Value="4"/>
            <add Name="Processing;Rotate landscape" Value="0"/>
        </Settings>
    </WatchFolder>
  6. Save the Watch Folder configuration file.
  7. Start the Document Conversion Service and then the Watch Folder Service.
  8. Any documents that are uploaded to the folder “WatchFolder-IN” through Dropbox from another computer using the web or the Dropbox desktop application, from a tablet or from a mobile device, will be picked up by the Watch Folder service, converted and saved to the location you specified.
    Converted Files in Dropbox Folders

  9. Files uploaded to “WatchFolder-IN” are removed from the folder as part of the conversion process and saved to the location specified as the CompletedFolder in the Watch Folder configuration.

Watch more Document Conversion Service Tutorials