apwlibrary
apwlibrary copied to clipboard
How to change text color & Custom font file in android?
Hello, Thanks for awesome lib. I am facing issue to change text color. Can you please help to change the text color.
mPDFWriter.setFont(StandardFonts.SUBTYPE, StandardFonts.TIMES_ROMAN);
mPDFWriter.addRawContent("5 0 0 rg\n");
mPDFWriter.addText(70, 50, 12, "Hello Title");
I am not able to understand mPDFWriter.addRawContent("[] 0 d\n"); how to use this ? Thanks
Sorry, I no longer use this library myself so I can't help here 😞
@Turbo87 Can you recommend any library for creating PDF in android?
Thanks