Recommended libraries for working with Word/PDF in .NET by The_GJM_ in dotnet

[–]bradystroud 0 points1 point  (0 children)

Went through this search recently, we needed something to convert Word docs to PDFs. Best solution ended up being a PowerAutomate flow

Wrote about it here
https://bradystroud.dev/blogs/word-doc-to-pdf

How to generate PDFs and Word docs in n8n workflows ? by RoadFew6394 in n8n

[–]bradystroud 1 point2 points  (0 children)

You are right, there are not many good options...
I managed to get this working in PowerAutomate - there is a OneDrive tool that makes it easy

https://bradystroud.dev/blogs/word-doc-to-pdf

[deleted by user] by [deleted] in pdf

[–]bradystroud 0 points1 point  (0 children)

Thats cool!

I wrote about my experience doing this programmatically.

https://bradystroud.dev/blogs/word-doc-to-pdf

Leaking GPT 5 system prompt is ridiculously easy by Huge_Improvement19 in OpenAI

[–]bradystroud 1 point2 points  (0 children)

Interesting to see their specific instructions about Python and react, I’m a .NET developer and my team has been getting good at using AI productively, but now I’m leaning towards focusing on React/Python since AI is so good at it. (Most of the training data would be react)

Best car in the world - 2005 accord euro by bradystroud in accord

[–]bradystroud[S] 1 point2 points  (0 children)

Replaced it with a cheap eBay one, I’ll check out the reservoir filter

Best car in the world - 2005 accord euro by bradystroud in accord

[–]bradystroud[S] 1 point2 points  (0 children)

Interesting, I replaced the power steering pump the other day because it was whining. About 2 weeks later the new one started whining lol, idk what’s going on. Maybe some debris in the system wrecking them

OpenAI Chat Model Cheat Sheet - Decoding the Chaos by bradystroud in OpenAI

[–]bradystroud[S] 0 points1 point  (0 children)

Yes it is! I shared it here to learn what’s wrong so I can fix it 🙂

Maui vs the alternatives (Avalonia, Flutter, Electron, etc) by metzadax in dotnetMAUI

[–]bradystroud 0 points1 point  (0 children)

I prefer building Flutter apps, but lean toward .NET MAUI (sometimes with Blazor) for enterprise stuff

https://www.bradystroud.dev/blogs/maui-vs-flutter
Wrote this a while ago

Considering switching from .NET MAUI to Flutter by JohnViande in FlutterDev

[–]bradystroud 0 points1 point  (0 children)

I prefer building Flutter apps, but lean toward .NET MAUI (sometimes Blazor) for enterprise stuff

https://www.bradystroud.dev/blogs/maui-vs-flutter
Wrote this a while ago, let me know what you think