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)
The page is not added to PDF, it gives an error "Optinal value"?
Good afternoon, I want to call a function in a button to add an image page to a document.Here in this method which provided below.
@IBAction func mergeButton(_ sender: Any) {
let newDocu...
Sandero
Votes: 0
Answers: 1
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
Rails mailer attachment with password protection +rails
Not sure if I am on right track or not but I was searching for a way where I can make the attachment(PDF that is created by PDFKit) password-protected, though I couldn't find any satisfactory solution...
shailendra gehlot
Votes: 0
Answers: 1
pdfkit doc.text showing "Ð" in newline (\n) in nodejs
I am using pdfkit to create invoice in pdf.
When I tried to add newline/nextline (\n) in a string which I tried to add using doc.text("Text \n new line"); it shows Ð and then adds newline.
H...
Hello World
Votes: 0
Answers: 1