Re: Multi Language Titles in Outline objects
@Irosenth, Thank you for your quick and knowledgeable replies. This is for a small project so I won't pursue it further.
View ArticleTools->recognize text is not accessible
We are using Adobe X Pro. While viewing it using a windows application (PDF Viewer) the option Tools->recognize text is not viewable. Can you please suggest a solution for this?
View ArticleWhere is the list of categories and keys for calling AVAppGetPref?
I want to obtain parameters in Preferences window by using AVAppGetPrefString() function, but I could not find the list of words that is usable for its parameters. For example, in order to acquire the...
View ArticleRe: Where is the list of categories and keys for calling AVAppGetPref?
Conspicuously not documented. Settings appear on WIndows to be stored under HKCU\Software\ADOBE\Adobe Acrobat\version. Try setting a specific name then search that registry hive for it. It appears...
View ArticleWindows Application - PDF Viewer
Hi, We are using windows application PDF viewer with Acrobat API. The pdf document is loading correctly without issues but the Tool menu is not displayed.How to include tool menu in wondows form (PDF...
View ArticleRe: Tools->recognize text is not accessible
Are you saying that you are hosting the Acrobat ActiveX inside your own application? And that in that application, the Recognize Text command is not present? If so- that is correct.
View ArticleRe: Are CTMs premultiplied or postmultiplied?
Test Screen Name wrote: If the CTM is CTM and there is a new matrix to apply M, the operation isCTM = M . CTM Can you point out cases where it seems to work differently? Actually, it was me who was...
View ArticleRe: Are CTMs premultiplied or postmultiplied?
Test Screen Name wrote: Can you point out cases where it seems to work differently? TSN: Since you have shown interest and helped me so much, I have available the one case that has managed to outsmart...
View ArticleRe: Tools->recognize text is not accessible
No, we didn't host. We are using windows application PDF viewer with Acrobat API. The pdf document is loading correctly without issues but the Tool menu is not displayed.How to include tool menu in...
View ArticleRe: Tools->recognize text is not accessible
You are using the Acrobat ActiveX inside another application. That's called an "External Application" for Acrobat, and we don't support loading the tools in that environment.
View ArticleTrying to perform text search in Adobe Acrobat XI web plugin.
As outlined in the Parameters for Opening PDF Files, a search can be submitted in the URL when launching in the browser plugin. This works great in my testing on Acrobat 6 through X, but is not...
View ArticleAnnotating, Stamping, Signing PDF in Browser
Our company built a browser-based (Internet Explorer) product in which we allow the user to interact with PDFs to stamp, sign, and add comments using SDK 6. We built an Acrobat Plugin using C++ to...
View ArticleRe: Get Unicode char from Bookmark Title
The original text of bookmark in PDF : ブックマーク1 In PC where Japanese IME is installedResult : OkCode : 0x094dcae0Text : ブックマーク1 InPC where JP IME not installedResult : Error0x09cf63e0Text : ƒuƒbƒNƒ}[ƒN1
View ArticleRe: Get Unicode char from Bookmark Title
You are telling us the address of the pointer not the contents of the two strings. What specific UTF-8 codes are you getting? And how do you get the data into Notepad?
View ArticleRe: Get Unicode char from Bookmark Title
From your screenshot, it looks like you're reading in the data correctly on both computers as UTF-8. The Visual Studio debugger is showing it correctly on both, right? Anyway, the UTF-8 string is not...
View ArticleRe: Trying to perform text search in Adobe Acrobat XI web plugin.
Should work just fine. Are you sure that the person opening the link has Adobe Acrobat/Reader set as their PDF viewer and not some 3rd party viewer?
View ArticleRe: Annotating, Stamping, Signing PDF in Browser
Sounds like quite an application, which is probably why you are just getting around to updating from Acrobat 6... Please review the SDK documentation and this forum for details about the removing of...
View ArticleRe: Adobe Acrobat Version 9.0 & X are not showing "Clear Signature Field"...
I am still not getting the Clear signature option for the user who has signed the PDF using Custom PDF Signature plug-in but the same is available for Acrobat Default security signature. Custom...
View ArticleMore on plugins registering to be notified of keyboard events...
This is a reiteration on the following topic: Can keyboard events be captured by our plugins? http://forums.adobe.com/thread/1441095 After further research, I gather that I would need to use a...
View ArticleRe: Adobe Acrobat Version 9.0 & X are not showing "Clear Signature Field"...
You have to support a new API in order for that to appear. There are details in the SDK and possibly on this forum as well.
View Article