Re: how to create ASPathName for a new file
Important background information: an ASPathName is not a fixed type, but a type implemented by the ASFileSys. The internal representation depends on what the ASFileSys expects, and they must not be...
View ArticleRe: how to create ASPathName for a new file
Dear Friend, Thank you for your reply. The program is to save a files copy by renaming it the file name to <fiilename>_abc.pdfPlease find the detail code as below: ASFileSys myFileSys =...
View ArticleRe: how to create ASPathName for a new file
Gulam: I believe you are taking an unnecessarily circuitous route. This is what I do: (a) First, use the C++ type "string" and with it, do all manipulations, substring concatenations, extractions, etc....
View ArticleRe: how to create ASPathName for a new file
In what way does your code fail? If it crashes, where?If it gets a bad value, where?If it gets an exception, where?
View ArticleWhat makes a plugin unique?
This is another possible subject line for my post: "I guess it is too easy for plugins to conflict with one another" What I am trying to do is equivalent to performing surgery on Siamese twins. As we...
View ArticleRe: What makes a plugin unique?
Ramon F Herrera wrote: This is another possible subject line for my post: "I guess it is too easy for plugins to conflict with one another" ... specially if about 99% of their source code is identical.
View ArticleRe: What makes a plugin unique?
NB: It is important to mention that all my source code changes have been done in the "SelectionServerInit.cpp" (*) file. I have made trial&error modifications in the region below: but alas, I am...
View ArticleRe: What makes a plugin unique?
No, plug-ins should never conflict or clash. You should have registered a four character prefix with Adobe. Then everything you register in a shared space (e.g. menu names, plug-in name, select server...
View ArticleRe: What makes a plugin unique?
Sorry for SelectionServer read ImageSelection; you must change this. Assuming of course you are creating the server elsewhere in the code. Yes, very easy to crash Acrobat, because you are part of...
View ArticleRe: What makes a plugin unique?
Ramon F Herrera wrote: NB: It is important to mention that all my source code changes have been done in the "SelectionServerInit.cpp" (*) file. I have made trial&error modifications in the region...
View ArticleRe: What makes a plugin unique?
Test Screen Name wrote: Sorry for SelectionServer read ImageSelection; you must change this. Assuming of course you are creating the server elsewhere in the code. I am not sure that I understand the...
View ArticleRe: What makes a plugin unique?
I think I got it!! Boy, last night I was banging my head against the wall. This is what I did right: (a) I performed a search in the whole solution, looking for the following string:...
View ArticleQuestion for Acrobat SDK products
Hi, I need to develop a VB.NET program to convert PDF to word or excel (or edit PDF contents to new PDF) .Please advise that what's Acrobat SDK products should I Purchasing and how the pricing, thanks.
View ArticleRe: Question for Acrobat SDK products
The Acrobat SDK is not something you purchase, and it is not a product. Rather it is a set of tools for automating a purchased copy of Acrobat. Do you need something- to run for a person who has...
View ArticleRe: how to create ASPathName for a new file
Dear Ramon and others, Thank you for valuable effort, the issue has solved, actually the change needed was PDSaveFull flag, with PDSaveCopy. PDDocSave (myPDDoc, PDSaveCopy | PDSaveFull ,...
View ArticleRe: how to create ASPathName for a new file
Some methods have a special way of telling you the length needed, so you can allocate it. This method does not. You just have to allocate a "large enough" buffer. No failure will occur if the message...
View ArticleRe: how to create ASPathName for a new file
Gulam e Mustafa safi ali wrote: Dear Ramon and others, But as Ramon suggested, I am getting asked not to use CString ... because your boss is smart and realizes that CString is a Microsoft-only...
View ArticleRe: Extract All Display Elements in PDF with Coordinates
Hi Adiva Kumar, I need help from you about getting words and its cocordinate from PDF, will you please help me out?Thanks in Advance. Rohit Shinde
View ArticleRe: Extract All Display Elements in PDF with Coordinates
I think the message is already a very detailed discussion of the methods you will need to study to do this in a plug-in.
View ArticleFor Adobe SDK XI, I'm unable to get wxPlugin project from samples to compile.
Having trouble with WxPlugin sample from ADOBE SDK XI. I've implemented the instructions from Documentation for "Sample Descriptions". What should be wx libraries (Linker->Input->Additional...
View Article