Ticket created by ~bharath412 on ~ireas/genpdf-rs
is set_fill_color / with_fill_color for FrameCellDecorator implemented? If yes, can you please share a sample?
Comment by ~bharath412 on ~ireas/genpdf-rs
is set_fill_color / with_fill_color for FrameCellDecorator implemented? If yes, can you please share a sample
Ticket created by ~bharath412 on ~ireas/genpdf-rs
Is there any workaround to print images in pdf with alpha channel?
Ticket created by ~bharath412 on ~ireas/genpdf-rs
Is there any way to use TableLayout as callback in set_header? I'm getting "unused
Result
that must be used#[warn(unused_must_use)]
on by default thisResult
may be anErr
variant, which should be handled", when i try to handle it with match arms, unable to handle Error. Please suggest
Ticket created by ~bharath412 on ~ireas/genpdf-rs
Is there any feasibility to clone TableLayout element? I have a use case to re use the table
Ticket created by ~bharath412 on ~ireas/genpdf-rs
Have a requirement to fill the background color of a paragraph with red color background and font as black. Please suggest if we have any
Comment by ~bharath412 on ~ireas/genpdf-rs
Got it. I will surely use table layout. But having horizontal option at linear layout is very helpful in future releases.
Thanks for your quick response.
Ticket created by ~bharath412 on ~ireas/genpdf-rs
Currently vertical option is very helpful on linear layout. But side by side is not possible with it, can we have that option?