QuestPDF / QuestPDF

QuestPDF is a modern open-source .NET library for PDF document generation. Offering comprehensive layout engine powered by concise and discoverable C# Fluent API. Easily generate PDF reports, invoices, exports, etc.

Home Page:https://www.questpdf.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The previewer doesn't show any buttons

castroal opened this issue · comments

Describe the bug
The previewer doesn't show any buttons (like the GeneratePDF button) anymore.

To Reproduce

var document = Document.Create(container =>
{
    container.Page(page =>
    {
        // page content
    });
});

document.ShowInPreviewer();

Expected behavior
The buttons in the previewer should be visible.

Screenshots
image

Environment
.net 8 Console Application
Previewer version: 2024.3.0

Thank you for reaching out 😄

Those buttons have been intentionally removed. The 2024.3.0 release required a significant overhaul of the generation logic, more information here: #622 I needed to cut corners and decided to not include this feature.

That being said, something exciting is on the horizon. I am working on the new QuestPDF Companion application, which offers significantly more features and enhances the developer experience. I haven't posted much about the progress, but it is the next big thing on the roadmap at this moment: #621