Windows plug-in: get ASPathName as Unicode path
On Windows, we can use a Unicode DIPath via methods that use ASText.On Windows, we can return a Windows pathname in platform encoding using ASFileSysAcquirePlatformPath/ASPlatformPathGetCstringPtr. But...
View ArticleRe: Windows plug-in: get ASPathName as Unicode path
IIRC, ASFileSysAcquirePlatformPath can return a Unicode path if you ask it for one (as the specified format).
View ArticleRe: Windows plug-in: get ASPathName as Unicode path
I was hoping that but the documentation (as of 10.x/11.x headers) seems to give only these choicesASAtom valueOperating systemFSRefWithCFStringRefMac OSFSSpecMac OSCFURLRefMac OSPOSIXPathMac OSFSRef...
View ArticleRe: Windows plug-in: get ASPathName as Unicode path
Yes, you can call ASFileSysAcquirePlatformPath with the "WinUnicodePath" atom to get back a string of ASUTF16Val. Also, it seems pretty easy to type "windows aspathname unicode", either into the search...
View ArticleRe: Problems with Online SDK Documentation
On a possibly related note, I have stopped receiving emails for new posts to this or any other forums.adobe.com forum, as of about mid May. Is that related to the format change of these forums? What...
View ArticleRe: Problems with Online SDK Documentation
I am pretty sure this is unrelated to the documentation problem: The forumssoftware was updated recently, and that may have reset your subscriptionlist. You should be able to go...
View ArticleRe: Windows plug-in: get ASPathName as Unicode path
You're right. I should have tried that. I also find that this information is in the Plug-in developer guide - but still not in the header files, which is a pity, as I expect them to be complete. There...
View ArticleRe: Problems with Online SDK Documentation
Thanks Karl. That seems to have worked. I must have missed the notification about the forum changes, or how to continue to receive emails, or exactly what all of those "Following" types such as...
View ArticleRe: Problems with Online SDK Documentation
There is the forum FAQ here:Common questions But it seems out of date, especially where it says, "Go toa product forum and look for the Actions panel on the right-hand side of the page. Click on...
View ArticleRe: Windows plug-in: get ASPathName as Unicode path
WinUnicode is just a "backdoor" that tells the APIs to return Unicode data instead of standard Cstrings.
View ArticleRe: Windows plug-in: get ASPathName as Unicode path
A "backdoor?" That may be how you guys at Adobe think about it, but to us users of the Acrobat SDK, it's just another "platformPathType" parameter value for ASFileSysAcquirePlatformPath, which should...
View ArticleHow to convert HTML to PDF programmatically?
How to convert HTML to PDF programmatically?I'm programmer VBA and I need to develop a application. Note: This application will not have dialog 'Save As' for enter file name. Adobe® Acrobat® XI is...
View ArticleRe: PDF to PNG Image
I can't able to see anything in file. it's looks like below: jP‡ ftypjp2 jp2 jpxbjpx rreq øø € @ , 1jp2h ihdr r û colr —colr ŒLino scnrRGB...
View ArticleRe: PDF to PNG Image
Looks more like a JPEG2000 image, at a wild guess. A valid PNG will have a single rubbish character at the start followed by "PNG". I can't account for it directly, but your code seems to be from two...
View ArticleRe: PDF to PNG Image
Here i am converting PDF page to image file using AVConversionConvertFromPDFWithHandler Acroplugin API. This is giving wrong output if i use PNG format.
View ArticleRe: PDF to PNG Image
I think it may be giving the correct output. You I think are giving the wrong input. What documentation led you to pass those parameters? I don't think they are applicable. If you copied this code...
View ArticleRe: How to convert HTML to PDF programmatically?
No. Not in Web Server. But in desktop application.
View ArticleRe: How to convert HTML to PDF programmatically?
There are no VBA-based APIs to use Acrobat to convert HTML to PDF. There are APIs for plugins to Acrobat (written in C/C++), however.
View ArticleRe: How to convert HTML to PDF programmatically?
How use these APIs (C/C++) in VBA? Can you describe?Do you have the APIs?
View Article