Bennet Bo Fenner

Results 104 comments of Bennet Bo Fenner

Sorry, looks like I am the one that got confused there. For some reason I thought the rust doc itself is empty. Looks like there is something wrong with the...

Looks like this is an issue of the language server (rust-analyzer), see https://github.com/rust-lang/rust-analyzer/issues/7688

Thanks for pointing me in the right direction @ConradIrwin. I managed to implement your suggestion in the format_time crate (not sure about the name of the crate, maybe something more...

If the document is still referenced from somewhere, the image object is still kept alive - not calling the finalizer. However, if the document is still referenced somewhere after generation,...

This is not possible currently. We are limited by SkiaSharp here, as QuestPDFs metadata struct maps directly to [SKDocumentPdfMetadata](https://learn.microsoft.com/en-us/dotnet/api/skiasharp.skdocumentpdfmetadata). QuestPDF has no way of modifying the internal structure of a...

Regarding question number one: Yes, custom fonts will only be embedded once.

@MarcinZiabek As @girlpunk already said, `ContinuousPageNumbers` is useful, if you have multiple Documents created already and want to merge them with continuous page numbers . As you pointed out, this...

Feel free to release it for the next 2023.X release. You put tons of work into QuestPDF for free. Im happy if this feature can help to cover some costs...

Superseded by #572

I believe you are looking for [this](https://www.questpdf.com/api-reference/page#page-settings). In your PageDescriptor set your size to landscape mode, e.g. `page.Size(PageSizes.A4.Landscape()`.