Search found 8 matches

by GaryT
Fri Aug 07, 2015 8:20 pm
Forum: LEGACY scripting
Topic: Directory Size
Replies: 2
Views: 4374

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...
by GaryT
Fri Jul 10, 2015 12:16 am
Forum: PitStop Pro
Topic: Pitstop Training
Replies: 1
Views: 4952

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?
by GaryT
Fri Jun 12, 2015 5:08 pm
Forum: LEGACY scripting
Topic: Acrobat Forms
Replies: 5
Views: 8947

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 ...
by GaryT
Thu Jun 11, 2015 11:55 pm
Forum: LEGACY scripting
Topic: Acrobat Forms
Replies: 5
Views: 8947

Re: Acrobat Forms

the program i built my java script in is the main console in acrobat
by GaryT
Thu Jun 11, 2015 11:53 pm
Forum: LEGACY scripting
Topic: Acrobat Forms
Replies: 5
Views: 8947

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...
by GaryT
Fri Mar 13, 2015 5:17 pm
Forum: Color Management
Topic: RGB to CMYK Conversion
Replies: 5
Views: 14053

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 ...
by GaryT
Thu Mar 12, 2015 4:38 pm
Forum: Color Management
Topic: RGB to CMYK Conversion
Replies: 5
Views: 14053

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.
by GaryT
Mon Mar 09, 2015 9:11 pm
Forum: Color Management
Topic: RGB to CMYK Conversion
Replies: 5
Views: 14053

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...