Click here to Skip to main content
15,887,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a requirement to display multiple images grouped by products on a page,
user should have a option to select a image from the many images displayed for a product.
When he clicks on export to PDF,selected images along with product info should be exported to PDF.

could you please suggest JQuery plug in or anyother mechansim to achieve this
functionality ? my app is bit old and uses mvc2.

Any help is appreciated.

What I have tried:

I couldnt find any jquery plugin for the same
Posted
Updated 27-Apr-16 21:42pm

1 solution

You might have to convert the images to PDF first using a library and then merge with the product.


You can try use the free .Net PDF library
https://visualstudiogallery.msdn.microsoft.com/b590710c-efe6-4667-842e-2a592ce000cc

Hope it helps!
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900