Programmatically Turn Off Printing (Acrobat 6.0)

Hello.
I'm searching (fruitlessly so far) for an option to turn off printing on a PDF. I've gone down multiple avenues and have come up empty to date.
My company is using Documentum SCS and Content Transformation Services (Documentum) to export/convert files to PDF format in a readable location. Through our normal process, we place an overlay on the document using another product, which indicates the status of the file (approved/effective). Since we cannot use the overlay when exporting in this fashion, we've settled on disabling printing for the PDFs.
The preferred solution would be using CTS to set the security, however I don't have a lot of confidence in that solution just yet.
The second preferred method would be for CTS to run a piece of VBS code post-export, which takes the PDFs and sets them to noprint.
The last resort would be to create a Windows service using .NET that waits for new files in the directory and sets them to noprint.
Any solutions to programmatically setting noprint? Any feedback on the path being taken?
Thanks in advance!

If you're looking for a fully automated solution, Acrobat will not be an option.
The only fully automated option Adobe provides would be Adobe LiveCycle Rights Management ES, which you can read about here:
http://www.adobe.com/products/livecycle/rightsmanagement/
If you are interested in a Documentum-direct solution, you would probably get best results asking on some Documentum forums. Most users here work specifically with the Acrobat SDK ( it being an Adobe forum :) ).

