• 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
PDF for Business

How To Control PDF Conversion in Document Conversion Service

Trial Download
View Product

PDF documents can contain a markup. Markup consists of comments and annotations, and stamps that have been added to any of the pages in the PDF file. The default setting for Document Conversion Service is to print the document including any markup and stamps.

If you need to change this; perhaps to print the document without displaying any markup, there is a conversion setting to control this.

You can configure this control or other PDF Conversion options in a Conversion Profile, if you are calling the Command Line or .NET library from your code or the Watch Folder service.

When using the setting in the steps below, PDF file will be printed with:

  • only document, do not include markups, comments and stamps.

Steps For Controlling PDF Conversion using Watch Folder

  1. Stop Watch Folder Service. (Start โ€“ Programs โ€“ Document Conversion Service 3.0 โ€“ Watch Folder โ€“ Stop Watch Folder Service)
  2. Open Watch Folder configuration file. (Start โ€“ Programs โ€“ Document Conversion Service 3.0 โ€“ Watch Folder โ€“ Configure Watch Folder Settings)
  3. Add the following line in the ConvertToTIFF section:
    • <add Name=” Adobe.PDF.PrintOptions.CommentsAndForms” Value=”Documents”/>
    • For a complete list of settings and values, see Adobe Reader Options in the User Guide.
    <WatchFolder Name="ConvertToTIFF Watch Folder">
      <Settings>
        <!-- Folder options -->
        <add Name="InputFolder" Value="C:\PEERNET\WatchFolders\ConvertToTIFF\Input"/>
        <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:\PEERNET\WatchFolders\ConvertToTIFF\Output"/>
        <add Name="PollingInterval" Value="15000"/>
        <add Name="DCOMComputerName" Value="localhost"/>
        <add Name="TestMode" Value="false"/>
        <add Name="NormalizeFilenames" Value="false"/>
        <add Name="CopyInstructionsFromResources" Value="ReadMe_ConvertToTIFF"/>
    
        <!-- 0 means no limit -->
        <add Name="Polling.MaxFilesToProcessAtATime" Value="0" />
        <add Name="Polling.SynchronousFilePickup" Value="false" />
        <add Name="UseTimeDateSubFoldersInCompletedFolder" Value="true" />
        <add Name="UseTimeDateSubFoldersInFailedFolder" Value="true" />
    
        <!โ€”PDF Specific  options -->
        <add Name=" Adobe.PDF.PrintOptions.CommentsAndForms" Value="Documents"/>
    
        <!-- Output file options -->
        <add Name="Devmode settings;Resolution" Value="300"/>
    
        <add Name="Save;Output File Format" Value="TIFF Multipaged"/>
        <!-- Replace the above with this to create serialized images. -->
        <!-- <add Name="Save;Output File Format" Value="TIFF Serialized"/> -->
    
        <add Name="Save;Append" Value="0"/>
        <add Name="Save;Color reduction" Value="Optimal"/>
        <add Name="Save;Dithering method" Value="Halftone"/>
    
        <!-- This creates file.ext.tif, change to 1 to create file.tif-->
        <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"/>
      </Settings>
    </WatchFolder>  
  4. Save the Watch Folder configuration file.
  5. Start the Watch Folder Service. (Start โ€“ Programs โ€“ Document Conversion Service 3.0 โ€“ Watch Folder โ€“ Start Watch Folder Service)

Steps For Controlling PDF Conversion Using a Conversion Profile

  1. Stop your application.
  2. Open Profiles folder. (Start โ€“ Programs โ€“ Document Conversion Service 3.0 โ€“ Open Conversion Profiles Folder)
  3. Edit the profile you are using in the Command Line or .NET library call.
  4. Add the following line :
    • <add Name=” Adobe.PDF.PrintOptions.CommentsAndForms” Value=”Documents”/>
    • For a complete list of settings and values, see Adobe Reader Options in the User Guide.
    <?xml version="1.0" encoding="utf-8"?>
    <Profile Type="0"
             DisplayName="TIFF 200dpi OptimizedColor PDF No Markup"
             Description ="TIFF image 200dpi, color, no markup for PDF">
    
      <Settings>
    
        <!โ€”PDF Specific  options -->
        <add Name=" Adobe.PDF.PrintOptions.CommentsAndForms" Value="Documents"/>
    
        <!-- Output file options -->
        <add Name="Devmode settings;Resolution" Value="200"/>
        <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"/>
    
        <!-- TIFF Compression Options -->
        <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;Fax" Value="0"/>
    
      </Settings>
    </Profile>
  5. Save the profile.

Watch Document Conversion Service Tutorials


Getting Started Series

Install DCS
Configure DCS
Start & Verify DCS
Configure Watch Folder
Watch Folder Settings Overview

Watch Folder Service

Watch Multiple Input Folders
Clustering Setup
Change the Logon Account
Extract MSG Attachments
Run Post Command

Resources

Why DCS Is Right For You
Ways DCS Can Work For You
The DCS License Level You Need

More Tutorials

Creating and Editing Conversion Profiles
Troubleshooting with the Logging Console
Activate License

https://www.peernet.com/wp-content/uploads/dcs-control-pdf-post.png 600 900 Robert Massart https://www.peernet.com/wp-content/uploads/peernet-logo.png Robert Massart2014-06-06 12:07:512019-01-17 14:37:17How To Control PDF Conversion in Document Conversion Service
  • 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: Controlling Which File Converters Are Running Link to: Controlling Which File Converters Are Running Controlling Which File Converters Are Running Link to: Adding a New File Extension To Document Conversion Service Link to: Adding a New File Extension To Document Conversion Service Adding a New File Extension To Document Conversion Service
Scroll to top Scroll to top Scroll to top