Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
2 votes
1 answer
97 views

A PDF is being generated using gotenberg-pdf client (in a Laravel webapp), communicating with the API on the same server (localhost:3000). I would like to pass along the waitForExpression argument as ...
DonUber's user avatar
  • 82
0 votes
0 answers
66 views

I’m working on an app where the API is deployed to Azure App Service using the Code publish model (Python + Gunicorn). When I run this locally, I also spin up a Gotenberg (Docker) container from the ...
3 votes
2 answers
365 views

I want to create a PDF with Symfony and Gotenberg like this: $doc = $gotenbergPdf ->html() ->content('rechnungen/pdf/rechnung.pdf.html.twig', []) ->...
1 vote
0 answers
203 views

I'm trying to migrate from wkhtmlpdfto gotenberg for the pdf generation. The problem is that the pdf generated by gotenberg is not equal as the one generated with wkhtmlpdf. It's like the layout is ...
1 vote
0 answers
100 views

I have a very simple HTML page with 42cm of width (doubled width of A4). original HTML page When I try to print it, I get croped version of this page, smth like this: print But instead of this, I want ...
0 votes
0 answers
391 views

I'm trying to convert word documents and excel documents using the Gotenberg API documentation which only provides cURLs, but I managed to convert the basic cURL using python requests, but cannot seem ...
0 votes
1 answer
1k views

I use https://gotenberg.dev/ docker image for converting html with img to pdf. I have a webp image of reasonable size. I generate pdf with pyhon code like with io.BytesIO() as tmp_index_html: ...
2 votes
1 answer
2k views

I have written a code to print html in pdf using Gotenberg version 7, pdf library in PHP. Config to set Gotenberg : $chromium = Gotenberg::chromium(config('gotenberg.api.host')) ->...
0 votes
0 answers
385 views

I have an ASP.NET Core 6 MVC project. I want to convert my Office files to PDF. But the problem is I take my files as byte array and I must convert them to byte array pdf. I tried to use gotenberg api ...
3 votes
1 answer
6k views

I am trying to send data to gotenberg container via httpx lib. r = httpx.post( "http://doc-to-pdf:3000/forms/chromium/convert/html", files={ "index.html": ...
4 votes
1 answer
4k views

I am trying to convert ms-office files to pdf using gotenberg api. For some files, i am getting unoconv PDF context deadline exceeded with 503 status. I have increased the read, write and process ...
2 votes
1 answer
2k views

As many here I stumbled across converting .docx to .pdf. The only reasonable solution out there seems to be Gotenberg which is a Docker-powered stateless API and Gotenberg js client which allows to ...
0 votes
1 answer
901 views

I am running gotenberg as my document to PDF conversion API and it is working with cURL. The cURL command looks like this curl --request POST --url http://example.com --header 'Content-Type: ...
Nithin's user avatar
  • 1,487

AltStyle によって変換されたページ (->オリジナル) /