python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Saucer flying header and footer
I use the header and footer in saucer flying. It works well.
The current state works where I use the div with header or footer, I have from there until the end of the file header or footer.
I've tried...
robertD
Votes: 0
Answers: 1
Module reads package from both
I found something similar to my problem, but it is related to maven not gradle: java 9 unnamed module reads package [X] from both ... while debugging (with IntelliJ)
I finally decided to start using t...
Bobabooy114
Votes: 0
Answers: 1
Is there anyway to convert ITextRenderer to base64 encoded string?
Recently I want to create a util to convert the html into pdf (base64 encoded string) and then store the string into database. Therefore I had choose flying-saucer to do the work.
Below is the util fo...
kenrick tam
Votes: 0
Answers: 0
HTML to PDF with cyrillic characters
I'm making a Spring Boot application. I want to generate PDF from HTML code:
String htmlString = "<!DOCTYPE html>\n" +
"<html lang=\"ru\">\...
Max Bobr
Votes: 0
Answers: 2