Hi,
I have a problem with existing pdf files. I must open an existing pdf document to append a new table. I should repeat this operation every month. I studied the documentation, too, and I was using the following function:
pdf_open_pdi ($pdfdoc, "test.pdf", null, 0);
I got an error message, that the function didn't work. Can anybody tell me, how to open a pdf file, to work with it?
Thanks in advance.