urvin-compliance/caracal

Read the specified page and convert it to image

Closed this issue · 2 comments

Hello
There is a wd.docx that has several pages. I want to read all the pages and get an array. And each page can be converted into a picture
if

docx.pages.each do |a| 
     img=a.to_image
end

Hi. Caracal is a Word document generator. It does not read Word documents at all.

There may be other ruby libraries that read .docx files, but that feature is out of scope for Caracal.