-
While working on #135, I have realized the idea is solid. This issue is to describe shortly what I plan to do; the milestones will need to change a little though.
The idea in short: for DOCX files …
hmdne updated
1 month ago
-
I have 2 servers running the same code set using the local converter for ms word, the process successfully converted docx files to,pdf and now I’m receiving a ConverterAccessException message indicati…
-
It would be a big deal for some users. Yes it might be a plugin but we wants it.
-
I've created a "real-time" application with chunks of 3 sec using my own small fine-tuned model. It reads the complete audio call recording and generate 3s chunks, but in some cases I get repetition o…
-
F1000 Research only accepts, doc, docx, or rtf...
I managed to get this through for now by wrapping the pdf in a zip(which they accept)
But I can't imagine that this holds forever...
Can someone,…
-
**My app closes MS office word app, when I shutdown converter .**
```java
File output = new File(System.getProperty("user.dir") + "/1.pdf");
FileOutputStream fos = null;
…
-
**My app closes MS office word app and throw an IllegalStateException, when I stop my app.**
```java
File output = new File(System.getProperty("user.dir") + "/1.pdf");
FileOutputS…
-
Hi,
We always had the problem of documenting the tremendous amount of ABAP objects that we have developed during a project.
So we've created a converter that extract the most important objects fro…
-
Hi, default margins are bad for me, so i use this
```
margins: {
top: '1cm',
right: '1.5cm',
bottom: '2cm',
left: '2.5cm',
},
```
but
MS Word shows an Error
![image](https://use…
-
We are getting the below error when converting the docx file to PDF in server. The sample code is working fine when executed in eclipse in same server.
com.documents4j.throwables.ConversionInputEx…