我想将我的网页视图保存为 PDF 文件。我知道我可以使用 WebView.createPrintDocumentAdapter() 和 PrintManager.print() 打印 WebView。但是我需要一种方法来保存由 PrintDocumentAdapter 内部生成的 PDF,无需任何用户交互,因为我需要该文件在我的应用程序中进行进一步处理。
有任何想法吗?
printing pdf android webview android-4.4-kitkat
android ×1
android-4.4-kitkat ×1
pdf ×1
printing ×1
webview ×1