How do I insert an image into a PDF file?
by Conor Smith | August 28, 2018
There are two ways to help you insert an image into a PDF file. The first one is calling PDFPage.addImageFromFilePath interface. You can refer to the following sample code which inserts an image into the first page of a PDF file: Note: Before calling PDFPage.addImageFromFilePath interface, you should get and parse the page that you […]
Keep reading