Expand my Community achievements bar.

how do i empty the cache

Avatar

Level 3

I'm using Live Cycle ES3 to develop, Adobe Reader XI/ Acrobat XI to display PDF.

In my pdf, users input their data, and the webservice binded to this pdf will generate a string according to the input data. Then I use image fields to decode thestrings returned by the webservice using base 64 schema, and embed pages of PNG into pdf for display.

The code is like this: imgField.rawValue=webServiceString.rawValue

So the user inputs the first set of data, and the first set of png labels will be generated.

Then input the second set of data, and again generate the second set of labels.

One weird thing is, in the second set, some pages of PNG will be replaced by the PNG in the first set of PNG.

But when I try to print this second set of PNG, they are all showing correct data.or if I close the PDF and reopen it, they are all showing correct data.

This is likely to be that the cache of Adobe Reader/ Acrobat is not getting emptied. And this situation doesn't come always, it only comes by chance, I don't know how to reproduce it.

Any idea what's going on, or any suggestions or solutions? Thanks!

0 Replies