Re: Adobepdfl.dll CTBadFontException with Japanese Office 2003
Thanks. I am a developer at OpenText and we have a licensed adobepdfl library we have used for many years. 9.2 is the only one available in our download area. Should we be using a new version?
View ArticleRe: Adobepdfl.dll CTBadFontException with Japanese Office 2003
Ah, so you aren't using Acrobat at all?
View ArticleRe: Adobepdfl.dll CTBadFontException with Japanese Office 2003
You should contact your licensing contact at either Adobe or Datalogics (depending on whom you've licensed the product from).
View ArticleHow to Use Optimized PDF or Reduced PDF in C#.net through Adobe SDK?
In C#.net how to use Optimized PDF Functionality by using adobe SDK.
View ArticleRe: How to Use Optimized PDF or Reduced PDF in C#.net through Adobe SDK?
Is this for a server?
View ArticleRe: How to Use Optimized PDF or Reduced PDF in C#.net through Adobe SDK?
Its a windows application
View ArticleRe: How to Use Optimized PDF or Reduced PDF in C#.net through Adobe SDK?
Thanks. But is it for a server? Let me ask a different question. Is it for - a single user who owns a copy of Acrobat Pro to run at a click (interactive)- a server to save optimized files for clients -...
View ArticleRe: How to Use Optimized PDF or Reduced PDF in C#.net through Adobe SDK?
ya its a single user only
View ArticleRe: How to Use Optimized PDF or Reduced PDF in C#.net through Adobe SDK?
Ok... to access this function, the single user needs Acrobat Pro. There is no C# interface, I think, only an interface for plug-ins (in C/C++; fairly complex). To reach this from an external app would...
View ArticleRe: How to Use Optimized PDF or Reduced PDF in C#.net through Adobe SDK?
I think you misunderstand the job of programming. You write the code, not us.
View ArticleRe: How to Use Optimized PDF or Reduced PDF in C#.net through Adobe SDK?
hi bartek, post some samples
View ArticleRe: Reader XI: Removing Tools|Sign|Comment from Menu and Toolbar
That comment would make more sense if that were true for ALL toolbar items, which of course it isn't. Why is it not considered 'confusing' to users to hide/show toolbar items at their discretion, yet...
View Articleplugin doesn't work in Reader11
I have a customized plug-in which works fine in Reader9 and 10. In Reader 11, when call DdeInitialize I got DMLERR_NO_CONV_ESTABLISHED error.Can someont here help me please? Thanks a lot.
View ArticleRe: plugin doesn't work in Reader11
Have you read the SDK documentation? Especially about the new Reader Protected Mode (aka sandbox)?
View ArticleRe: plugin doesn't work in Reader11
Thanks for the reply.In reader10, if uncheck for “Enable protected mode at startup” from Edit -->Preferences --> General, the plugin works. In reader11, there is no such checkbox and I can see...
View ArticleCreate PDF document via Acrobat OLE/Automation?
Hi, Is it possible to utilize the OLE/Automation feature of Acrobat Professional, instead of Acrobat SDK, to create a PDF document and add objects into it? Thanks
View ArticleRe: Create PDF document via Acrobat OLE/Automation?
OLE is a part of the SDK, not something different from it. To use OLE you need the SDK as that is where it is documented. OLE is very limited but it can run Acrobat JavaScript. Even then, it probably...
View ArticleRe: Create PDF document via Acrobat OLE/Automation?
The SDK is HOW you use OLE/automation with Acrobat – so not sure I understand the question.
View Article