1
vote
1answer
54 views

Duplicate CGPDFStrings from a CGPDFArray generated from a TJ callback on a PDF stream

OK, so I'm parsing through the PDF content stream, discovered that the TJ callback produces an array of strings, so I grab it and start iterating through it to get the string values like so: static ...
-5
votes
1answer
376 views

Add annotation to PDF using plain C/C++ [closed]

I am looking for a way to add a note to a PDF, only using plain C/C++ (without a third party library). How can I get this result?
0
votes
1answer
51 views

How to add a subscript in an existing PDF files by programming in C?

Some ebooks have copyright-related subscripts on each page. I want to know is there anyway to do this job by programming? Specifically speacking, in C programming language. It is impossible for them ...
0
votes
2answers
331 views

How to create correct callback for cairo_pdf_surface_create_for_stream()?

I need to output a PDF to a file descriptor, and I was thinking of using Cairo and cairo_pdf_surface_create_for_stream(): I have a write function, that has this signature: static cairo_status_t ...
1
vote
0answers
412 views

how can i create a pdf file using turbo c? (e.g typing something and save it as .pdf) [closed]

can anyone help me on how can i create a pdf file using turbo c? (e.g typing something and save it as .pdf)
1
vote
2answers
1k views

Open-source pdf library in c

I am currently looking for open-source pdf generation (and manipulation) library written in C. I found libHaru which seems to be quite nice. I actually do not need all the features of pdf and libHaru ...