Re: AVToolButton not showing
Where do you expect to see your additions to the UI? You are creating a toolbar, but talk about a menu -- also be aware that you cannot update the standard toolbars along the top of the page.
View ArticleRe: AVToolButton not showing
Also, be aware that your prefix is not registered with Adobe. While not required, it’s a good idea since it will prevent conflicts.
View ArticleWhat is the correct way to determine the install location of Acrobat/Reader...
We were previously using the following registry key to determine where we need to install our Acrobat/Reader plugin. HKEY_LOCAL_MACHINE\Software\Adobe\Adobe Acrobat\%d\InstallPath...
View ArticleRe: What is the correct way to determine the install location of...
All of this information can be found in the update Acrobat DC SDK as well as in our Enterprise guide.
View ArticleRe: Windows 8/8.1においてアプリケーションからAdobe Reader11でPDFファイルを開くことができない
Hi Ajlan Huda. About a problem referring to, I would like an answer.Thank you in advance for your help. m_ikenoue.-----------------------------------Ajlan Hudaさん。問い合わせている問題について、回答をお願いいたします。よろしくお願い致します。
View ArticleRe: What is the correct way to determine the install location of...
1. What the the expected date of the Acrobat DC SDK release?2. Where in the enterprise guide is the recommendation? I see is a list of the current windows install paths. Are you suggesting that in my...
View ArticleRe: What is the correct way to determine the install location of...
Enterprise Guide can be found at http://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/index.html (came right up on a web search for me). You want the information about product tracks and...
View ArticleHow to re-activate "do not display this message again" popup window?
I'm using the Adobe Acrobat Pro and I've accidentally checked on the "do not show this message again" popup window. How do I re-activate it?
View ArticleRe: How to re-activate "do not display this message again" popup window?
What part of the Acrobat SDK do you use?
View ArticleAcrobat pdf: extract all images greyed out
I'm a newbie. Why is this command greyed out? I searched, but didn't find the answer.
View ArticleRe: Acrobat pdf: extract all images greyed out
There is no Acrobat CC, so I assume you mean either Acrobat XI or Acrobat DC. However, this is the Developer forum (for our SDK) but it sounds like you have a user question.
View ArticleRe: Acrobat pdf: extract all images greyed out
Try asking here: Creating, Editing & Exporting PDFs
View ArticleAcrobat.tlb / Accessibility.api
Hello, I'm currently just starting work with the Acrobat APIs. In our product we want to let our customers (who purchase adobe, optionally) create their own legal forms in PDF and send the results to a...
View ArticleRe: Acrobat.tlb / Accessibility.api
Given that the Acrobat SDK – which includes the form filling functionality – REQUIRES Acrobat to be installed to function…I don’t understand how you could have a developer w/o it. They wouldn’t be...
View ArticleRe: Acrobat.tlb / Accessibility.api
What I'm trying to avoid are build errors. We have several product integrations like this, for instance I can think of a PDF form filler we've used in the past (CutePDF SDK). Like you say, for the...
View ArticleRe: Acrobat.tlb / Accessibility.api
But the library comes with Acrobat – you can’t distribute it separately…so the developer (and user) would only have it if they had Acrobat installed.
View ArticleRe: Acrobat.tlb / Accessibility.api
You can create a plug-in architecture in your own application, and then move everything that interfaces with Acrobat to such a plug-in. This way, if somebody does not have the "works with Acrobat"...
View ArticleNew files created when splitting a PDF using Adobe SDK are much larger than...
Hi. I am using the Adobe SDK to split a large PDF into a set of smaller PDFs, using a set of page ranges. I am creating 2 PDDocs. One is for the original PDF, which I open. Into the other I insert a...
View ArticleRe: New files created when splitting a PDF using Adobe SDK are much larger...
Two possibilities: 1 – What API call are you using to Save the PDFs? IT is important that you use SaveAs (with garbage collection) and not Save. 2 – The PDFs are very non-optimal and use global...
View Article