Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: is it possible to create a PDF from an image ?

$
0
0
You can use Magick.NET to create a PDF file from an image. You also need to install Ghostscript for this to work. It is as simple as this:
using (MagickImage image = new MagickImage("Bill.jpg"))
{
  image.Write("Bill.pdf");
}
You can also use Magick.NET to write text / put images on top of a background image.

Viewing all articles
Browse latest Browse all 3693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>