

Some of the reasons why we should try to automate our workflows are:

at (ProcessStartInfo startInfo) at (ProcessStartInfo startInfo) at () at (LauncherBase p) in C:\projects\puppeteer-sharp\lib\PuppeteerSharp\States\ChromiumStartingState.cs:line 69 at (LaunchOptions options) in C:\projects\puppeteer-sharp\lib\PuppeteerSharp\Launcher.cs:line 61 at (LaunchOptions options) in C:\projects\puppeteer-sharp\lib\PuppeteerSharp\Launcher.cs:line 84 at .generatePDFAsync(String html) in C:_Projekte\AvidaCloud Dev CreateBooking\src\AvidaCloud.Domain\Services\Email\EmailService.One of the goals every developer has is to automate as many actions and tasks as possible.
Please see the application event log or use the command-line sxstrace.exe tool for more detail. The application has failed to start because its side-by-side configuration is incorrect. Var browserFetcher = new BrowserFetcher() Īwait using var browser = await Puppeteer.LaunchAsync(new LaunchOptions ) Var encoding = įile.AppendAllText(Directory.GetCurrentDirectory() + "\\Invoice.html", html, 8) The code is below : public async Task generatePDFAsync(string html)

I am trying to create a functionality where I am converting a html string to pdf through byte.
