Hi, I am developing a Windows store App targeting Windows 8.1, and the app needs to scan into a PDF file.
I have a WIA compatible scanner that works well, and I can scan with the API into JPG or BMP images.
I want to pack into a PDF these scans, and I wouldn't buy any third part component.
My scanner is not Preview supported so I can't use the API method
ScanPreviewToStreamAsync to scan into a stream.
What should I do?