Search found 8 matches
- Fri Aug 07, 2015 8:20 pm
- Forum: Scripting
- Topic: Directory Size
- Replies: 2
- Views: 2424
Directory Size
Hi I'm trying to figure out the best way to get a directory/folder size. I using for loop to list all the directories. while running the for loop, i want to check the size of each directory. Do i need to be creating a new job for each directory in the for loop and then try pulling the job. Ive tried...
- Fri Jul 10, 2015 12:16 am
- Forum: PitStop Pro
- Topic: Pitstop Training
- Replies: 1
- Views: 2005
Pitstop Training
Was wondering if anybody knows of any classes being help for Pitstop Pro. Or if anybody offers to come to my company for to train a group of people? Where can i find information on companies that provide this service?
- Fri Jun 12, 2015 5:08 pm
- Forum: Scripting
- Topic: Acrobat Forms
- Replies: 5
- Views: 3675
Re: Acrobat Forms
The issue is not that i can not get it on each page. I can get it on every page. Im not sure how to transfer the code from an individual document. The code works perfectly in acrobat, when open up a file and go to javascript console and paste the code. My issue is that i have to do exactly that. Im ...
- Thu Jun 11, 2015 11:55 pm
- Forum: Scripting
- Topic: Acrobat Forms
- Replies: 5
- Views: 3675
Re: Acrobat Forms
the program i built my java script in is the main console in acrobat
- Thu Jun 11, 2015 11:53 pm
- Forum: Scripting
- Topic: Acrobat Forms
- Replies: 5
- Views: 3675
Acrobat Forms
Wondering if anybody knows a simple way to add a check box to every page within a pdf. I have built a javascript with a document of a pdf to do it, but not been able to use that same java script in a hot folder type scenario such as switch to have it apply to every page of every document going throu...
- Fri Mar 13, 2015 5:17 pm
- Forum: Color Management
- Topic: RGB to CMYK Conversion
- Replies: 5
- Views: 14003
Re: RGB to CMYK Conversion
Thanks for the help so far, Im definitely going to use lCMS. I have like five problem files that would convert and a couple images were never close to the correct color. Using lCMS has got that color closer then any other setting i have used. I tried using perceptual and just think that it lightens ...
- Thu Mar 12, 2015 4:38 pm
- Forum: Color Management
- Topic: RGB to CMYK Conversion
- Replies: 5
- Views: 14003
Re: RGB to CMYK Conversion
The intended ICC profile is GRACoL2006_coated1v2.icc
Rendering Intent im using is Absolute Colorimetric.
The CMM i am using is System CMM.
Rendering Intent im using is Absolute Colorimetric.
The CMM i am using is System CMM.
- Mon Mar 09, 2015 9:11 pm
- Forum: Color Management
- Topic: RGB to CMYK Conversion
- Replies: 5
- Views: 14003
RGB to CMYK Conversion
So i use Pitstop Server and Enfocus Switch to convert all RGB images to CMYK. I have recently started to notice issues with the conversion. Sometimes the conversion is just too red. I know the reason, Its because the conversion of RGB to CMYK takes a Source profile and a Target Profile. The times it...