Thursday, 22 August 2013

Overlay 2 PDF documents within a C/C++ application

Overlay 2 PDF documents within a C/C++ application

Been trying to figure this problem out for quite a while and haven't had
much luck. So I have this program that outputs a PDF file (1.3 version).
The Outputted PDF is basically a plain text PDF so the idea is to have the
user open another PDF which has graphics and have the text PDF overlay the
other.
However I haven't been able to find any way to do this for C/C++. Is there
a API that I could use? Would need to work for both Mac/Windows OS.
Any assistance would be greatly appreciated. Thank you.

No comments:

Post a Comment