python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
PDF signing using Golang
I want to digitally sign a pdf that is created programmatically using Golang. Input will be bytes[] of pdf that is obtained after creation of it using go-wkhtmltopdf. Any suggestions on this?

Ujjwal Mishra
Votes: 0
Answers: 0
Creating a searchable PDF from one already existing PDF and text (with coordinates)
My Situation:
I have an existing PDF with only images
I have a preprocessed OCR with all text identified and their respective coordinates
An application running in C#
I can use other programming lang...
Vitor Moscolini
Votes: 0
Answers: 0
How do i add a barcode to html which will be converted to PDF using DinkToPdf
I am working on an ASP.NET Core MVC project and on one of the actions I am converting a view to a pdf.
I want to generate a QRBarCode in the html, I found this library https://ironsoftware.com/csharp/...
user2768586
Votes: 0
Answers: 1
Unable to add Header Footer on every page of pdf using DOMPDF
I am creating pdf by passing html to dompdf. I am trying to add header and footer on every page of the pdf. The issue is that the pdf has multiple pages. The header is created on the first page and fo...
Sheharyar Ahmad
Votes: 0
Answers: 2