Re: I purchased the monthly plan for Creative Cloud but I don't need it, I...
Thank you for your response Rajshree, however will canceling my account affect my disk space for my Adobe Acrobat account? I'm looking for pricing for increasing my Adobe acrobat disk space and I don't...
View ArticleRe: I purchased the monthly plan for Creative Cloud but I don't need it, I...
Hi Rajshree, this forum answered my question. There is no way to purchase more Acrobat Cloud space. How many GB of acrobat.com cloud storage is free, and how do I get more if I need it?
View ArticleRe: pdPermEdit and pdPermEditNotes
Right - that happens today if the PDF is not Reader Enabled for saving. So you have a Reader plugin and you want to know when calling PDDocSave or AVDocSave will flag that? If so, check for Reader...
View ArticleHow to convert a .docx to .pdf
hi I red all the previous topics about this thema, there is no solution to convert between docx and pdf? currently I have Adobe Acrobat XI Professional 11 and using CSharp thanks
View ArticleRe: How to convert a .docx to .pdf
There is no API for C# for this function. There are, however, APIs for C/C++.
View ArticleRe: How to convert a .docx to .pdf
lrosenthAPI is the same for all platforms, yes please can you provide the call? Test Screen Nameno is for desktop use, we like to use the default magnification (Initial View) stored to PDF separately...
View Articlehow to execute a menu item by acquiring by its name ?
Hi, I was trying to execute a menu item by acquiring it by name. My code snippet is as follows: menubar = AVAppGetMenubar ();menuItem = AVMenubarAcquireMenuItemByName (menubar,...
View ArticleRe: how to execute a menu item by acquiring by its name ?
Actually I am not able to get correct name out of the name list, still I fetch following information as subjecting to my requirement.[cName:Tools, oChildren:[cName:AdvCommenting,...
View ArticleRe: Extracting bookmark title which includes special characters
Thank you very much for your response. I wanted to display the bookmark title that's why, I was using PDXlateToHostEX()As you told, i can set the bookmark title with special characters using...
View ArticleRe: Extracting bookmark title which includes special characters
You can display the text, but you CANNOT display it as host encoding. It is simply impossible. There is no value you can put in a C string that means these special characters. I think you need to do...
View ArticleRe: How to convert a .docx to .pdf
The C/C++ API is for Acrobat plug-ins NOT FOR SEPARATE APPLICATIONS. The plugin could set up a private communication to your app, somehow, if you can figure how. Writing plug-ins has a big learning...
View ArticleRe: how to execute a menu item by acquiring by its name ?
Its acrobat 6. But I got my problem solved its menuItem=AVMenubarAcquireMenuItemByName (menubar, "Annots:Tool:SquareMenuItem");Still Thank you very much. Saffiuddin Mian
View ArticleRe: Extracting bookmark title which includes special characters
Thanks for the response.You have mentioned that I can display the text. But, PDBookmarkGetTile return Ascii characters which shows some symbols ( by?)After host encoding only, I can see the title how...
View ArticleRe: Extracting bookmark title which includes special characters
> But, PDBookmarkGetTile return Ascii characters which shows some symbols ( by?) Yes. Don't use that API, it cannot help you; > After host encoding only, I can see the title how it is in PDF...
View ArticleRe: Extracting bookmark title which includes special characters
Thanks for the response.If the bookmark title is "Table of contents"PDBookmarkGetTitle gives me as ( by?)I want to get this and convert into string and modify as "Table of ≥ Contents" and set the...
View ArticleRe: Extracting bookmark title which includes special characters
Yes, it is possible to do it without ASText but this uses different APIs and is more difficult. Use ASText.
View ArticleRe: how to execute a menu item by acquiring by its name ?
Acrobat 6?!?!? Seriously!?! That stopped being supported over 10 years ago. It run on any modern OS (or even XP, I think). What are you trying to accomplish?!?!
View ArticleRe: How to convert a .docx to .pdf
So, what you say is, that I cant open a docx and save as pdf through API ? API is just for automation only for the moment I will download the trial PRO (known as AcrobatPro_11_Web_WWMUI.exe), but I...
View Article