Here is an example that may be useful...
$filename = file.rtf";
if(!($fp= fopen ($filename, "r"))) die ("Can't open file 1");
$Contents = file_get_contents($filename);
fclose ($fp);
//Replacefields
$newContents = str_replace ($badstring, $godstring, $Contents);
// re-save the file as an rtf...
Hello,
I have a project where I have users fill out a PDF form from the web. I need them to save it to their computer when done.
I tested it on a computer and I cannot 'Save As' or 'Print to PDF' via Acrobat Reader. Apparently you can only do this with the full version of Acrobat? Not...
Has anyone successfully parsed data from a simple html form to a pdf document?
I would like to open the pdf via a submit button on my html form passing an id value through to the pdf that is stored in a hidden field on my html form.
Thanks,
E
Hi,
I am using Adobe 6.
I have created a pdf form in an iframe so I can still display the website navigation menu.
Problem: The pdf form will not submit in the frame -it just sits there doesn't re-direct to the php page doesn't process. I have tried to run this file directly out of the...
Go the the pages tab on your naviagtion bar. Right click the page you are trying to change. Choose Page Properties. You will see the tab order choices. Set to specific settings - left to right row by row or left to right column by column. It's really easy
- E
Hi All,
I have been researching on this forever and can't find an answer.
I need to rename my variable depending on what my counter value is for each total in my query array. For instance I would like a unique Total for each record so I can refer to all the records once I am out of the...
Hi All,
I have been researching on this forever and can't find an answer.
I need to rename my variable depending on what my counter value is for each total in my query array. For instance I would like a unique Total for each record so I can refer to all the records once I am out of the...
Hi All,
I need to add a comma to my totals between the thousands ie:
convert 1000.00 into 1,000.00
convert 10000.00 into 10,000.00
convert 100000.00 into 100,000.00
I find sprintf will add the decimal, but I can't get it to add the comma.
Any help would be great!
Em
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.