• Contact
  • Company
  • Login / My Account
  • Shopping Cart (0)
Document Conversion Made Easy!
Peernet Menu
  • Products
      • Virtual Printers
        • tiff-image-printer-iconTIFF Image Printer – Create TIFF Images
        • raster-image-printer-iconRaster Image Printer – Create TIFF, PDF, JPEG, etc.
        • pdf-image-printer-iconPDF Image Printer – Create Searchable PDF
      • PDF Editor
        • pdf-creator-plus-iconPDF Creator Plus – Merge, Edit, Create Searchable PDF
      • Batch Converters
        • document-conversion-service-iconDocument Conversion Service – Unattended 24/7 Batch Converter
        • file-conversion-center-iconFile Conversion Center – Desktop Batch Converter
      • Reporting Software
        • peernet-reports-iconPEERNET Reports – Barcode, Report and Label Software
      • enterprise-licensingEnterprise Licensing for your Corporation
      • discounts-multiple-licensesDiscounts for Purchasing Multiple Licenses
      • distribute-bundle-peernet-softwareDistribute PEERNET Software Bundled with your Product
  • Purchase
      • Purchase Virtual Printers
        • tiff-image-printer-iconTIFF Image Printer – Create TIFF Images
        • raster-image-printer-iconRaster Image Printer – Create TIFF, PDF, JPEG etc.
        • pdf-image-printer-iconPDF Image Printer – Create Searchable PDF
      • Purchase PDF Editor
        • pdf-creator-plus-iconPDF Creator Plus – Merge, Edit, Create Searchable PDF
      • Purchase Batch Converters
        • document-conversion-service-iconDocument Conversion Service – Unattended 24/7 Batch Converter
        • file-conversion-center-iconFile Conversion Center – Desktop Batch Converter
      • Purchase Reporting Software
        • peernet-reports-iconPEERNET Reports – Barcode, Report and Label Software
      • peernet-online-store-purchase-optionsPurchase Options
      • peernet-software-license-levelsLicense Levels
      • peernet-software-purchase-resellerFind Resellers
      • peernet-software-sales-faqsSales FAQ
  • Learn & Support
        • peernet-help-centerTutorials
          • Learn the Basics or Go Beyond with Video Tutorials, FAQs and Guides

            At PEERNET we pride ourselves on providing the best support and the fastest response times in the industry.
          • Select Software Tutorials:
              • tiff-image-printer-iconTIFF Image Printer
              • raster-image-printer-iconRaster Image Printer
              • pdf-image-printer-iconPDF Image Printer
              • pdf-creator-plus-iconPDF Creator Plus
              • document-conversion-service-iconDocument Conversion Service
              • file-conversion-center-iconFile Conversion Center
              • peernet-reports-iconPEERNET Reports
        • peernet-software-faqsSales FAQ
          • Popular Topics

            Find all the answers you need to our most frequently asked questions.
              • Download & Install
                • How do I download software I already purchased?
              • Purchasing & Renewing
                • How do I purchase PEERNET software?
                • What license level do I need?
                • How do I add licenses to an existing serial number?
                • How do I renew my annual subscription?
              • Licensing & Operating
                • How do I activate my new PEERNET software?
                • How do I activate my software without an internet connection?
                • Where do I find my serial number?
                • How do I move my software to a new computer?
                • How do I update/upgrade my software to the latest release?
            • Read all Sales FAQs
  • Blog
  • Menu Menu
Document Conversion Service box shot

Configure Watch Folder Service to Monitor Multiple Folders

March 14, 2014/by Robert Massart

The Need

Let’s say you would like to monitor 2 Input folders (ie: Sales and Purchases) and create different types of files depending on which Input folder the file came from (ie: a file from Sales Input folder is converted to a Greyscale TIFF file and a file from Purchases Input folder is converted to a Black and White TIFF file). You also do not want the original file extension to be part of the new filename. (ie: sales1.pdf —> sales1.tif)

The Solution

Use the Watch Folder service that is included with Document Conversion Service which can be configured to monitor multiple Input folders and apply different conversion settings depending on the Input folder.


