Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
c_wiesbauer@adobeforums.com #1
Getting overprint preview preference in Adobe Acrobat 9
Hello,
yesterday I installed the Adobe Acrobat 9 Trial and I tried my plugin.
Does anyone know how to get the overprint preview setting?
In older version of Adobe Acrobat I'm using following code:
AVAppGetPrefBool(DSAVSettings[prefNumber].m_section, DSAVSettings[prefNumber].m_name, (ASBool)DSAVSettings[prefNumber].m_requiredValue_9);
m_section is "Originals" and m_name is "Overprint Preview".
In Adobe Acrobat 9 it always returns the default value m_requiredValue_9 which means that the setting can not be found?
Do I have to change the value of m_section or m_name or do I have to use an other method?
Thanks for your help!
Christian Wiesbauer
c_wiesbauer@adobeforums.com Guest
-
Acrobat 9: Overprint Preview
Laura, I'm grateful for your knowledge and kindness. Will keep my eyes open for these resources you mention. -
Overprint preview in reader 6
Is there an option to turn on overprint preview in reader 6 -
How accurate is the overprint preview?
I am looking for a bright red PMS to be overprinted on tan paper (Desert Storm which is close to PMS 7503.) When I simulate the tan paper color using... -
Overprint Preview Not Working
Ok in Quark bring in a greyscale pic in a box with no background - position over another box with a background - default Quark trapping behaviour is... -
Overprint Preview?
I am working on a full color catalog. When I save the document it says the name of the file at the top of the page and in brackers (overprint... -
c_wiesbauer@adobeforums.com #2
Re: Getting overprint preview preference in Adobe Acrobat 9
Hi,
I solved the problem. Here is the code for getting this preference in Adobe Acrobat 9:
AVAppGetPrefInt(avConfigEntryTemp.m_section, avConfigEntryTemp.m_name, (ASInt32)avConfigEntryTemp.m_requiredValue_9);
where m_section is "AVDisplay" and m_name is "OverprintPreview".
Best regards,
Christian Wiesbauer
c_wiesbauer@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #3
Re: Getting overprint preview preference in Adobe Acrobat 9
Can you tell me why you need to get that preference? Do you also set it as well, and why?
Leonard_Rosenthol@adobeforums.com Guest
-
c_wiesbauer@adobeforums.com #4
Re: Getting overprint preview preference in Adobe Acrobat 9
I have to set this preference because it's a requirement for my plugin which is used for digital signing.
It ensures that you only sign what you see and there is no dynamical content in your PDF which is a requirement by law in the country for which I develop the plugin.
c_wiesbauer@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #5
Re: Getting overprint preview preference in Adobe Acrobat 9
That sounds like the "Signature Preview Mode" in Acrobat & Reader already. Are you duplicating this functionality? Why not use what is already there?
Leonard_Rosenthol@adobeforums.com Guest
-
c_wiesbauer@adobeforums.com #6
Re: Getting overprint preview preference in Adobe Acrobat 9
Oh, sounds interesting! I didn't know that there is such an option. I think this is available since Adobe Reader and Acrobat 8.0, right? I will give it a try!
Thanks for this advice!
Christian Wiesbauer
c_wiesbauer@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #7
Re: Getting overprint preview preference in Adobe Acrobat 9
Yes, Preview mode was introduced in Acrobat/Reader 8.
Leonard_Rosenthol@adobeforums.com Guest
-
Chris12@adobeforums.com #8
Re: Getting overprint preview preference in Adobe Acrobat 9
I'm having a problem with securing specific fields. Not sure if that can be done. I have a form that I created in LiveCycle Designer and the forms contains fields that create a basic calculation for example (Qty+Price=Total). I want those fields to be field out by our sales people and I want them to save the form with the info. field in and email to customer as a quote basically, but I don't want the customer to be able to change those numbers, but I do want the customer to fill in other portions of the field. Having a problem doing this cause Acrobat is only letting me secure the whole form and not just portions. Is there a way to only secure portions of a form. Please help ASAP.
Thank You
Chris12@adobeforums.com Guest



Reply With Quote

