I have a request to select a portion of a pdf document and save/email that generated image in an ASP.NET website. My initial thought was to load the pdf document and then utilize a draggable/resizable canvas to select a portion of the document and save it out. Does anyone know how to accomplish this or know of an alternative method of doing this.
I visualize a draggable/resizable box that they can move around a multipage document and select a save a portion of it.