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);

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

相关内容

热门资讯

透视代打!来玩德州破解器,we... 透视代打!来玩德州破解器,we-poker辅助器,手册教程(总是真的有挂)-哔哩哔哩1、来玩德州破解...
透视辅助挂!拱趴大菠萝万能辅助... 透视辅助挂!拱趴大菠萝万能辅助器(透视)开挂辅助脚本(一贯是真的挂)-哔哩哔哩1、拱趴大菠萝万能辅助...
透视挂!wpk有那种辅助吗(透... 透视挂!wpk有那种辅助吗(透视)开挂辅助攻略(本来有挂)-哔哩哔哩1、下载好wpk有那种辅助吗辅助...
透视科技!德普之星辅助器app... 透视科技!德普之星辅助器app,aa poker透视软件,技法教程(一贯是有挂)-哔哩哔哩1、操作简...
透视存在!竞技联盟辅助(透视)... 透视存在!竞技联盟辅助(透视)开挂辅助app(本来是有挂)-哔哩哔哩1、每一步都需要思考,不同水平的...
透视脚本!德普之星透视辅助,h... 透视脚本!德普之星透视辅助,hhpoker软件可以玩吗,绝活儿教程(原来是真的挂)-哔哩哔哩hhpo...
透视代码!aapoker透视怎... 透视代码!aapoker透视怎么用(透视)开挂辅助插件(果然是有挂)-哔哩哔哩1、玩家可以在aapo...
透视工具!aapoker破解侠... 透视工具!aapoker破解侠是真的吗,wepoker私人局怎么玩,方案教程(一贯存在有挂)-哔哩哔...
透视苹果!hhpoker真能买... 透视苹果!hhpoker真能买到挂吗(透视)开挂辅助挂(确实有挂)-哔哩哔哩1、首先打开hhpoke...
透视挂透视!德州透视竞技联盟,... 透视挂透视!德州透视竞技联盟,hhpoker辅助器视频,练习教程(好像真的是有挂)-哔哩哔哩进入游戏...