Re: Could anyone please let me know how to set a ICC profile with Acrobat...
I mean to set the ICC profile for a PDF file (multiple files actually, as and when they are created )The mechanism we have is like a pdf will be created and placed in a folder. We need to set the PDF...
View ArticleRe: Could anyone please let me know how to set a ICC profile with Acrobat...
Is this for a server?
View ArticleRe: Could anyone please let me know how to set a ICC profile with Acrobat...
Unless the PDF file complies with one of the ISO subset standards (PDF/X, PDF/A, etc.), then a PDF doesn't have an associated ICC profile. Individual objects within the PDF may have associated...
View ArticleRe: Could anyone please let me know how to set a ICC profile with Acrobat...
The pdfs generated will be placed in a folder on a server
View ArticleRe: Could anyone please let me know how to set a ICC profile with Acrobat...
We will be able to use the dlls if they necesarily do not need to come with installation
View ArticleRe: Could anyone please let me know how to set a ICC profile with Acrobat...
We have been using dlls like ActivePDFtoolkit, ITextSharp for the same currently
View ArticleRe: Could anyone please let me know how to set a ICC profile with Acrobat...
Here goes the process. We have PDFs generated using an application which need to be printed using a CMYK printer.But Given that the PDF generated has RGB profile by default, the colors that appear on...
View ArticleRe: Could anyone please let me know how to set a ICC profile with Acrobat...
For the same what? What EXACTLY are you doing currently? However, regardless of what you wish to accomplish, you CANNOT use Acrobat (and it's associated SDK) on a server. It is not permitted by the...
View ArticleRe: Could anyone please let me know how to set a ICC profile with Acrobat...
We are looking for the same in the SDK, if it could be set programmatically, than the manual process we followed with Adobe Acrobat reader
View ArticleRe: Could anyone please let me know how to set a ICC profile with Acrobat...
Cant we even use the dlls in an application?
View ArticleRe: Could anyone please let me know how to set a ICC profile with Acrobat...
Please let us know if there is anyway i could contact you on mobile
View ArticleRe: Could anyone please let me know how to set a ICC profile with Acrobat...
A PDF DOES NOT HAVE a profile associated with it. Perhaps you have an image in the PDF that has a profile associated with it. Is that what you mean? If so, you need to change the profile OF THAT IMAGE...
View ArticleRe: Could anyone please let me know how to set a ICC profile with Acrobat...
The DLLs are just "shims" to the application - they don't do anything by themselves.
View ArticleRe: Could anyone please let me know how to set a ICC profile with Acrobat...
Yes Convert Colors in that Conversion Profile to the desired Profile( it is with .icc extension)
View ArticleRe: Could anyone please let me know how to set a ICC profile with Acrobat...
Ok leave alone the Adobe Acrobat SDK. Is there any other way we will be able to set the profile for a PDF(to be precise - any way which would enable CMYK printing), programmatically - I mean not manually
View ArticleRe: Could anyone please let me know how to set a ICC profile with Acrobat...
Cant we even use the dlls in an application? In order to automate Acrobat, you need to have Acrobat installed. There isnothing you can do with just the DLLs. As was already stated, Acrobat isnot...
View ArticleRe: Could anyone please let me know how to set a ICC profile with Acrobat...
You are saying that each needs to be handled one by one. But when we set the Color Conversion profile(Tools -> Print Production-> Convert Colors) we have done that operation on the PDF as a whole...
View ArticleRe: Could anyone please let me know how to set a ICC profile with Acrobat...
To be precise we have few items of the file set to CMYK just like that when we used ITextSharp.dll, which we have done without iterating through the objects on the page
View ArticleRe: Could anyone please let me know how to set a ICC profile with Acrobat...
Actually, that operation is doing it on an object by object basis (aka looping over every object in the PDF and converting it as requested). Your software would need to do the same - and I am pretty...
View Articlehyperlinks not working in acrobat plugin
I am using the acrobat plugin embedded in an MFC application. PDFs load and display fine but clicking on the hyperlinks does nothing. Hovering over the hyperlink shows the url tooltip correctly. The...
View Article