PDF from image
PDFsharp is a .NET library for creating and modifying PDF documents.
Brought to you by:
pdfsharp,
stefan_lange
I am working on a .NET scanning program using TWAIN can PDFsharp convert the .NET Bitmap format to PDF? And if so, can I add multiple pages to the pdf document? Also if possible, can this be done entirely in memory then saved to a file or is a temporary file needed?
Use System.Drawing.Imaging.ImageFormat of .NET framework to convert e.g. to PNG or TIFF and look into the "Graphics" example of PDFsharp to learn about loading the image(s) into a PDF.
I am looking for Image file which converts from PDF. Any help on this?