pdfium

  1. P

    Android Question PDFium does not show PDFBOX form fields

    Good Day, Thank you @DonManfred for these excellent Libraries. I am trying to open a pdf document created by PDFBOX library on Android using PDFium. The pdf opens without the field values. Attached is the pdf form. Any assistance is greatly appreciated.
  2. R

    Android Question PDFium_OnTap

    Tried the PDFium demo app and all working OK, except there was an error on tapping the screen: java.lang.Exception: Sub pdfium_ontap was not found. Couldn't find anywhere what the arguments for this Sub should be, but managed to avoid the error with this Sub: Sub PDFium_OnTap(o As Object)...
  3. Marco Nissen

    Beta PDFium - Pdfview2

    Regarding the new PDF library wrapper by @DonManfred Hi, I still get the ontap issue - if I tap the pdf, I get the error below with the sample code (no change) java.lang.Exception: Sub pdfium_ontap was not found. at anywheresoftware.b4a.BA.raiseEvent2(BA.java:202) at...
Top