-
HTML output is fine but pdf output is empty
```
$ date
Thu Nov 8 13:35:35 CET 2018
$ sudo npm install -g limedocs-wiki-converter
npm WARN deprecated datauri@0.7.1: Potential REDOS vulnerabil…
-
Hi! I'm trying to write some automated tests.
If I:
```
using (var tools = new PdfTools())
{
var converter = new SynchronizedConverter(tools);
// do the stuff, many times over
}
```
.…
-
While html is fine and could be printed manually to pdf format , a different story is doing recursively . There are some python package that can help with that but there are some major drawbacks:
…
GJoe2 updated
2 months ago
-
When working directly with .ipynb files in VS Code, the current GUI export options are *python script*, *HTML*, and *PDF*.
It would be great if the VS Code Python extension had an *export as markd…
-
Hi,
while retrieving .doc file works well for latest release (e.g. rel-16) it looks like that no converter towards pdf or html is implemented. Hence html is only available for older versions (e.g. …
-
HI, I am working on react-native new version, I have implement the html converter to pdf and got the base64 data. I have tried to download file in my Download folder. I am try download using this libr…
-
## Module
stock_picking_report_valued
## Describe the bug
When adding any line manually to stock picking (so that line is not linked to the sale order in any way) the valued delivery slip rep…
-
I used this library for a couple of months, worked pretty well, thanks for the effort.
Since a couple of days/weeks the conversion fails. I think it is related to new Chrome 130, now I am using 130…
-
Hello,
I have the following setup:
topic.adoc
```
= Topic 1
include::topic1/_included.adoc[]
```
And topic1/_included.adoc:
```
== Included
image::../../images/sample.png[]
```
…
-
More than likely part of the Gemini Kit, this node will take any text or stream content and turn it into `llm-content` object.
For example:
- I point `core.fetch` to a URL that contains a PDF or r…