Re: How to Print a PDF programmatically without the Adobe Reader Window
Sure, you could license the Adobe PDFLibrary and use that for "silent printing" directly in your application.
View ArticleRe: Using VBA, how do I merge a 3-page PDF with an existing PDF?
Thank you Karl! I will look at both of the links you provided and benefit from the contents. Brian
View ArticleRe: Disable "Save" functionality when opened trhu web application in IE (.net)
You can prevent saving a type of archive, using windows file screen, security permitions or other server tools. However, this would block saving ANY pdf, not just this one in your application. But this...
View ArticleWhy me use acrobat SDK7.0 ADM create a Plugin(include Dialog), the Dialog...
Why me use acrobat SDK7.0 ADM create a Plugin(include Dialog),the Dialog change large when the Plugin run in win8X64+acrobat10
View ArticleRe: Why me use acrobat SDK7.0 ADM create a Plugin(include Dialog), the Dialog...
That isn't really surprising, ADM has been deprecated and unsupported for many releases of Acrobat and Windows. It is removed completely in Acrobat XI, so now is the time to throw away your ADM code...
View ArticleRe: Why me use acrobat SDK7.0 ADM create a Plugin(include Dialog), the Dialog...
My projects is to Many Dialog,Do you have any method to change the ADMBaseDialog base class?Or other methods? If use mfc is too trouble . (The Dialog change large like this picture)
View ArticleRe: Why me use acrobat SDK7.0 ADM create a Plugin(include Dialog), the Dialog...
It is certainly surprising that Adobe encouraged us to all use ADM, then dropped it. But this is what happened. Converting your many dialogs will be a huge project, I expect, it was for me.
View ArticleRe: Why me use acrobat SDK7.0 ADM create a Plugin(include Dialog), the Dialog...
Run the demo in zhe acrobat7.0SDK.Wen zhe Dialog Creating(ADMBaseDialog(const char* pName, ASInt32 uID) : m_sName(pName), m_uID(uID), m_AVWindow(NULL), m_nOKBtnID(-1), m_refTimer(NULL),m_pWnd(NULL)...
View ArticleRe: Why me use acrobat SDK7.0 ADM create a Plugin(include Dialog), the Dialog...
Can't look at the source code of what? Adobe will not help with obsolete SDKs or technology, I think, and ADM is long obsolete.
View ArticleRe: Why me use acrobat SDK7.0 ADM create a Plugin(include Dialog), the Dialog...
Because This is not offer.I think This Encapsulated inside the DLL file.
View ArticleRe: Why me use acrobat SDK7.0 ADM create a Plugin(include Dialog), the Dialog...
Dynamic Link Library。There are many interfaces
View ArticleRe: Why me use acrobat SDK7.0 ADM create a Plugin(include Dialog), the Dialog...
When you first started this thread, it sounded like this is your plug-in,but now that you talk about source code not being available , that couldimply that you are not the author of the plug-in. We...
View ArticleRe: Why me use acrobat SDK7.0 ADM create a Plugin(include Dialog), the Dialog...
I know what a DLL is. My question was - which specific DLL? Do you mean that your plug-in uses a DLL, written by or for you? If so, the source code is your problem. Or do you assume that the Acrobat...
View Articleapplescript to run "action" in action wizard
Hi Forum, using this applescript I m running my "INDEGN" action from action wizard... the first step is activated through the applescript.. (ie. INDEGN action is correctly picked) but how to "click...
View ArticleRe: Why me use acrobat SDK7.0 ADM create a Plugin(include Dialog), the Dialog...
Ok, then yes, you cannot solve this problem by getting the code of ADM. You must essentially start again with the user interface, and I expect this will be as painful for you as it was for others.
View ArticleRe: Why me use acrobat SDK7.0 ADM create a Plugin(include Dialog), the Dialog...
OK I will Use MFC To redevelop the Dialog UI.
View ArticleRe: Why me use acrobat SDK7.0 ADM create a Plugin(include Dialog), the Dialog...
Yes Thank you for your answer ,Is painful to me。
View ArticleHow can I access the "security" constant from JSObject?
I would like to set the permissions for printing to "none" using C#. The Javascript documentation says to use the "security" constant to access like this:security.getHandler(security.PPKLiteHandler,...
View Article