GotenbergSharpApiClient
GotenbergSharpApiClient copied to clipboard
.NET C# Client for the Gotenberg API
Minor code quality improvement
As I understand you have to use GotenbergSharpClient.MergeOfficeDocsAsync for converting office files. But there is limitation that only allows 2 or more files to be converted. There is check for...
Hello here 👋 I've just released version `7.0.0` of Gotenberg 🎉 A lot of minor changes, the best if you wish to update your C# client is to head to...
Please add support for the trace feature in Gotenberg. https://gotenberg.dev/docs/modules/api#trace-all-routes The purpose of sending a Trace header is to make it easier to find out which client request caused which...
Hi The Gotenberg pdf result after converting from HTML to PDF is not containing selectable text, is there a solution to this? [US-Skjema-X2M-FG6.pdf](https://github.com/ChangemakerStudios/GotenbergSharpApiClient/files/15331375/US-Skjema-X2M-FG6.pdf)
I noticed that the `HealthCheckUrl` property exists in the configuration but currently seems to be only set and not used. Could you clarify its intended purpose? If the URL is...
Hello, I'm trying add metadata (to set the author of my pdf document). Unfortunately I cannot find the correct way to add the pdf metadata. Could you please advise me...
## Summary by CodeRabbit - **New Features** - Added support for generating PDFs as a single page, overriding paper size settings. Users can now specify this option when configuring PDF...
In Gotenberg docs ([here](https://gotenberg.dev/docs/routes#page-properties-chromium)) there is the "singlePage" Property. How can be this set via this library?
## Summary by CodeRabbit - **Bug Fixes** - Corrected margin settings so that each margin (top, right, bottom, left) is now properly assigned based on user input. Previously, all sides...