Hi safavi:
1st. did you use my sample files?
2nd. do you understand how they work?
3rd. do not worry about the version of Reload you are using, you can make SCORM 1.2 with ALL Reload versions.
4th. don't use reload to edit HTML files. Reload is not designed to do this, it is designed to create IMS packages.
The files I provided are very basic when you only focus on editing between the <body> </body> tags.
Don't try to understand anything above these tags. and use an HTML editor, or notepad.exe to edit the html file that you want your PDf to be used in.
Once you open that file, replace the content of the body with the following code:
[code]
<body>
<P> </P><P> </P>
<div align="center" cellpadding="10" cellspacing="10">
<table border="1" width="60%" summary="for formatting purposes only">
<tr><td>
<P align="center">
<embed src="supp/f4.pdf" width="500" height="375">
</P>
<P>
<span class="SUBHEAD">Ch4:algebraic structures</span><br>
fourth chapter of discrete math
</P>
<P> //This is the complete button code
<FORM>
<INPUT type="button" value="Send Completed" onClick="end()">
</FORM>
</P>
</td>
</tr>
</table>
</div>
</body>
[/code]
The code above will display your PDf file in the page and place a button centered below that PDF file. The button will say Send Completed on it and, when clicked, will show a Green checkmark in the Menu to the left of your course.
That menu represents your Organization section of the imsmanfiset.xml file.
Good Luck,
Dennis Hall