Re: The AcroPDF.PDF Class is no longer accessible from VisualBasic6 after...
Am 23.05.2014 10:52, schrieb hbarclay:> The AcroPDF.PDF Class is no longer accessible from VisualBasic6 after update 11.0.0.7. created by hbarclay...
View ArticleAnnotation creation in pdf using PDLayer apis
Dear Friends, I was trying to create annotation in pdf. While debugging I am able to see that the annotation objects are created but I can't see it in the pdf in the acrobat viewer application. The...
View ArticleChanging annotations from within MS Access via VBA
I’m developing code (VBA) within MS Access to communicate with acrobat adobe. The purpose of this code is to change a particular annotation’s text and backcolor (for now). However, when I run the code...
View ArticleRe: Annotation creation in pdf using PDLayer apis
You create a Square annot. So it is wrong to then cast it to a Text annot.
View ArticleRe: Annotation creation in pdf using PDLayer apis
Hi, Then can you let me know how to create a square Annot?
View Articlesuper and sub scripted text and font to be extracted
Hi,How can I extract complete text including super/sub scripted text along with fonts properties like font name,bold,italics etc. from a pdf file?What does tagged pdf means? I want to extract whole...
View ArticleRe: Annotation creation in pdf using PDLayer apis
Your use of PDDocAcquirePage is wrong and dangerous. It is vital that you release each page acquired. This can cause problems later including error messages and being unable to save or close the file....
View ArticleRe: Annotation creation in pdf using PDLayer apis
Dear Friend, Thanks a lot. I have modified the code and released each page I acquired.And somehow too I got my problem solved that is I had to use api PDPageAddAnnot (pdPage, annotIndex++,...
View ArticleI subscribe to adobe acrobat 11 and I want to install the app on my ipad .
I subscribed to a free trial which enabled me to download ppt, PDF and word files to my ipad which I could then amend and read offline. How do I reinstall the app?
View ArticleRe: I subscribe to adobe acrobat 11 and I want to install the app on my ipad .
What does have to do with the topic of this forum "Acrobat SDK" ?
View ArticleRe: I subscribe to adobe acrobat 11 and I want to install the app on my ipad .
Find out, perhaps from your email, the name of the app you purchased, and we may be able to direct you to the right place.
View ArticleRe: super and sub scripted text and font to be extracted
How can I extract complete text including super/sub scripted textalong with fonts properties like font name,bold,italics etc. from a pdffile?[/quote] With a LOT of work and heuristic deduction, since...
View ArticleexportAsFDF is not working properly on Acrobat Professional 8
Hi, I am working on Acrobat Professional 8 to export FDF using vb.net. FDF export by manually is working proper but from script its giving me below FDF file: %FDF-1.2%âãÏÓ1 0...
View ArticleRe: exportAsFDF is not working properly on Acrobat Professional 8
Acrobat 8 is long ago forgotten and unsupported by Adobe, but what you write looks correct for when you specify bAllFields as true and do not specify bAnnotations, which defaults to false.
View ArticleRe: The AcroPDF.PDF Class is no longer accessible from VisualBasic6 after...
FYI PDF applications built with VB6 fail to work with 11.0.07
View ArticleRe: The AcroPDF.PDF Class is no longer accessible from VisualBasic6 after...
Hi, I am Yadvinder from Vertex Infosoft. We are already under agreement from Adobe, allowed to re-distribute Adobe Reader and same problem at our end has occurred. We now have to update all our...
View ArticleRe: The AcroPDF.PDF Class is no longer accessible from VisualBasic6 after...
Yadvinder, you will need to contact our legal department for permission. The relevant contact will be in your contract.
View ArticleIs the latest acrobat sdk version that support Visual Studio 2013?
We are planining to Move our base code to Visual Studio 2013 and I want to know if the latest acrobat sdk support VS2013. Thanks.
View Articleexport pdf to excel
I have a requirement to convert the PDF data into Excel sheet. I need to do this from java, so there is any solutions available in Adobe SDK.
View ArticleRe: The AcroPDF.PDF Class is no longer accessible from VisualBasic6 after...
I looked into the idea if the old 32 bit version of the AcroPDF.dll file can be installed as well as the 64 bit version so they both co-exist. I found that both versions of the dll have been built to...
View Article