How to convert input data into invoice format

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.

1 Like

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

2 Likes


I am getting this permission error.

1 Like

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.

1 Like

Please suggest something alternative.

@Professional

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.

1 Like

yes, i have added buit-in downloader to directly download invoice to :file_folder: download/ but now i will update path to ASD folder then user can move/copy to there desire folder after donwload

4 Likes

it would be very supportive.

soon i"ll update

Design to suits for android version above 11+ also