AvaloniaUI.PrintToPDF icon indicating copy to clipboard operation
AvaloniaUI.PrintToPDF copied to clipboard

Create PDF documents from Avalonia UI visuals

Results 4 AvaloniaUI.PrintToPDF issues
Sort by recently updated
recently updated
newest added

When I use contain ViewBox some text disappears in pdf. Program ![1](https://user-images.githubusercontent.com/78256540/179964269-6c34871d-7ff0-4ba5-95d6-c911a0e1465b.jpg) PDF ![image](https://user-images.githubusercontent.com/78256540/179964433-84c2786c-9491-49b2-840d-ffb5c0672688.png)

Hello, if I add "--pdf" in the command line arguments, and then I launch the Demo as a batch, the code in the Model constructor is hit as expected, but...

i create some report use usercontrol,i want print it without show

Awesome library. Works great except in one case. I'm using a Syncfusion control SfRichTextEdit in Avalonia XPF for my Avalonia app. That control is not rendered in the pdf. It's...