Difficulty reading annotation from pdf file
I am trying to read annotations from one pdf and write it to another pdf file using C# .net, I go through the the help of Acrobat XI SDK but i am failed to do the same. i tried to use javascript...
View ArticleRe: Difficulty reading annotation from pdf file
We like to help. Some questions for you* What exact code did you try?* Where was the code or how did you run it?* What exactly happend when you tried? (exactly = exact symptoms, exact error messages)
View ArticleRe: How to add text to a pdf file using Access VBA??
You cannot skip arguments, you can either use the function with oneargument (just the required argument), or you have to provide all of them.Also, it looks like you are trying to specify 20 parameters,...
View ArticleRe: Difficulty reading annotation from pdf file
My Scenario is like i will choose a folder that contains multiple pdf document with annotations(annotations and drawing markups). Then i will choose a distination clean blank pdf to import these...
View ArticleRe: Difficulty reading annotation from pdf file
Which line throws the error?Is there anything in the Acrobat JavaScript console?
View ArticleRe: Difficulty reading annotation from pdf file
it does not throw any error. When examine the PDFAnnot object of the line i get the error PDFAnnot = (object[])T.InvokeMember( "getAnnots",...
View ArticleRe: Difficulty reading annotation from pdf file
Does not look like an error. You cannot access the JavaScript console from C# (except to write to it). You open the console from Acrobat, and it will show all of the messages from JavaScript clients...
View ArticleRe: Difficulty reading annotation from pdf file
The best way to do this is to export the annotations as FDF and then import them back in.
View ArticleRe: Difficulty reading annotation from pdf file
If this is not an error, how can i read annotations from a pdf? What am i doing wrong? When i am trying to read annotations from a pdf , i get the object collection in the PDFAnnot(object array). The...
View ArticleRe: Difficulty reading annotation from pdf file
When I see a stack trace I say "aha! an error". You don't seem to be doing anything wrong, except that the approach of using getAnnots to make clones of annotations in the general case seems improbably...
View ArticlePrint Params
HI, I need to print a PDF document of 4 pages to a single page to a file. I have been reading about using PrintParams to set the advanced print settings. Can anyone advise how to print a 4 page...
View ArticleInitial Magnification
How do I set intial magnification for a particular PDF via VBA Access?
View ArticleAdobe Acrobat XI crashes on Closing files
Hi, We are facing issue with Acrobat XI professional :When closing file on : 1) Windows 7 Enterprise 32 bit machine Acrobat is crashing and we are getting following error in event log : Faulting...
View ArticleRe: Adobe Acrobat XI crashes on Closing files
The problem goes away if the plug-in is removed?
View ArticleRe: Adobe Acrobat XI crashes on Closing files
You say you have a custom plug-in - is this something you created, or aplug-in that somebody else created for you? If you wrote the plug-in, youneed to run Acrobat in the debugger and see where it...
View ArticleAcroPDF Stealing Focus on form in Delphi 7
Hi I am developing an application in Delphi 7 using the ActiveX AcroPDF, but he steals the Focus all for it. When it opens the file. Pdf he takes the focus and not going to other components like a...
View ArticlePrinting PDF through 32 Bit PC stopped working
We have 2 different applications one using the WIN32API call and the other one using .Net Process to print the PDF document without opening. This functionality was working until 3 -5 weeks back in...
View ArticleRe: Adobe Acrobat XI crashes on Closing files
Hi Karl, Thanks for Reply. I have created the custom plug-in. I run the Acrobat in debugger and tried to close a file opened using my custom plug-in. Acrobat closes the file and after clean up (i have...
View ArticleRe: Adobe Acrobat XI crashes on Closing files
Yes. Problem goes away when plug-in is not there. I tried to run Acrobat XI with Windows 7 Compatibility mode and it worked but this is not a solution which i am looking for. Sometimes Acrobat crash...
View Article