Blob存储-输出多个Blob [英] Blob Storage- output multiple blobs

查看:119
本文介绍了Blob存储-输出多个Blob的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个博客存储空间,用于存储pdf文件.

I have a blog storage that stores pdf files. 

我有一个功能应用程序,当上传pdf时会触发该应用程序.它具有一个node.js函数,该函数将多页PDF转换为多张图像,每页一张.它返回每个页面图像的数据.我将它们填充到context.images数组中.

I have a function app that is triggered when a pdf is uploaded. This has a node.js function that converts the multiple page PDF into multiple images, one per page. It returns the data for each page image.  I stuff them into an context.images array. 

该函数具有输出绑定,可将每个图像Blob保存到一个单独的Blob存储帐户.

The function has an output binding to save each image blob to a separate blob storage account.

如何将所有图像斑点传递到输出并将其全部保存?

How do I pass all of the image blobs to the output and save them all?

附件是我的节点功能的开始.

Attached is the start of my node function.

谢谢

Donnie

模块 .exports = 函数(上下文,pdfBlob){
module.exports = function (context, pdfBlob) {

推荐答案

有人吗?  
Anyone?  


这篇关于Blob存储-输出多个Blob的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