Hey kodars,
I am creating an application for my company field users. I want to convert their input data’s into an invoice or pdf format. I have about to complete my application but I am stuck here.
Hey kodars,
I am creating an application for my company field users. I want to convert their input data’s into an invoice or pdf format. I have about to complete my application but I am stuck here.
did you search in community?
Will this fulfill your requirements?
Or create custom HTML file, upon click paste the textbix texts into thw required place and make into pdf
Show your blocks.
Which android version you ate testing?
Try this extension
android 14
either try the above exten or this one.
This error is common after the google new policy so these extensions are made to void such permission error on above A 11+ version
not asking for storage read permission.
how to update the apk manifest…?
This can not be used here since the custom invoice extension has its own download function which tries to download the invoice in external storage which is not allowed in higher Android versions.
Ask the extension developer to use ASD as download path or add a property to set download path.
Or if the url of the invoice can be retrieved then you can use ASDDownloder to download the invoice in ASD.
Please suggest something alternative.
Look into this issue and update your extension to fix download issue or provide a way to get invoice download link so that other downloader extension can be used.
Ask the extension developer to use ASD as download path or add a property to set download path.
yes, i have added buit-in downloader to directly download invoice to download/ but now i will update path to ASD folder then user can move/copy to there desire folder after donwload
it would be very supportive.
soon i"ll update
update path to ASD folder
Design to suits for android version above 11+ also