unoconv Questions
5
I am writing a Lambda function to convert an excel file to PDF using unoconv with libreoffice, for this I am using alpine base image. The Dockerfile is as follows.
# Define global args
ARG FUNCTION...
Hypsometer asked 4/7, 2021 at 18:23
2
I'm converting a doc to a pdf (unoconv) in memory and printing (pdftotext) in the terminal with:
unoconv -f pdf --stdout sample.doc | pdftotext -layout -enc UTF-8 - out.txt
Is working. Now i wan...
Wozniak asked 8/7, 2016 at 18:29
1
© 2022 - 2024 — McMap. All rights reserved.