Similar Messages

  • How do I turn off 'print' in order to finalize an installation of Adobe Acrobat (or reader)

    I get to 96% of the installation and then a window pops up telling me to turn off 'print' in order to continue. I do not know how to do this.

    hello, this question isn't about firefox so we probably cannot solve your issue. please refer to adobe's documentation or contact adobe's support if you're having problems installing their product: http://helpx.adobe.com/acrobat/kb/quick-fix-install-download-reader.html

  • Can't turn off print 2 sided

    I can not figure out how to turn off print 2 sided. I've looked in doc presets, doc setting, print setting and I can't find a 2 sided setting. Can someone assist please?
    T

    Every print driver is different, but here is a capture of one, selecting "Printer" at the bottom of Indesign's print window to access printer specific settings.

  • Can't turn off printer sharing in 10.4.7

    I came in this morning to check on my lab computers and noticed a ton of duplicate printers on my network. I narrowed it down to a single computer, but I can't seem to turn off Printer Sharing in System Preferences. The only thing I changed recently was upgrade/install the latest version of CUPS.
    Any suggestions on how I can turn off Printer Sharing? Is there a command line cmd to turn it off?

    Just to make sure you didn't overlook the obvious (we all do it more often than we care to admit). Can you toggle the other services in the Sharing pane? Perhaps you just need to click on the padlock and authenticate before you can make changes.
    Second thing to try. Make sure System Preferences is not open. Look in the user's Home folder/Library/Caches. Find a cache item com.apple.preferencepanes.cache. Delete this item. Log the user out and log back in. Now open System Preferences and see if you can make the changes.
    Third thing to try. Here are the items that get changed in the /etc/cups/cupds.conf file when you turn Printer Sharing OFF---
    line 55 becomes
    ServerName 127.0.0.1
    lines 453 and 454 become
    #Port 631
    Listen 127.0.0.1:631
    line 581 becomes
    #BrowseAddress @LOCAL
    line 635 becomes
    BrowseInterval 0
    line 826 Allow From @LOCAL
    is deleted and the block from line 822 through 826 becomes
    <Location />
    Order Deny,Allow
    Deny From All
    Allow From 127.0.0.1
    </Location>
    All these changes are taken from a modification of the default cupsd.conf as supplied with the version of CUPS Apple supplies with Tiger. The cupsd.conf that comes with version 1.2.x is most likely different. You will have to do some comparison and interpretation.
    Hope this helps.
    EDIT: Don't forget to recycle the cupsd whenever you make a change to the configuration file.
    sudo killall -HUP cupsd
    Matt
    Mac Mini G4; B&W G3/300

  • Turn off Printer Sharing via Terminal

    Does anybody know to turn off printer sharing via terminal?

    You should be reading this:
    http://localhost:631/sam.html
    Here's one way (for a specific printer):
    /usr/sbin/lpadmin -p printer -u allow:[your_username] ENTER

  • How to turn off printing message box that appears every time I send a document to the printer?

    How to turn off printing message box that appears every time I send a document to the printer?  Appears bottom right corner of screen above task bar.  Printer is HP c309a All-in-One PhotoSmart printer.

    I have an Iphone 4s, and every time I receive a call and i dont answer it, the cell shows a black screen with many things to do and automatic messages to send, like "call back, save, remind, call now, call later, etc". If I don´t close it as soon as i receive the call, then the cell gets frozen in that screen and i have to restart it. Sory for my english, i´m from argentina! thaks for your help !!!

  • Cannot turn off Printer Sharing???

    Hi there,
    I've been busy configuring our Macs in work to use the printers dotted around the office. I've been successful apart from one little annoyance that I cannot figure out. How do you turn off Printer Sharing?
    I'm using CUPS 1.2.11 and printing to a Xerox DocuColor 3535 and a DocuColor 5252 using IP Printing via LPR.
    Does Printer Sharing need to be on, hence why every time I turn it off it reverts back to being on??
    Jamie Kelly
    Liverpool

    Hi greg,
    I posted a message before but it has disappeared, so please forgive me if there are two posts that have the same information.
    I was advised by one of our Xerox engineers to upgrade CUPS to the current version. He actually said I should upgrade to version 1.3 but since it is a beta I thought I'd stick with 1.2.11 for now. Sadly it appears he was wrong and I shouldn't have upgraded.
    It also appears I didn't read your response correctly. I can turn off printer sharing individually (for each printer) by doing as you advised and 'Unpublish' each printer. However, global printer sharing (in System Preferences/Sharing) is still ON and it won't switch off. Even more worrying is this - although Printer Sharing is on, the firewall hasn't opened the Printer Sharing port, and I can't manually open it because it is set to automatically open when Printer Sharing is switched on.
    So now Printer Sharing is stuck on but the firewall will not open the port. Can I edit anything in the CUPS server configuration file to disable Printer Sharing? The information in my configuration file (taken from http://127.0.0.1:631/admin?op=config-server) is below:
    LogLevel info
    SystemGroup admin
    Listen localhost:631
    Listen /private/var/run/cupsd
    # Disable printer sharing and shared printers.
    Browsing On
    DefaultAuthType Basic
    <Location />
    Order Deny,Allow
    Deny From All
    Allow From 127.0.0.1
    </Location>
    <Location /admin>
    Order allow,deny
    Allow localhost
    </Location>
    <Location /admin/conf>
    AuthType Basic
    Require user @SYSTEM
    Order allow,deny
    Allow localhost
    </Location>
    <Policy default>
    <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit Pause-Printer Resume-Printer Set-Printer-Attributes Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Add-Printer CUPS-Delete-Printer CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs CUPS-Reject-Jobs CUPS-Set-Default>
    AuthType Basic
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit All>
    Order deny,allow
    </Limit>
    </Policy>
    Many thanks for all your help greg, I really appreciate it.
    Jamie

  • Turn off print dialog box

    I want to turn off the print dialog box in Adobe Reader.  I want a similar function "quick print"  that Word has in order to use Adobe Reader more efficently with other software.  Is this possible?

    You will have to write some custom JavaScript and with versions 7 or newer or Acrobat/Reader, you will need to install a special script in a special application folder due to revised security restrictions.  You will also need to write a script file to add a menu item or tool bar button.
    The basic Acrobat JS code is:
    // Print a file silently
    this.print({bUI: false, bSilent: true, bShrinkToFit: true});

  • Turn Off print preview

    Hi,
         I Have acrobat reader 9 and i need to turn off th print preview is it possible to turn off it?
         Every time i use the print button on my toolbar it shows always the preview. Is it possible to print directly without showing the print preview?
    Thanks
    JM

    No it's not. The print dialog is the only place to set up the options, so it's always displayed when you use the system toolbar or menus*. There's no "quick print" tool as there is in Word.
    *there is a silent print system using Acrobat JavaScript but it cannot be used to replace the default actions of those items.

  • How to turn off printer colour management in LR 5.7?

    Using an EPSON R3000 with bespoke profiles and getting a magenta colour cast. It seems there is some double profiling/ conflict at work. I don't seem to have an option to turn off colour management  - like this:
             For my system, the colour matching is greyed out and I can't change anything. When it's greyed out, does it mean it's automatically turned off?
    Does anyone else have this issue? Everything works wonderfully in CS6, no issues printing with ICC profiles from there. Using MacOSX 10.8.
    Thanks!

    The behavior in screen capture two with the two radio buttons grayed out is correct. You cannot turn off color management anyway. The magenta cast is another problem.

  • How to turn off printer color management

    I've exhausted places to ask this question. Spent an hour with Canon without a definitive answer.
    I'm printing from Photoshop CS2.
    OS 10.5 Leopard.
    Canon IP3600
    My colors are not printing as bright and are rather dull and somewhat dark.
    I have been using a Canon I360 for over 4 years with great results, but it died and had to be trashed.
    I've followed all the advice for getting good quality printing except the one elusive item.
    "Disable Color Management in the printer driver"
    Canon thinks it's clicking on Color Sync which will turn off the color management in the printer, they're not sure. There should be a item to turn it off, but there is none.
    Can anyone please guide me on turing off color management in the printer driver.
    Your help is apprecitated.
    Thanks.
    PS: I use a Huey Pro to calibrate my iMac monitor, however the only problem is that when it asks to have the contrast set at 50%, there no control for this. I can set the brightness but not the contrast.
    I thought that setting the brightness should get me close to having my monitor calibrated.
    In the past I was getting with less then 10% of a match between my prints and monitor, now it's way off.
    Is there a way of stripping all the setting and starting over with a step by step guide that someone can furnish for me to follow?
    Thanks again.

    There are two settings within the Canon driver located under Color Mode, ColorSync or Vendor Matching. If you don't want to use the driver's built-in colour management, then select ColorSync. However you may not get your desired results as a lot will depend on the CMS used by the application.
    The blokes in my office that know a thing or two about colour management reckon for the consumer model printers you should let them manage the colours. There are a number of colour profiles within your printer driver that are related to certain paper stocks. For example, when you print a photo you should select a photo paper, such as photo paper pro glossy which has the widest gamut. This will give you the best results. But if you select plain paper and print on photo paper, then you are not letting the printer reach its targets.
    In summary, the three main settings I use to print brighter colours;
    1. Color Matching > Vendor Matching
    2. Quality & Media > Media Type > Photo paper (assuming you are printing on photo paper)
    3. Quality & Media > Print Quality > High
    If you still want to tweak the output then you can open the Color Options menu and manually adjust the colours and brightness.
    HTH
    Pahu

  • Turn Off Print Duplex in Microsoft Word

    The print dialog box in Word for Mac 2011 for the HP Officejet 4630 does not appear to offer a single side or duplex option. What am I missing? I want to turn off duplex printing. 
    This question was solved.
    View Solution.

    On the Mac print dialogbox, in the middle, there is a tab, which is changable, click on it and select "Layout", you will see a "Two-Sided" option, change it to No.
    ======================================================================================
    * I am an HP employee. *
    ** Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue. **
    ***Click on White “Kudos” STAR to say thanks!***

  • Apps crash when printing to turned-off printer

    Running 10.9.3 at the moment and having unusual printer issues at the office.  Basically, when going to the print dialogue box and clicking "print" to any printer that is turned off or that OSX doesn't recognize, it will crash the app.  The unusual thing is that even after turning the printer back on, any app that tries to print won't even make it to the print dialogue box and crashes immediately on clicking File>Print or Command-P.  Clicking on Printers in System Prefs crashes System Prefs.  Most of the time even a restart won't solve the issue.   It does seem to resolve itself the next day after I go home and come back to the office.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    For this step, the title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    In the top right corner of the Console window, there's a search box labeled Filter. Initially the words "String Matching" are shown in that box. Enter the name of the crashed application or process. For example, if iTunes crashed, you would enter "iTunes" (without the quotes.)
    Each message in the log begins with the date and time when it was entered. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    ☞ The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, select
              DIAGNOSTIC AND USAGE INFORMATION ▹ User Diagnostic Reports
    (not Diagnostic and Usage Messages) from the log list on the left. There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of crash reports. The name of each report starts with the name of the process, and ends with ".crash". Select the most recent report related to the process in question. The contents of the report will appear on the right. Use copy and paste to post the entire contents—the text, not a screenshot.
    I know the report is long, maybe several hundred lines. Please post all of it anyway.
    If you don't see any reports listed, but you know there was a crash, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

  • Turn off Printer Apps on 7520

    I cannot find a way to turn off the printer apps on a 7520. We have a special needs son, who at times just starts pushing the icons on the touch screen. Suddenly we have all kinds of coloring sheets, comics, crosswords, etc. printing out. Is there a way to turn these apps off until I might actually want to use one of them?  Thanks.

    Hi,
    You'll find a thread here  that covers how to stop printing apps. Hope this helps.
    "Although I work for HP, I'm speaking for myself and not on behalf of HP"
    "Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"

  • Carriage jam but cannot turn off printer

    My printer throws a carriage jam error message every time it turns on.  When I went to the help document to find out what to do, it suggested do a shut down and wait 60 seconds. My dilemna....My printer will not turn off unless I unplug it.  The power button does nothing. Any thoughts?

    My printer throws a carriage jam error message every time it turns on.  When I went to the help document to find out what to do, it suggested do a shut down and wait 60 seconds. My dilemna....My printer will not turn off unless I unplug it.  The power button does nothing. Any thoughts?

Maybe you are looking for

  • Can any share me the procedure to create a text box in screen painter?

    Hi Friends,                 Can anyone share me the procedure to create a text box in screen painter and browser for attaching files ....please its urgent.... Points will be definetly rewarded. Thanks

  • REP-50159 - when report sent directory on the linux Box

    We have created a directory called hbc_parvo and the path is /u01/hbc_parvo. Added path in reports.sh and restarted reports server. I am trying to run the report and save on the Linux Box in the directory I created. I get this error when I run the re

  • My patience is growing thin...

    so i've been having kernel panics since i've had my MBP- the 10.4.7 update cured them for a while, now in the last 2 days they've reappearred, had 3 today!! Tired safe booting, disk repairing multiple times. I had an extra 1G RAM installed by Apple i

  • Material replication -CRMSUBTAB

    Hi all, While replicating materials from R/3 to SRM ,we will  maintain 4 tables in R/3 4th table CRMSUBTAB - Why we need to maintain this table? Thanx Harish

  • FCP on i5?

    Anyone have links they can share about performance data comparing the iMac Intel Core 2 Duo and iMac Intel Core i5 as it relates to FCP? I'm ready to move forward with a new iMac for video editing. Currently, 27" iMacs in both "2 Duo" and "i5" are pr