Pieter van der Westhuizen

Results 10 comments of Pieter van der Westhuizen

We ran into this problem with large files being created depending on the font we chose. In this case the client needed to use the Calibri font which resulted in...

Hi @krupalimakadiya Not sure what you mean. QuestPDF is a .NET library, I don't think it has anything to do with html-pdf...

Hey @andycnguyen It can be a bit of a hit and miss :) I'm attaching a sample project I used to test a variety of fonts and their sizes. The...

Ok, so in the interest of completeness. I've created a new sample project. It generates a 30 page document with random text and a table containing about 500 rows. It's...

Adding the [Xamarin.Build.Download NuGet package](https://www.nuget.org/packages/Xamarin.Build.Download/) to my iOS project, as suggested by @jocontacter, was the solution. The project now builds on both my local machine and on AppCenter

After I've created a [pull request](https://github.com/PrismLibrary/Prism.Templates/pull/32), I've realized that we should probably set the Navbar colors using styles. This way the heading color will also be applied to the iOS...

Also seeing exactly the same. Gone through all the steps detailed in #666 but no luck. Builds fine on local machine but not in AppCenter. Were you able to find...

I got this to work by downgrading Xamarin.Build.Download to version 0.4.11.

I used this approach to remove the Hash(#) from the url. If you're only going to develop for the web, you can call ```usePathUrlStrategy();``` before you call ```runApp()``` e.g: ```dart...