-
For example I used for generate invoice in my order but I have many products and optional data send with null
For now, I show with only one product with array products[0].product_title I can't use…
-
Hi, I use the library PuppeteerSharp, I write a lot of code to figure out why I couldn't find a solution. The problem is that the event page.Request never raised. I use the latest version: 20.0.0. Bel…
-
Add a new page that can convert a jpeg to a pdf file and give option to download the pdf after conversion. Also create a button in the home page to redirect to this new page
-
I have 72 pages of PDF and the file size is about 150MB, and it's only converting up to page 29, there aren't any error occurs
-
I need to get a canvas to convert into image and print into pdf. In previous 1.x versions, I used the `onReady` event to get the plot and then `plot.chart.getCanvas()` to get the canvas. But in versio…
-
My PDF looks like this:
My PNG looks like this:
![image](https://github.com/user-attachments/assets/58111b24-7023-47d3-a891-e2375eb94b7c)
Using these deps:
```
make=4.4.1-r2 \
…
-
Some customers want their invoices in a specific way (some showing taxes while others don't want taxes shown-not even the column for it even though it says 0 or is blank). Therefore, by specifying a t…
-
How do I print a PDF which looks exactly the same as the online version?
@sharu725
-
Hi! I am trying to run athenapdf with localhost pdf on mac. It is converting to pdf but css and images from localhost are missing. The way I run converting:
```docker run --rm -v $(pwd):/converted/…
-
When processing concurrently, you will receive a Warning: You did not close a PDF Document. May I ask, what is the situation? How to handle it?
I am using OracleJDK1.8.
the version docx4j-ImportXHT…