Xamarin Form - How To store an image in PDF or JPEG Format in UWP
hello friends i am developing the DMS application in which user can scan the document or images through scanner and upload on server. For scanning purpose i am refered this link it works perfectly..:) Now problem is ImageScanner.ScanFilesToFolderAsync(ImageScannerScanSource, StorageFolder) this Method accepts the image format which is supported by scanner. my scanner only support the .BMP format but i want to store an image in PDF or JPEG Format in given folder name. Else please suggest any free pdf package( dll). which accept multiple image format and convert to single pdf format and PDFSharp