Re: Is there a way to make a colospace transparent?
What is wrong with white? It's what I used in implementing this sort of thing. Transparent is generally wrong. Just consider the preview of a magenta object half covering a cyan object. If you make the...
View ArticleRe: Is there a way to make a colospace transparent?
if you have black text on an orange box, if you remove the black component what should you get? white text on an orange box or an orange box? in output preview of acrobat you get an orange box, this is...
View ArticleRe: Is there a way to make a colospace transparent?
Your black text must be set to overprint, in that case, because that would not be a correct preview of what a customer expects on a plate.
View ArticleRe: Is there a way to make a colospace transparent?
You'd be better served by using optional content instead of transparency for this purpose. Of course, all three of these methods only work for vector and text objects. NONE of them will work for...
View ArticleRe: Is there a way to make a colospace transparent?
Are you doing this inside of Acrobat proper or using the PDFLibrary? There are APIs available for working with separations that might be helpful.
View ArticleRe: Is there a way to make a colospace transparent?
I'm using the datalogics acrobat library, c++
View ArticleRe: Is there a way to make a colospace transparent?
Look at the APIs involving Inks - GetNumInks(), etc. There is a way to draw only a subset of inks, so look for one of the PDDraw APIs that takes inks.
View ArticleRe: Is there a way to make a colospace transparent?
Yes but then again you get white, and if you want an external image you have to raster twice once to devicen then embed it in a new page then raster out, sortof wastefull
View ArticleForm rights for Reader XI
The Adobe Acrobat XI SDK Release Notes state, "Beginning Acrobat XI, Form Rights are available to all documents irrespective of whether the documents are Reader extended or not." When I use...
View ArticleRe: Form rights for Reader XI
To clarify, the error that is thrown reads, "NotAllowedError: Security settings prevent access to this property or method." In the Acrobat XI SDK release notes: And the exportXFAData method notes the...
View ArticleRe: Form rights for Reader XI
That's for non-XFA-based documents. XFA-based documents still require Form Rights.
View ArticleDigital Signature plugin issue.
Hi All, I have written a Plugins for digital signature , I got two problems i) My plugin callback functions is not getting called when i tried to sign the document , i have used PubsecHandler and...
View ArticleRe: Digital Signature plugin issue.
I would recommend that you submit a formal support request as this may require reviewing your code.
View ArticleRe: Form rights for Reader XI
It's an Acroform. I'm using importXFAData and exportXFAData, which are methods in the Acrobat SDK Javascript Documentation.
View ArticleRe: Form rights for Reader XI
Then I am very confused, since those API calls are ONLY for use with XFA-based forms (as the names imply)
View ArticleRe: Form rights for Reader XI
It's not a Livecycle Form. I can add those methods to the document-level Javascript in Acrobat. They are methods within the Acrobat SDK Documentation. ImportXFAData works just fine. ExportXFAData does...
View ArticleRe: Digital Signature plugin issue.
Hi Lrosenth, thanks for your reply. I cant distribute the code due to legal issue, but I want to know whether my procdure is correct for the digital signature plugin. I have follow the Acrobat digital...
View ArticleRe: Digital Signature plugin issue.
Conceptually, yes. But again, you really need to work directly with our Developer Support team.
View ArticleHow to read text and it's font details (Family and size) using Acrobat plugin?
Hello, I have query about reading PDF, I wanted to extract text and it's font details (Family and size) using Acrobat plugin. How can I achieve that?Any suggestions are welcome. ThanksRohit Shinde
View Article