fschutt / printpdf

An easy-to-use library for writing PDF in Rust
https://docs.rs/printpdf/
MIT License
777 stars 95 forks source link

Ignores fieldsets #102

Closed mataski closed 2 years ago

mataski commented 2 years ago

Prints everything what's in div, but ignores anything what's inside a fieldset.

The page is very long so it obviously takes time to render it, but when it's done, it has only two div elements on it. Page has like a dozen of long fieldsets and they are all ignored.

I am using this library on Drupal, this module is supported by https://www.drupal.org/project/print

image

image

fschutt commented 2 years ago

I think you have the wrong repository, this repository has nothing to do with Drupal, this is a Rust library which happens to have the same name as the Drupal print project.

https://www.drupal.org/project/print/issues/3243165 is the correct place to ask.