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、下载安装好九九山城辅助免费,进...
推荐一款!四川熊猫辅助软件免费... 推荐一款!四川熊猫辅助软件免费,新鸿狐辅助软件是真的吗,wepoke教程(推荐有开挂辅助下载);无需...
如何分辨真伪!方片十三张透视脚... 如何分辨真伪!方片十三张透视脚本,三哥玩辅助器免费下载,微扑克教程(了解有开挂辅助平台);无需打开直...
一分钟了解!钱塘十三水透视卦,... 一分钟了解!钱塘十三水透视卦,决战卡五星游戏辅助器,可靠技巧(推荐有开挂辅助平台);无需打开直接搜索...
玩家必备教程!心悦怎么开挂,微... 玩家必备教程!心悦怎么开挂,微信随意玩辅助器,透视教程(详细有开挂辅助器)1、下载安装好微信随意玩辅...
一分钟揭秘!湖南牵手胡子跑脚本... 一分钟揭秘!湖南牵手胡子跑脚本,微信小程序游戏辅助器,教你攻略(分析有开挂辅助脚本);无需打开直接搜...
记者发布!雀姬辅助脚本,拱趴游... 记者发布!雀姬辅助脚本,拱趴游戏诀窍,大神讲解(实测有开挂辅助插件);无需打开直接搜索加(薇:136...
玩家攻略!福建天天开心辅助器是... 玩家攻略!福建天天开心辅助器是真的码,微信小程序游戏破解微乐游戏,必备教程(原来有有开挂辅助挂);无...