So how can this be done? Let’s take a look.

Steps:

  1. Open the Watch Folder configuration file. (Click Start – All Programs – PEERNET Document Conversion Service 2.0 – Watch Folder – Configure Watch Folder Settings).
  2. Scroll down to the WatchFolder section; enter the folder paths for Sales and modify the Output file options section to create the file you want (ie Greyscale TIFF file with the original file extension removed).
    <!-- This Watch folder watches the Sales folder on this local machine --> <WatchFolder Name="Sales Folder Watch">    <Settings>         <!-- Folder options -->         <add Name="InputFolder" Value="C:\Company\Sales\Input"/>         <add Name="SearchFilter" Value="*.*"/>         <add Name="IncludeSubFolders" Value="True"/>         <add Name="DeleteInputSubFolders" Value="True"/>         <add Name="StagingFolder" Value="C:\Company\Sales\Staging"/>          <add Name="WorkingFolder" Value="C:\Company\Sales\Working"/>          <add Name="FailedFolder" Value="C:\Company\Sales\Failed"/>          <add Name="CompletedFolder" Value="C:\Company\Sales\Completed"/>                 <add Name="OutputFolder" Value="C:\Company\Sales\Output"/>         <add Name="PollingInterval" Value="15000"/>         <add Name="DCOMComputerName" Value="localhost"/>         <add Name="TestMode" Value="false"/>         <add Name="NormalizeFilenames" Value="false"/>         <!-- 0 means no limit>         <add Name="Polling.MaxFilesToProcessAtATime" Value="0"/>         <add Name="Polling.SynchronousFilesPickup" Value="false"/>         <add Name="UseTimeDateSubFoldersInCompleteFolder" Value="true"/>         <add Name="UseTimeDateSubFoldersInFailedFolder" Value="true"/>         <!-- 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="Grey"/>         <add Name="Save;Dithering method" Value="Halftone"/>         <add Name="Save;Remove filename extension" Value="1" />         <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>
  3. Then copy the WatchFolder section and paste it under the current WatchFolder section to create a second WatchFolder section.
    <!-- This Watch folder watches the Sales folder on this local machine --> <WatchFolder Name="Sales Folder Watch">    <Settings>         <!-- Folder options -->         <add Name="InputFolder" Value="C:\Company\Sales\Input"/>         <add Name="SearchFilter" Value="*.*"/>         <add Name="IncludeSubFolders" Value="True"/>         <add Name="DeleteInputSubFolders" Value="True"/>         <add Name="StagingFolder" Value="C:\Company\Sales\Staging"/>          <add Name="WorkingFolder" Value="C:\Company\Sales\Working"/>          <add Name="FailedFolder" Value="C:\Company\Sales\Failed"/>          <add Name="CompletedFolder" Value="C:\Company\Sales\Completed"/>                 <add Name="OutputFolder" Value="C:\Company\Sales\Output"/>         <add Name="PollingInterval" Value="15000"/>         <add Name="DCOMComputerName" Value="localhost"/>         <add Name="TestMode" Value="false"/>         <add Name="NormalizeFilenames" Value="false"/>         <!-- 0 means no limit>         <add Name="Polling.MaxFilesToProcessAtATime" Value="0"/>         <add Name="Polling.SynchronousFilesPickup" Value="false"/>         <add Name="UseTimeDateSubFoldersInCompleteFolder" Value="true"/>         <add Name="UseTimeDateSubFoldersInFailedFolder" Value="true"/>         <!-- 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="Grey"/>         <add Name="Save;Dithering method" Value="Halftone"/>         <add Name="Save;Remove filename extension" Value="1" />         <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>
    <!-- This Watch folder watches the Sales folder on this local machine --> <WatchFolder Name="Sales Folder Watch">    <Settings>         <!-- Folder options -->         <add Name="InputFolder" Value="C:\Company\Sales\Input"/>         <add Name="SearchFilter" Value="*.*"/>         <add Name="IncludeSubFolders" Value="True"/>         <add Name="DeleteInputSubFolders" Value="True"/>         <add Name="StagingFolder" Value="C:\Company\Sales\Staging"/>         <add Name="WorkingFolder" Value="C:\Company\Sales\Working"/>          <add Name="FailedFolder" Value="C:\Company\Sales\Failed"/>         <add Name="CompletedFolder" Value="C:\Company\Sales\Completed"/>                 <add Name="OutputFolder" Value="C:\Company\Sales\Output"/>         <add Name="PollingInterval" Value="15000"/>         <add Name="DCOMComputerName" Value="localhost"/>         <add Name="TestMode" Value="false"/>         <add Name="NormalizeFilenames" Value="false"/>         <!-- 0 means no limit>         <add Name="Polling.MaxFilesToProcessAtATime" Value="0"/>         <add Name="Polling.SynchronousFilesPickup" Value="false"/>         <add Name="UseTimeDateSubFoldersInCompleteFolder" Value="true"/>         <add Name="UseTimeDateSubFoldersInFailedFolder" Value="true"/>         <!-- 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="Grey"/>         <add Name="Save;Dithering method" Value="Halftone"/>         <add Name="Save;Remove filename extension" Value="1" />         <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>
  4. Edit the second WatchFolder section with the folder paths for Purchases (NOTE: all the folder paths must be UNIQUE) and modify the Output file options section to create the file you want (ie Black and White TIFF file with original file extension removed).
    <!-- This Watch folder watches the Sales folder on this local machine --> <WatchFolder Name="Sales Folder Watch">    <Settings>         <!-- Folder options -->         <add Name="InputFolder" Value="C:\Company\Sales\Input"/>         <add Name="SearchFilter" Value="*.*"/>         <add Name="IncludeSubFolders" Value="True"/>         <add Name="DeleteInputSubFolders" Value="True"/>         <add Name="StagingFolder" Value="C:\Company\Sales\Staging"/>          <add Name="WorkingFolder" Value="C:\Company\Sales\Working"/>          <add Name="FailedFolder" Value="C:\Company\Sales\Failed"/>          <add Name="CompletedFolder" Value="C:\Company\Sales\Completed"/>                 <add Name="OutputFolder" Value="C:\Company\Sales\Output"/>         <add Name="PollingInterval" Value="15000"/>         <add Name="DCOMComputerName" Value="localhost"/>         <add Name="TestMode" Value="false"/>         <add Name="NormalizeFilenames" Value="false"/>         <!-- 0 means no limit>         <add Name="Polling.MaxFilesToProcessAtATime" Value="0"/>         <add Name="Polling.SynchronousFilesPickup" Value="false"/>         <add Name="UseTimeDateSubFoldersInCompleteFolder" Value="true"/>         <add Name="UseTimeDateSubFoldersInFailedFolder" Value="true"/>         <!-- 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="Grey"/>         <add Name="Save;Dithering method" Value="Halftone"/>         <add Name="Save;Remove filename extension" Value="1" />         <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>
    <!-- This Watch folder watches the Purchases folder on this local machine --> <WatchFolder Name="Purchases Folder Watch">    <Settings>         <!-- Folder options -->         <add Name="InputFolder" Value="C:\Company\Purchases\Input"/>         <add Name="SearchFilter" Value="*.*"/>         <add Name="IncludeSubFolders" Value="True"/>         <add Name="DeleteInputSubFolders" Value="True"/>         <add Name="StagingFolder" Value="C:\Company\Purchases\Staging"/>         <add Name="WorkingFolder" Value="C:\Company\Purchases\Working"/>         <add Name="FailedFolder" Value="C:\Company\Purchases\Failed"/>         <add Name="CompletedFolder" Value="C:\Company\Purchases\Completed"/>                 <add Name="OutputFolder" Value="C:\Company\Purchases\Output"/>         <add Name="PollingInterval" Value="15000"/>         <add Name="DCOMComputerName" Value="localhost"/>         <add Name="TestMode" Value="false"/>         <add Name="NormalizeFilenames" Value="false"/>         <!-- 0 means no limit>         <add Name="Polling.MaxFilesToProcessAtATime" Value="0"/>         <add Name="Polling.SynchronousFilesPickup" Value="false"/>         <add Name="UseTimeDateSubFoldersInCompleteFolder" Value="true"/>         <add Name="UseTimeDateSubFoldersInFailedFolder" Value="true"/>         <!-- 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="BW"/>         <add Name="Save;Dithering method" Value="Floyd"/>         <add Name="Save;Remove filename extension" Value="1" />         <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>
  5. Save the Watch Folder configuration file.
  6. Start the Document Conversion Service and then the Watch Folder Service.
  7. Now any files that are uploaded to the Sales Input folder will be convert to Greyscale TIFF files and saved in the Sales Output folder, while any files uploaded to the Purchase Input Folder will be converted to Black and White TIFF files and saved in the Purchases Output folder.

