-
```
Hi all,
I tried to convert xls file to pdf. Used the code provided in the Guide.
OfficeManager officeManager = new
DefaultOfficeManagerConfiguration().buildOfficeManager();
officeManager…
-
```
What steps will reproduce the problem?
1. using code:
private static void createPDF() {
try {
long start = System.currentTimeMillis();
// 1) Load DOCX into XWPFDoc…
-
```
Hi all,
I tried to convert xls file to pdf. Used the code provided in the Guide.
OfficeManager officeManager = new
DefaultOfficeManagerConfiguration().buildOfficeManager();
officeManager…
-
```
What steps will reproduce the problem?
1. Create text OpenOffice document
2. Insert frame(menu Insert->Frame...) to this document and save the document
3. Convert created document to PDF
What is …
-
```
Hi all,
I tried to convert xls file to pdf. Used the code provided in the Guide.
OfficeManager officeManager = new
DefaultOfficeManagerConfiguration().buildOfficeManager();
officeManager…
-
```
What steps will reproduce the problem?
1. Create text OpenOffice document
2. Insert frame(menu Insert->Frame...) to this document and save the document
3. Convert created document to PDF
What is …
-
```
Hi all,
I tried to convert xls file to pdf. Used the code provided in the Guide.
OfficeManager officeManager = new
DefaultOfficeManagerConfiguration().buildOfficeManager();
officeManager…
-
```
What steps will reproduce the problem?
1. Download zip archive with odt-to-pdf-converter
(https://github.com/javadev/odt-to-pdf-converter/raw/master/odttopdf.zip)
2. Start program, select file de…
-
# Background
Geoscience Australia has been working technical agencies in Indonesia to develop a volcanic ash modelling capability. After being shown InaSAFE, the volcanic ash modelers are keen to fin…
-
```
What steps will reproduce the problem?
1. using code:
private static void createPDF() {
try {
long start = System.currentTimeMillis();
// 1) Load DOCX into XWPFDoc…