You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an existing PDF, and I want to insert an image at a specific location. There are no errors when using the PDF or executing the code, but the image is not appearing. However, it works with other PDF files.
I have an existing PDF, and I want to insert an image at a specific location. There are no errors when using the PDF or executing the code, but the image is not appearing. However, it works with other PDF files.
public void addImage(File pFile) {
try {
sam.pdf
Expected behavior
The image should be inserted at the correct location.
Actual behavior
No exception is occurring, but the image is not appearing.
Environment details:
implementation 'com.tom-roush:pdfbox-android:2.0.27.0'
compileSdk 34
The text was updated successfully, but these errors were encountered: