Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The previewer doesn't show any buttons #866

Closed
castroal opened this issue Apr 29, 2024 · 1 comment
Closed

The previewer doesn't show any buttons #866

castroal opened this issue Apr 29, 2024 · 1 comment

Comments

@castroal
Copy link

castroal commented Apr 29, 2024

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

@MarcinZiabek
Copy link
Member

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

@castroal castroal closed this as completed May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants