Android Question Save As Pdf Page

Mauricio Pereira

Member
Licensed User
Longtime User
Erel,
Is there any way to adapt your Save As example ("Let the user select a target folder + list of other related methods, Apr19,2021") to save a PDF page instead of a string ?
 

yeroen

Member
Licensed User
Longtime User
Erel,
Is there any way to adapt your Save As example ("Let the user select a target folder + list of other related methods, Apr19,2021") to save a PDF page instead of a string ?
What you can do is:
Just let user anyway open and save all files in Dir.Internal.
In a Custom ListView put all those files or just pdf.files as you like.
User may click in the Custom ListView on one of those files.
Add buttons as <Import> and <Export> to copy or receive chosen files to or from the device or Cloud.
Via the buttons <Import> and <Export> you use Erel's example.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…