简体   繁体   English

Android Studio 中的 ScrollView To PDF 和 PDF to Print 选项

[英]ScrollView To PDF and PDF to Print Option in Android Studio

I have a activity_main.xml like this, this is main activity我有一个这样的activity_main.xml,这是主要活动

 <ScrollView>

 data-->57 textviews

</Scrollview>

I want to convert as a PDF document those 57 fields我想将这 57 个字段转换为 PDF 文档

I tried lot of solutions what Stack Overflow provided and other forums too;我尝试了 Stack Overflow 和其他论坛提供的很多解决方案; I tried some GitHub samples also even though no use for me即使对我没有用,我也尝试了一些 GitHub 示例

So I need those text views convert into pdf inside scrollview and need to give print (PDF document) through printer (I'm using tablet).所以我需要将这些文本视图在滚动视图中转换为 pdf,并且需要通过打印机(我使用的是平板电脑)进行打印(PDF 文档)。

You can use XML to PDF Generator For Android library which is maintained by me.您可以使用由我维护的XML to PDF Generator For Android库。 It also has support to print ScrollView .它还支持打印ScrollView

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM