Good day everyone, i'm currently working on a project that requires i create a pdf file containing images and text in itext and print it using pdfbox. Itext generated text will print by itself, however when images are added only the images are printed. In addition, i tried printing pdf files from the itext tutorial site, but those wouldn't print text with the images either.
N.B. No we shouldn't generate the pdf using pdfbox and the system shouldn't be dependent on adobe so we can't use itext's "Executable" class
Can someone please help me!!!!!