Additional Configuration Choices

If you do not want Document Conversion Service to use date-time subfolders in the Completed folder or Failed folder (ie C:\Company\Sales\Completed\Monday_February_10_2014_2_55_04_AM\file1.pdf), then you can disable this feature in the Watch Folder configuration file by setting UseTimeDateSubFoldersInCompleteFolder or UseTimeDateSubFoldersInFailedFolder to false:

<!-- This Watch folder watches the Sales folder on this local machine -->
<WatchFolder Name="Sales Folder Watch">
   <Settings>
        <!-- Folder options -->
        <add Name="InputFolder" Value="C:\Company\Sales\Input"/>
        <add Name="SearchFilter" Value="*.*"/>
        <add Name="IncludeSubFolders" Value="True"/>
        <add Name="DeleteInputSubFolders" Value="True"/>
        <add Name="StagingFolder" Value="C:\Company\Sales\Staging"/> 
        <add Name="WorkingFolder" Value="C:\Company\Sales\Working"/> 
        <add Name="FailedFolder" Value="C:\Company\Sales\Failed"/> 
        <add Name="CompletedFolder" Value="C:\Company\Sales\Completed"/>        
        <add Name="OutputFolder" Value="C:\Company\Sales\Output"/>
        <add Name="PollingInterval" Value="15000"/>
        <add Name="DCOMComputerName" Value="localhost"/>
        <add Name="TestMode" Value="false"/>
        <add Name="NormalizeFilenames" Value="false"/>

        <!-- 0 means no limit>
        <add Name="Polling.MaxFilesToProcessAtATime" Value="0"/>
        <add Name="Polling.SynchronousFilesPickup" Value="false"/>

        <span style="background-color: yellow;"><strong><add Name="UseTimeDateSubFoldersInCompleteFolder" Value="false"/></strong></span>
        <span style="background-color: yellow;"><strong><add Name="UseTimeDateSubFoldersInFailedFolder" Value="false"/></strong></span>

        <!-- 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="Grey"/>
        <add Name="Save;Dithering method" Value="Halftone"/>
        <add Name="Save;Remove filename extension" Value="1" />
        <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>

