Turbo87 / apwlibrary

Android PDF Writer
http://coderesearchlabs.com/androidpdfwriter
42 stars 12 forks source link

How to change text color & Custom font file in android? #3

Open CKSpaceo opened 7 years ago

CKSpaceo commented 7 years ago

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

Turbo87 commented 7 years ago

Sorry, I no longer use this library myself so I can't help here 😞

karishmapujara commented 6 years ago

@Turbo87 Can you recommend any library for creating PDF in android?

Thanks