You need to sign in to do that
Don't have an account?

Image problem in pdf generation
HI All,
Location__c=http://www.developerforce.com/assets/developerforcesite/developerforce_home/images/developerforce_logo.png
<apex:repeat value="{!bigphoto}" var="big">
<tr>
<td>{!big.Location__c}"</td>
</tr>
</apex:repeat>
<apex:repeat value="{!bigphoto}" var="big">
<tr> <td>{!big.Location__c}"</td> </tr>
</apex:repeat>
pdf is not generating and throw error not valid markup
