I have a PDF that's saved to a file, but also loaded into an image control. I also have a looper which displays a thumbnail for each page. If a user deletes a thumbnail from the looper I want to delete the page and re-save the file. What's the easiest way to do this? Should I manipulate the image control or use an image variable?
I'm probably over thinking this, I bet the solution is fairly simple. There's got to be a way to just delete pages from the image control.
I'm probably over thinking this, I bet the solution is fairly simple. There's got to be a way to just delete pages from the image control.