-
Notifications
You must be signed in to change notification settings - Fork 361
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
In line font color not printing specified color code, #736
Comments
Could you post the HTML in question? It should look something like:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
We don't support the attributes on the ancient
Then, you can register with:
P.S. To paste code or HTML in comments, put it in a code block. A code block starts with four backticks on their own line, followed by the HTML, then four more backticks on their own line. This is a backtick: ` Also added FAQ entry on dom mutators |
Assumed solved. Please reopen as required. |
I'm tried to print font with color it is not printing specified font color, in inline style
import org.jsoup.Jsoup;
import org.jsoup.helper.W3CDom;
import org.w3c.dom.Document;
import com.lmats.oms.reports.pdfreports.PdfReportUtils;
import com.lmats.oms.reports.pdfreports.ReportPage;
import com.openhtmltopdf.pdfboxout.PdfRendererBuilder;
The text was updated successfully, but these errors were encountered: