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

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

相关内容

热门资讯

黑科技脚本!智星德州菠萝有辅助... 黑科技脚本!智星德州菠萝有辅助器吗,哈糖大菠萝怎么拿好牌,从前是真的有挂(2021已更新)-哔哩哔哩...
黑科技安卓版!菠萝德州辅助神器... 黑科技安卓版!菠萝德州辅助神器,德扑之星安卓模拟器,最初有挂(2026已更新)-哔哩哔哩;(需添加指...
黑科技ai!菠萝德州辅助神器,... 黑科技ai!菠萝德州辅助神器,德扑计算软件,总是是有挂(2026已更新)-哔哩哔哩1、不需要AI权限...
黑科技ai代打!红龙扑克辅助器... 黑科技ai代打!红龙扑克辅助器功能,菠萝德州偷偷看功能,原先存在有挂(2026已更新)-哔哩哔哩;红...
黑科技脚本!红龙扑克app辅助... 1、黑科技脚本!红龙扑克app辅助器,cloudpoker外挂,原生是有挂(2026已更新)-哔哩哔...
黑科技真的!红龙扑克辅助工具免... 黑科技真的!红龙扑克辅助工具免费下载,德扑ai智能机器人平台安装,起初真的有挂(2020已更新)-哔...
黑科技安卓版!智星德州菠萝辅助... WePoke高级策略深度解析‌;黑科技安卓版!智星德州菠萝辅助器,推扑克辅助器,果然存在有挂(202...
黑科技软件!红龙扑克辅助,聚星... 黑科技软件!红龙扑克辅助,聚星扑克有没有挂,先前有挂(2023已更新)-哔哩哔哩;原来确实真的有挂(...
黑科技工具!智星德州菠萝辅助器... 1、黑科技工具!智星德州菠萝辅助器免费下载,xpoker透视辅助,先前是真的有挂(2021已更新)-...
黑科技辅助!智星菠萝辅助器,g... 黑科技辅助!智星菠萝辅助器,gg扑克发牌是不是有机制,固有真的是有挂(2022已更新)-哔哩哔哩;智...