Inquiry Regarding LibreOffice

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dear LibreOffice Team,

I'm Mashino, a web engineer. I would like to express my appreciation for the exceptional software, LibreOffice, that your team has developed.

I'm reaching out to you to discuss a specific matter. I apologize if my contact information is incorrect, and I would appreciate it if you could confirm the accurate contact information.

LibreOffice is currently installed on an AWS EC2 instance and utilized via the command line. Our objective is to convert Excel files that are uploaded to the server into PDF format using the following command:


```
export LANG=ja_JP.UTF-8 HOME=${outdir} && timeout 30 /usr/bin/soffice --headless --convert-to pdf --outdir ${outdir} ${file_path}
```

In this context, I have a question: If we install the font specified by the Excel file as the system font on the server, is it possible to create the converted PDF with the same font as specified in the Excel file? Additionally, what happens if different fonts are specified for individual cells in the Excel document?

I realize that this request might be a bit out of the ordinary, and I truly appreciate your understanding and help.

Thank you for your time and support.

Best regards,
Mashino

[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux