apwlibrary
apwlibrary copied to clipboard
Android PDF Writer
when i add paragraph in addtext() it show single line , ex, mPDFWriter.addText(360, 430, 10, "Computer :Dual Core,4GB RAM,\\n" + "18.5\\"TFT,50 GB Free space on HDD\\n UPS\\n"); \n is not...
When I print utf-8 text, I meet issue.
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,...