These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

how to hide error message

humayoo
Registered: May 18 2009
Posts: 12

i am populating the pdf.it is working well.when the path of image was wrong,it display Error,could not find the file first,then show the populated pdf with default image.

i want to hide the error message. is there any script that will hide the error message.

thanks
Humayoo

My Product Information:
Acrobat Pro Extended 8.1, Windows
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4308
You can use JavaScript's [url=https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Statements/try...catch]try...catch[/url] statmenet to catch the error and optionally provide your own error message.

George Kaiser