If the Input folder initially contains a very large volume of files, then you can set the Watch Folder service to convert the files in small batches, so not to overtax the computer’s system resources.
Polling.MaxFilesToProcessAtATime is the maximum number of files to pickup at a single time.(ie 20) Polling.SynchronousFilesPickup is set to true to allow a group of files to finish converting before the next group of files is picked up:

<!-- This Watch folder watches the Sales folder on this local machine -->
<WatchFolder Name="Sales Folder Watch">
   <Settings>
        <!-- Folder options -->
        <add Name="InputFolder" Value="C:\Company\Sales\Input"/>
        <add Name="SearchFilter" Value="*.*"/>
        <add Name="IncludeSubFolders" Value="True"/>
        <add Name="DeleteInputSubFolders" Value="True"/>
        <add Name="StagingFolder" Value="C:\Company\Sales\Staging"/> 
        <add Name="WorkingFolder" Value="C:\Company\Sales\Working"/> 
        <add Name="FailedFolder" Value="C:\Company\Sales\Failed"/> 
        <add Name="CompletedFolder" Value="C:\Company\Sales\Completed"/>        
        <add Name="OutputFolder" Value="C:\Company\Sales\Output"/>
        <add Name="PollingInterval" Value="15000"/>
        <add Name="DCOMComputerName" Value="localhost"/>
        <add Name="TestMode" Value="false"/>
        <add Name="NormalizeFilenames" Value="false"/>

        <!-- 0 means no limit>
        <span style="background-color: yellow;"><strong><add Name="Polling.MaxFilesToProcessAtATime" Value="20"/></strong></span>
        <span style="background-color: yellow;"><strong><add Name="Polling.SynchronousFilesPickup" Value="true"/></strong></span>

        <add Name="UseTimeDateSubFoldersInCompleteFolder" Value="true"/>
        <add Name="UseTimeDateSubFoldersInFailedFolder" Value="true"/>

        <!-- 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="Grey"/>
        <add Name="Save;Dithering method" Value="Halftone"/>
        <add Name="Save;Remove filename extension" Value="1" />
        <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>

