Here is the code that I use to insert an image into one of my pdf files using pdf writer. Hope it helps.
B4X:ImageView1.Bitmap = LoadBitmapSample(File.DirDefaultExternal, "sig.jpg",150,60) PDFWriter1.addImage(227,bb-90,ImageView1.Bitmap)
Here is the code that I use to insert an image into one of my pdf files using pdf writer. Hope it helps.
B4X:ImageView1.Bitmap = LoadBitmapSample(File.DirDefaultExternal, "sig.jpg",150,60) PDFWriter1.addImage(227,bb-90,ImageView1.Bitmap)
Don't know. Never tried more than one. You'll have to hope someone smarter than me can answer you.![]()
PDFWriter has size limitations when incorporating images.
Reduce the size and quality of the images if you wish to add more.
Search for PDFwriter and you may find other posts concerning this...