The simplest way to convert PDF to image as of 2024 is using PDFtoImage libary like below. This libary works for dotnet 8.0 as well. example: Read pdf file and save page 1 (index 0) to jpg file. using PDFtoImage; using var pdfStream = File.OpenRead(@”Sample.pdf”); Conversion.SaveJpeg(“image-fileStream.jpg”, pdfStream, 0, options: new(Dpi: 300, Width:1024, Height:null, WithAspectRatio:true)); You… Continue reading Convert PDF to Image in C#
Korean Restaurants for a solo traveler
If you are planning to travel to Korea and consider 5 restaurants below? Honggo at Mapo looks good. Kyochon Pilbang – Chiken Omakase – not recommend because interior looks good but the food is not worth the money based on many reviewers. Pairing room – note: need to call for booking if it’s 1 person… Continue reading Korean Restaurants for a solo traveler
SAML – Use SSOReady open-source
SSORready
Scraping example
Tracking supermarket prices with playwright (sakisv.net)
Best Generative AI 2024
ChatGPT Claude Open source AI HuggingChat (huggingface.co) – Meta llama, etc Fast AI Groq is Fast AI Inference – llama