Gary Sharp

Results 16 comments of Gary Sharp

The Bootstrapper UI was originally designed to only really be run at startup or during some automation, and not interactively. I understand many are manually launching the utility which we...

The User Maintenance plugin performs much of these actions. The archiving and deletion of data is something we've chosen to avoid for now.

I think this is a fantastic idea Elijah. Yes - there would be security concerns so the user would no-doubt need to supply credentials (which Disco could handle via its...

Interesting idea Elijah! Firstly, while its currently possible to embed barcodes into Document Templates _using a barcode font_, it does mean that the barcode font needs to be present wherever...

Hi Mike, Glad you're finding this project helpful. This compression algorithm is for a very specific use-case - short ASCII encoded text. If you try to compress non-ascii characters you'll...

Hi Dave, Thanks for your feedback. Both of those suggestions would largely involve performing the actual compression/decompression. Presumably (depending on the output), you might then choose to perform the operation...

Hi Salvatore There appears to be native APIs - so it is likely possible ([DhcpV4CreatePolicy](https://docs.microsoft.com/en-us/windows/win32/api/dhcpsapi/nf-dhcpsapi-dhcpv4createpolicy), [DHCP_POLICY](https://docs.microsoft.com/en-us/windows/win32/api/dhcpsapi/ns-dhcpsapi-dhcp_policy)). Unfortunately I'm not in a position to be able to prioritize unsponsored work at...

Significant work was done on this throughout Project 1. An additional audit can be done time permitting or if issues are found.

Hello @ricardopieper I'm going to have to make some assumptions about which parts of the API you're using. Are you passing `ShrinkToMargin` to the `PdfDocument.CreatePrintDocument(PdfPrintMode)` method? Have you considered passing...

Curious, any reason why the original PDF is generated on multiple pages instead of a single page? It would seem that this would resolve the issue. Have you tried opening...