#1
Posted
:
Friday, June 10, 2016 9:55:10 AM(UTC)
Groups: Registered
Posts: 8
Can someone explain how to convert images such as jpeg, PNG, GIF, etc, to PDF using asp.net?
#2
Posted
:
Tuesday, July 5, 2016 7:02:00 AM(UTC)
Groups: Registered
Posts: 119
Was thanked: 4 time(s) in 4 post(s)
The easiest way to do is to simply load and image using the rasterCodecs.load command,
https://www.leadtools.com/help/leadtools/v19/dh/co/leadtools.codecs~leadtools.codecs.rastercodecs~load.html,
and then after you have loaded the image you can then save the image as a PDF using rasterCodecs.save()
https://www.leadtools.com/help/leadtools/v19/dh/co/leadtools.codecs~leadtools.codecs.rastercodecs~save.html
Nick Villalobos
Developer Support Engineer
LEAD Technologies, Inc.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.