Android默认打印弹窗无法检测到通过我的应用程序连接配对的打印机,但其他应用程序却可以。
创始人
2024-10-09 08:33:07
0

要解决Android默认打印弹窗无法检测到通过您的应用程序连接配对的打印机,但其他应用程序可以的问题,您可以使用PrintManager类来实现自定义打印功能。以下是一个示例代码,可以帮助您解决这个问题:

import android.content.Context;
import android.print.PrintAttributes;
import android.print.PrintDocumentAdapter;
import android.print.PrintJob;
import android.print.PrintManager;
import android.webkit.WebView;
import android.webkit.WebViewClient;

public class Printer {

    public static void print(Context context, String url) {
        WebView webView = new WebView(context);
        webView.setWebViewClient(new WebViewClient() {
            @Override
            public void onPageFinished(WebView view, String url) {
                // 页面加载完成后开始打印
                createWebPrintJob(context, view);
            }
        });
        webView.loadUrl(url);
    }

    private static void createWebPrintJob(Context context, WebView webView) {
        // 获取PrintManager实例
        PrintManager printManager = (PrintManager) context.getSystemService(Context.PRINT_SERVICE);
        // 设置打印任务名称
        String jobName = context.getString(R.string.app_name) + " Print Job";
        // 创建打印任务
        PrintJob printJob = printManager.print(jobName, new PrintDocumentAdapter() {
            @Override
            public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, CancellationSignal cancellationSignal, LayoutResultCallback callback, Bundle extras) {
                // 完成布局
                if (cancellationSignal.isCanceled()) {
                    callback.onLayoutCancelled();
                    return;
                }
                PrintDocumentInfo pdi = new PrintDocumentInfo.Builder("print_output.pdf").setContentType(PrintDocumentInfo.CONTENT_TYPE_DOCUMENT).build();
                callback.onLayoutFinished(pdi, true);
            }

            @Override
            public void onWrite(PageRange[] pages, ParcelFileDescriptor destination, CancellationSignal cancellationSignal, WriteResultCallback callback) {
                // 写入打印数据
                if (cancellationSignal.isCanceled()) {
                    callback.onWriteCancelled();
                    return;
                }
                callback.onWriteFinished(new PageRange[]{PageRange.ALL_PAGES});
            }
        }, null);
    }
}

要使用此示例代码,您需要在AndroidManifest.xml文件中添加以下权限:













使用Printer.print(context,url)方法来触发打印操作。该方法将加载指定URL的WebView,并在页面加载完成后创建打印任务。

请确保您已经正确配对了打印机,并且打印机与您的设备处于连接状态。

相关内容

热门资讯

透视指引!wepoker免费钻... 透视指引!wepoker免费钻石(透视)确实是真的辅助安装(哔哩哔哩)暗藏猫腻,小编详细说明wepo...
透视秘籍!pokemmo手机脚... 透视秘籍!pokemmo手机脚本辅助器(透视)都是存在有辅助神器(哔哩哔哩);1、让任何用户在无需p...
透视秘籍!we poker免费... 透视秘籍!we poker免费辅助器(透视)一贯真的有辅助app(哔哩哔哩)1、点击下载安装,we ...
透视练习!wpk俱乐部辅助器(... 透视练习!wpk俱乐部辅助器(透视)竟然存在有辅助app(哔哩哔哩)1、wpk俱乐部辅助器模拟器是什...
透视讲义!拱趴大菠萝万能挂图解... 透视讲义!拱趴大菠萝万能挂图解(透视)竟然真的有辅助app(哔哩哔哩)一、拱趴大菠萝万能挂图解可以开...
透视阶段!wepoker黑侠破... 透视阶段!wepoker黑侠破解(透视)一直真的是有辅助神器(哔哩哔哩)1、这是跨平台的wepoke...
透视手段!wepoker透视脚... 透视手段!wepoker透视脚本网页(透视)切实真的有辅助下载(哔哩哔哩)1、wepoker透视脚本...
透视指南书!wepoker透视... 透视指南书!wepoker透视苹果系统(透视)确实真的是有辅助app(哔哩哔哩)在进入wepoker...
透视办法!hhpoker哪个俱... 透视办法!hhpoker哪个俱乐部靠谱(透视)真是是有辅助安装(哔哩哔哩)1、进入游戏-大厅左侧-新...
透视手册!wepoker有没有... 透视手册!wepoker有没有挂(透视)真是存在有辅助插件(哔哩哔哩)1)wepoker有没有挂有没...