Re: Open a pdf via vba in existing acrobat window
Hi, You know I have to thank you for the solution as by asking your question you provided me with a way to solve my problem ..... As double clicking a pdf file when the application is open with no open...
View ArticleRe: How [Insert|Add] Image into Opening PDF file with Acrobat SDK.
1 Which API (JavaScript, plug-in, OLE...)?2 Is this to happen on a button click in Acrobat? On a server? In a service? Somewhere else?3 Do you need to support a range of image formats, or can you...
View ArticleRe: How [Insert|Add] Image into Opening PDF file with Acrobat SDK.
Thank for your interested.I use VB.NET and Acrobat Here is some my code: Try If File.Exists(T(0))Then Dim AcroAVDoc As AcroAVDoc = Ap.GetActiveDoc Dim AcroPDDoc As AcroPDDoc = AcroAVDoc.GetPDDoc...
View ArticleRe: How [Insert|Add] Image into Opening PDF file with Acrobat SDK.
Sorry, I still need to ask, because it is a time saver in the end for many. On a normal interactive system for an owner of Acrobat? On a server? In a service? Somewhere else?Also, is PDF an acceptable...
View ArticleRe: How [Insert|Add] Image into Opening PDF file with Acrobat SDK.
On server.Assumed that i'm opening PDF file and i write function to insert Image which can be JPG, PNG, BMP format into that PDF file with specified location inside PDF file.And i use VB.NET to do that.
View ArticleRe: How [Insert|Add] Image into Opening PDF file with Acrobat SDK.
Ok, thanks, this is a time saver because we don't need to look at Acrobat any more; it isn't for server use. Adobe have a C/C++ PDF Library which can do this (licensed by DataLogics), but it is not a...
View ArticleRe: Extracting bookmark title which includes special characters
Thanks for the response. I tried to convert title from char * to wchar_t and once again wchar_t to char * to pass PDXlateToHostExThe code as shown below.char szBuf[255]; memset( szBuf, '\0', sizeof(...
View ArticleRe: Extracting bookmark title which includes special characters
I said DO NOT CONVERT TO HOST FORMAT but your code calls PDXlateToHostEx.I said DO NOT CONVERT...OR A C STRING but your code converts to a C string.
View ArticleRe: Extracting bookmark title which includes special characters
And I said, Make sure you understand that UTF-16BE, and clearly you do not. If you do not understand anything in a reply, please say so, though explaining Unicode from scratch is too big a background...
View ArticleRe: Extracting bookmark title which includes special characters
I will add one more thing because it may not be clear. If you use PDBookmarkGetTitle, it will convert a UTF-16BE bookmark into PDFDocEncoding. These special Unicode characters will already be gone. You...
View ArticleRe: AVAnnotHandlerDrawExProc providing the wrong coordinates for Annotations...
I submitted the issue to https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&loc=en
View ArticlepdPermEdit and pdPermEditNotes
Hi Guys, I have been trying to use PDDocGetNewSecurityInfo() to determine if the document has the pdPermEdit and pdPermEditNotes flags.No matter what the document, I am getting 4294967292 which I...
View ArticleRe: pdPermEdit and pdPermEditNotes
(Off the top of my head) I believe you want PDDocGetPerms().
View ArticleI purchased the monthly plan for Creative Cloud but I don't need it, I want...
It doesn't make much sense financially, to pay 34 dollars a month for 1GB of extra storage space. Please someone help me figure out what I need to buy/do. Thank you in advance.
View ArticleRe: How [Insert|Add] Image into Opening PDF file with Acrobat SDK.
Thank u, i will try to figure it out.
View ArticleRe: pdPermEdit and pdPermEditNotes
PDDocGetPermissions() has been deprecated since 5.0 and says to use PDDocPermRequest()I have used PDDocPermRequest() to determine PDPermReqOprModify, but doesn't tell me pdPermEdit or pdPermEditNotes....
View ArticleRe: pdPermEdit and pdPermEditNotes
I am pretty sure you don't need to look for those any longer - just ReqOprModify.
View ArticleRe: pdPermEdit and pdPermEditNotes
Maybe I am looking into this incorrectly... When attempting to Save As a PDF in Adobe Reader through the native menu functions, I get the following... I am attempting to find the way to determine if...
View ArticleRe: I purchased the monthly plan for Creative Cloud but I don't need it, I...
Please refer to :Sample eBook Library | Adobe Digital Editionshttp://www.adobe.com/content/dam/Adobe/en/devnet/digitalpublishing/pdfs/indesigntokindle_w p_ue1.pdfTo cancel the CC please use the link...
View ArticleRe: AVAnnotHandlerDrawExProc providing the wrong coordinates for Annotations...
Oh, that's for wishes and idle reports of bugs where you don't care whether you hear again. They go into a big pile and one day may be looked at. If you want a reply about your problem, you need to...
View Article