I want to use C# net Core Console Application in Linux Ubuntu. And I plan to generate an HTML text using this application.
This text should be passed to a program already existed in the linux and generate a .pdf file as a result.
Unfortunately, I couldn't find pipeline operations in C# Core.
How to do the best it?