Re: Is there a way to Update and SaveAs, an XFA form using VBA or similar ?
Test Screen Name,Thanks for the reply. I am getting the same crash on a non-XFA form as well. (opened a non-form PDF and added a field to it ! )Is there something I am doing wrong ? Aubrey
View ArticleRe: Is there a way to Update and SaveAs, an XFA form using VBA or similar ?
What version of Adobe Acrobat are you using here?
View ArticleRe: Is there a way to Update and SaveAs, an XFA form using VBA or similar ?
lrosenth,I am using Adobe Acrobat 9 Pro 9.2.0 & Adobe LiveCycle Designer ES v 8.2.1Aubrey
View ArticleRe: Is there a way to Update and SaveAs, an XFA form using VBA or similar ?
Oh - that's an old version of Acrobat that is no longer supported by Adobe.
View ArticleRe: Is there a way to Update and SaveAs, an XFA form using VBA or similar ?
lrosenth, Would I be able to Update & SaveAs with a newer version of LiveCycle ( does Adobe still have a LiveCycle line ) ? I was looking at InDesign but am not sure if it has the functionality...
View ArticleRe: Is there a way to Update and SaveAs, an XFA form using VBA or similar ?
It's not about LiveCycle, but Acrobat
View ArticleRe: Is there a way to Update and SaveAs, an XFA form using VBA or similar ?
Bear in mind that upgrading to Acrobat XI will lose you Designer; it will be uninstalled.
View ArticleRe: Extracting bookmark title which includes special characters
Thanks for your response.I am using below code to get title.char szBuf [ 1024 ]; char szHost [ 1024 ]; memset( szBuf, '\0', sizeof( szBuf ) ); memset( szHost, '\0', sizeof( szHost ) ); ASInt32 asiLen...
View ArticleRe: Extracting bookmark title which includes special characters
Well, you are translating to host encoding. I think it is very unlikely that your host encoding includes those special characters, so PDXlateToHostEx has no choice but to change them.
View ArticleRe: Is there a way to Update and SaveAs, an XFA form using VBA or similar ?
Thanks for the heads-up TestScreenName. I was not expecting LiveCycle designer to be removed.
View ArticleHow to automatically copy the selected lines
How to automatically copy and paste the manually selected lines in a pdf file to a text box using vb/c#.
View ArticleRe: Extracting bookmark title which includes special characters
Thanks for the response.Can't we get exact word from bookmark title after encoding. Its shows . for special characters like ≠, ≥, ≤, β, ℗, ℠Please help me to get exact title from the bookmarks.Thanks,Sow
View ArticleRe: Extracting bookmark title which includes special characters
As we have explained, the information is sometimes in Unicode. You just need to detect and use the UTF-BE format. DO NOT CONVERT TO HOST FORMAT OR A C STRING.
View ArticleRe: Extracting bookmark title which includes special characters
Extra info: in the PDF reference make sure you have read Syntax > Common Data Structures > Text Strings Make sure you know how to handle Unicode strings in C.Make sure you understand that...
View ArticleRe: AVAnnotHandlerDrawExProc providing the wrong coordinates for Annotations...
I submitted an official bug through the proper channel but didn't get any kind of reference number or anything to reference my submission in the future. Here is the function which is a reference to...
View ArticleRe: AVAnnotHandlerDrawExProc providing the wrong coordinates for Annotations...
What was the proper channel for you? Did you open a support case?
View ArticleOpen a pdf via vba in existing acrobat window
Hi, Part of my MSAccess 2007 management application manages document. By clicking on a document record it would open it using either OLE or DDE depending on the adobe version installed (full or only...
View ArticleRe: Open a pdf via vba in existing acrobat window
Except with ancient versions, when I use File > Open or double click on a PDF, it opens a new window. It just can't do anything else in current versions. What version are you using?
View ArticleRe: Open a pdf via vba in existing acrobat window
using Acrobat X on 64 bit windows 7 or windows 8.1
View ArticleHow [Insert|Add] Image into Opening PDF file with Acrobat SDK.
Hi Guys,I'm trying to insert|add image file into opening PDF file with specified location (X|Y) and scale (Width|Hight) but got many of troubles If use third party like iTextSharp or something else...
View Article