Re: About the PiBrokerSDK and ProtectMode in Adobe Reader 10 & 11
You should submit this as a formal support question as it involves details of the sandbox.
View ArticleRe: I want to have the tint to the color information of the Cos Object.
Lab colors don’t have Tint Transforms – only Separation colors do.
View ArticleRe: Check Box Properties-Change/stay Red when checked
Oh my gosh thank you that did it!!! I feel so dumb I couldn't figure that out by myself but thank you so much!!!
View ArticleRe: I want to have the tint to the color information of the Cos Object.
In case you are actually creating a Separation colour space, they contain the tint transform function. But they do not contain the tint value. Tint values are not part of the colour space, but part of...
View ArticleRe: How to add version number for plugin ,the version number can be accessed...
Test Screen Name: Would you like help me ? I tried many method,but it failed.
View ArticleWe are trying to implement a process so that any document that needs to be...
We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below...
View ArticleRe: We are trying to implement a process so that any document that needs to...
This is the Acrobat.com forum. Your question will have a much better chance being addressed in the Acrobat SDK forum.
View ArticleRe: We are trying to implement a process so that any document that needs to...
Neither Acrobat nor Adobe Reader is for server use.
View ArticleRe: How i can use ExportPDF in java code to get html files as PDF?
Moving this to Acrobat SDK.
View ArticleRe: How i can use ExportPDF in java code to get html files as PDF?
I don't believe there's an SDK for the subscription-based services of Adobe. Only for stand-alone applications.
View ArticleRe: How i can use ExportPDF in java code to get html files as PDF?
Yes, it's not a service for automating. Automating Acrobat is a possibility (though awkward), or there are server products.
View ArticleHow to reduce pdf size through c# in winrt app?
Hi, I am creating an app in window 8 which will reduce the pdf size. But I am not getting how I can achieve this task. I searched a lot on google but not getting any suitable answer. I heard that...
View ArticleRe: How to reduce pdf size through c# in winrt app?
The Acrobat SDK is an interface to Adobe Reader (which cannot reduce file sizes) and to Adobe Acrobat.However, neither one can be installed on Windows RT, nor used from a metro app.
View ArticleForm field tabOrder property
Does this exist in the ActiveX API ?It is definitely not available in Acrobat.tlb type library via the Javascript bridge.I have a form with 200 fields that need to be validated. I also need a listing...
View ArticleSaving form field data to sql server Database. Point me in the right direction
I have Acrobat XI Pro and have downloaded the XI SDK. Made my first savable form. My goal is to store the data from the PDF form fields into a database. Can someone point me in the right direction....
View ArticleRe: Form field tabOrder property
There is a LOT of documentation as part of the Acrobat SDK.
View ArticleRe: Saving form field data to sql server Database. Point me in the right...
One way to do this, the normal way, is to go through a web layer (e.g. ASP, PHP, CGI...)You would submit the form in a format that is convenient to parse on the server, and the server would write the...
View ArticleRe: Form field tabOrder property
What makes you say "It is definitely not available in Acrobat.tlb type library via the Javascript bridge." I'd expect that if it is available in JavaScript (haven't checked) you must be able to use it...
View ArticleRe: Form field tabOrder property
And, no, Adobe abandoned PDF format for the Acrobat SDK for the immensely less usable HTML format years ago. Drives me to distraction, especially for plug-ins.
View ArticleRe: Form field tabOrder property
That's what I thought.....and I absolutely HATE html-based Help and Docs.There's no ability to mark it up !!!WTF: What is wrong with Adobe ? Not even using their own product...
View Article