Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
cduvall@adobeforums.com #1
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!
cduvall@adobeforums.com Guest
-
programmatically set Acrobat Export JPEGoptions (JPEG maximum, 600 dpi, RGB)
I am trying to create jpegs from a PDF file with 600 dpi and 300 dpi sometimes. Issue is I have to do it manually Edit Preferences - Convert from... -
No option in Acrobat 8 Pro to turn off Color Management
I need to disable color management in Acrobat 8.1, but the option is not in the preferences. We have 11 other machines in our department and they... -
Acrobat 8.1.2 Turn exported files into negatives
Something happened. Yesterday when I was exporting PDFs from Acrobat 8 Pro to JPGs everything was working just fine, now today it turns them into... -
Creating and printing PDF files programmatically
Here are the requirements for my multi platform C++ app (windows, hp-ux and linux) wrt reporting: 1) produce PDF reports 2) store PDF reports in... -
Programmatically setting the Printing Preferences of Adobe PDF
Hi, I use Adobe Acrobat v6.01 Professional. I am trying to set the printing preferences via VB Code, "View Adobe PDF results" and "Ask to... -
PDL@adobeforums.com #2
Re: Programmatically Turn Off Printing (Acrobat 6.0)
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 :) ).
PDL@adobeforums.com Guest
-
cduvall@adobeforums.com #3
Re: Programmatically Turn Off Printing (Acrobat 6.0)
I was hoping for something through VBS (SDK...). I managed to write an application in C# with the help of the iTextSharp library that did precisely what I wanted, but the overhead of custom code at this company is quite incredible.
Thanks.
cduvall@adobeforums.com Guest



Reply With Quote

