Android Question Transform Pdf to pdf pagined - Set Number Page in pdf

netsistemas

Active Member
Licensed User
Longtime User
I hava a HTML, and convert to PDF without problem:
B4X:
    Private  phtmltopdf As PalmoHtmlToPdf ' var in globals

'and this code:

File2Send = CodeDoc   & ".pdf"
                  
                    phtmltopdf.Initialize("phtmltopdf")
                  
                    phtmltopdf.ConvertFromFile(Starter.Provider.SharedFolder, Starter.htmlTmpGenerado, Starter.Provider.SharedFolder , File2Send)
                  
                    Wait For phtmltopdf_Finished (Success As Boolean)


But, i need, that this new PDF have page 1 / x in one zone of any page.

I think use PDFDocument librery (Printing internal library in b4a),but this library is not for this pourpose.

Any idea?
 
Last edited:

netsistemas

Active Member
Licensed User
Longtime User
Ok. I can't do it this.
The HTML are not pagined, and i cant insert pages.

It's not important. Discartd this feature.
 
Upvote 0
Top