Android是否会创建类似Windows中的中间打印文件(即spool文件)?
创始人
2024-10-10 12:01:03
0

Android系统中使用的打印框架是CUPS(Common Unix Printing System)。CUPS在打印时会使用一个缓存文件夹来存储打印任务的中间文件,而这些文件可以被视为Android系统中的“中间打印文件”。

以下是一个示例代码,用于在Android应用程序中打印一个文本文件,并获取中间文件的路径:

// Set up a print job with a file to print
PrintJob job = new PrintJob();
job.setPrintService(printService);
job.setJobName("My Printing Job");

PrintDocumentAdapter adapter = new PrintDocumentAdapter() {
    @Override
    public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, CancellationSignal cancellationSignal, LayoutResultCallback callback, Bundle extras) {
        // Respond to layout requests
    }

    @Override
    public void onWrite(PageRange[] pages, ParcelFileDescriptor destination, CancellationSignal cancellationSignal, WriteResultCallback callback) {
        // Write the document content to the destination file
        FileInputStream input = new FileInputStream(fileToPrint);
        FileOutputStream output = new FileOutputStream(destination.getFileDescriptor());

        byte[] buf = new byte[1024];
        int bytesRead;
        try {
            while ((bytesRead = input.read(buf)) > 0) {
                output.write(buf, 0, bytesRead);
            }
            callback.onWriteFinished(new PageRange[]{PageRange.ALL_PAGES});
        } catch (IOException e) {
            Log.e(TAG, "Error printing file", e);
        } finally {
            try {
                input.close();
                output.close();
            } catch (IOException e) {
                Log.e(TAG, "Error closing streams", e);
            }
        }
    }
};

PrintAttributes attributes = new PrintAttributes.Builder()
        .setMediaSize(PrintAttributes.MediaSize.ISO_A4)
        .setColorMode(PrintAttributes.COLOR_MODE_COLOR)
        .setResolution(new PrintAttributes.Resolution("pdf", "pdf", 600, 600))
        .setMinMargins(PrintAttributes.Margins.NO_MARGINS)
        .build();

// Send the print job to the print service
PrintJobInfo info = job.createPrintJobInfo();
info.setAttributes(attributes);
info.setCopies(1);
printService.onPrintJobQueued(info);

// Get the path to the intermediate file
String cacheDir = getApplicationContext().getCacheDir().getAbsolutePath();
String jobId = info.getId().toString();
String filename = String.format("cups-job-%s.pdf", jobId);
String intermediateFilePath = String.format("%s/%s", cacheDir, filename);

此代码创建了一个打印作业,并将其

相关内容

热门资讯

第二分钟了解“南通长牌有挂吗”... 第二分钟了解“南通长牌有挂吗”详细开挂辅助方法-确实是真的挂1、玩家可以在南通长牌有挂吗软件透明挂俱...
4分钟了解“都莱辅助软件”详细... 4分钟了解“都莱辅助软件”详细开挂辅助教程-真是有挂1、用户打开应用后不用登录就可以直接使用,点击都...
1分钟了解“吉祥小程序填大坑辅... 1分钟了解“吉祥小程序填大坑辅助器”详细开挂辅助工具-其实真的有挂1、每一步都需要思考,不同水平的挑...
六分钟了解“陕西三代辅助”详细... 六分钟了解“陕西三代辅助”详细开挂辅助神器-切实真的是有挂1、点击下载安装,陕西三代辅助插件透视分类...
3分钟了解“闲娱江西脚本”详细... 3分钟了解“闲娱江西脚本”详细开挂辅助技巧-其实是有挂1、闲娱江西脚本机器人多个强度级别选择2、闲娱...
1分钟了解“黑侠破解约局吧”详... 1分钟了解“黑侠破解约局吧”详细开挂辅助技巧-原来是真的挂1、让任何用户在无需黑侠破解约局吧AI插件...
第5分钟了解“蜀山四川小程序辅... 第5分钟了解“蜀山四川小程序辅助挂视频”详细开挂辅助app-其实存在有挂1、让任何用户在无需蜀山四川...
两分钟了解“好友赣南能装挂吗”... 两分钟了解“好友赣南能装挂吗”详细开挂辅助攻略-切实是有挂好友赣南能装挂吗辅助器中分为三种模型:好友...
十分钟了解“欢聚水鱼透视器”详... 十分钟了解“欢聚水鱼透视器”详细开挂辅助攻略-本来是真的挂1、进入到欢聚水鱼透视器黑科技之后,能看到...
第1分钟了解“九酷众游辅助”详... 第1分钟了解“九酷众游辅助”详细开挂辅助app-其实真的有挂1、实时九酷众游辅助开挂更新:用户可以随...