Hope that helps in your regular document conversion processes! If you need further assistance, please contact support and we’ll be happy to help.


Looking for a PDF to TIFF converter or to convert your documents to JPG, TIFF, or PDF, then PEERNET is right for you. It’s document conversion made easy!

https://www.peernet.com/wp-content/uploads/DCSBox-for-blog.jpg 450 1516 Robert Massart https://www.peernet.com/wp-content/uploads/peernet-logo.png Robert Massart2014-03-14 11:55:082019-07-16 14:49:39Configure Watch Folder Service to Monitor Multiple Folders
  • Document Conversion Service
  • TIFF Image Printer
  • Raster Image Printer
  • PDF Image Printer
  • PDF Creator Plus
  • File Conversion Center
  • PEERNET Reports
Search Search

Recent Posts

  • PNSrv11Lib to PNSrv12Lib: Migration Made Easy
  • Migrating to Version 12: Compatibility Mode Quick Start Guide
  • Well Logs: Stitch PDF Pages into a Continuous TIFF Image
  • Dynamic Stamp Content
  • Convert to PDF: The Power of On-Premise PDF Creation

INTERESTING LINKS

Below are some interesting links for you! Enjoy your stay :)

RSS Feed Logo RSS Feed Logo Subscribeto RSS Feed

OUR PRODUCTS

  • Document Conversion Service
  • TIFF Image Printer
  • Raster Image Printer
  • PDF Image Printer
  • PDF Creator Plus
  • File Conversion Center
  • PEERNET Reports

LATEST NEWS

  • PNSrv11Lib to PNSrv12Lib: Migration Made EasyMarch 14, 2025 - 2:10 pm
  • Migrating to Version 12: Compatibility Mode Quick Start GuideMarch 14, 2025 - 2:09 pm
  • Well Logs: Stitch PDF Pages into a Continuous TIFF ImageMarch 14, 2025 - 2:08 pm
  • Dynamic Stamp ContentNovember 4, 2024 - 4:47 pm

BUSINESS INFORMATION

Toll Free: 1-800-883-7980 North America

Tel: 1-613-224-6894

Our office hours are Monday to Friday, from 0900 hrs to 1700 hrs, Eastern Standard Time.

Email Address: [email protected]
Copyright © 1997-2026. All rights reserved. Terms and Conditions | Disclaimer | Privacy Policy | Trademarks.
PEERNET® is a registered trademark of PEERNET Inc.
  • Link to Youtube
  • Link to Rss this site
  • Products
  • Purchase
  • Company
  • Contact
Link to: How to Convert Excel Charts to TIFF Images Link to: How to Convert Excel Charts to TIFF Images How to Convert Excel Charts to TIFF ImagesTIFF Image Printer box shot Link to: How to Create High Quality TIFF Images from a PDF File Link to: How to Create High Quality TIFF Images from a PDF File TIFF Image Printer box shotHow to Create High Quality TIFF Images from a PDF File
Scroll to top Scroll to top Scroll to top