Relative Content

Tag Archive for kotlinandroid-studiodocument-conversiondocx-to-pdf-conversionwordtopdf

Convert Word to PDF in Android Studio Kotlin

I’m doing an Android Kotlin project which will auto-generate certificates when we enter some details in the EditTexts. I have word files (.docx) in my assets folder which has some variables which will be replaced by the data entered in the EditTexts. I’m getting proper output word file, and it downloads properly. Now I need to convert that converted word to pdf in-app itself, and it must be downloaded in my phone instead of the word file.

Convert Word to PDF in Android Studio Kotlin

I’m doing an Android Kotlin project which will auto-generate certificates when we enter some details in the EditTexts. I have word files (.docx) in my assets folder which has some variables which will be replaced by the data entered in the EditTexts. I’m getting proper output word file, and it downloads properly. Now I need to convert that converted word to pdf in-app itself, and it must be downloaded in my phone instead of the word file.