How to render text on a created blank pdf?

Product: PDFTron

I have created a blank pdf using code
PDFDoc doc = new PDFDoc();
Page page = doc.pageCreate();
doc.pagePushBack(page);

I want to render text / image on created blank pdf, with out using Annotations.

Thanks in advance.

Hi @srinivas

Please read through these guides:

Best Regards,
Zach Serviss
Web Development Support Engineer
PDFTron Systems, Inc.

Thank you, I figured out my issue by going through this documentation.