PDF myDocRef
Posted: Mon Mar 03, 2008 4:57 pm
Hello everyone, I am looking into using the Quartam PDF library,
In the example, myDocRef, I can see that it must refer to some text, in some form, that is to be written to the PDF file,
Example in docs
How would one go about storing the text, in what location and in what form, rtf, doc, plain text, ect,
so it can be referenced by myDocRef, to print to PDF
Can I create a hidden card or stack with the text and reference that to print the text to PDF?
Or does it have to be stored as an external file?
I tried an example to see if I could create a text file, but the storage of that file and reference of that file into tLongText, eludes me currently,
Any thoughts or suggestions are always appreciated.
Tim
In the example, myDocRef, I can see that it must refer to some text, in some form, that is to be written to the PDF file,
Example in docs
Code: Select all
qrtPDF_WriteText myDocRef, tLineHeight, tURL, tURL
qrtPDF_WriteText myDocRef, 13, myLongText
so it can be referenced by myDocRef, to print to PDF
Can I create a hidden card or stack with the text and reference that to print the text to PDF?
Or does it have to be stored as an external file?
Code: Select all
put the uLongText of me into tLongText
Any thoughts or suggestions are always appreciated.
Tim