• I downloaded the plugin and put the background (pdf) in it. So far everything works fine. In contact form 7 I create fields that are neatly displayed in the plugin. Now I would like to place the codes [your-name], [date of birth], [ID] etc etc in a different position on the PFD. How do I do that? when I use the tool in the plugin I can only put “line 1” in the correct position, the rest is placed below it.
    It concerns a total of 5 different codes that must have a different position in the PDF.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Florent Maillefaud

    (@florent73)

    Hi!

    You can place the tags codes wherever you want in the layout of your PDF.

    Can you give me a URL?

    Thanks

    Thread Starter R Bunicich

    (@bunic000)

    Good morning, thank you for your response. You mean the URL of the website? that won’t work because it’s a private website. Can you explain to me how I can do this?

    Plugin Author Florent Maillefaud

    (@florent73)

    Can you have WhatsApp or Signal for chat about this?
    or use this : Tawk.to

    Thread Starter R Bunicich

    (@bunic000)

    Yes, i have Both

    Mij number is +31638415977

    Plugin Author Florent Maillefaud

    (@florent73)

    Can you use this link with Tawk.to : Here

    Thread Starter R Bunicich

    (@bunic000)

    Hello, can we make please a appointment for make the code on the PDF.
    Ik have you sent An massage on Tawk

    Best regards
    Richard

    Thread Starter R Bunicich

    (@bunic000)

    Hello, we have created a css for the height between the lines. We can’t get the rules any closer. Can you indicate how this can be resolved. Is there a permanent setting somewhere that forbids getting closer together?

    Plugin Author Florent Maillefaud

    (@florent73)

    Hi!

    Can you use DIV tags for condtruct your PDF?

    You can also use HTML tags like this (example of invoice):

    <table width="100%">
    	<tr>
    		<td width="60%"><p style="text-align:center;"><img src="https://demo.restezconnectes.fr/wp-content/uploads/2020/04/logo-email.jpg" width="243" /></p>RESTEZ CONNECTES<br />MON ADRESSE POSTALE<br />CODE POSTAL ET VILLE<br /><br />N°SIRET:180698777660<br />Site : https://restezconnectes.fr</td>
    		<td width="40%">
    			<table width="100%">
    				<tr><td style="padding:3px;text-align:right;">[date]</td></tr>
    				<tr><td style="border:1px solid #ccc;background-color:#ececec;padding:3px;">FACTURE N°<br /><small>(à préciser lors du virement)</small></td></tr>
    				<tr><td style="border:1px solid #ccc;padding:3px;text-align:center;">MBRDC[ID]</td></tr>
    			</table>
    		</td>
    	</tr>
    	<tr>
    		<td width="70%">&nbsp;</td>
    		<td width="30%">&nbsp;</td>
    	</tr>
    	<tr>
    		<td width="70%">&nbsp;</td>
    		<td width="30%" style="border:1px solid #ccc;border-radius: 2px 4px 2px;padding:10px;">[your-society]<br />[text-address]</td>
    	</tr>
    </table>
    <br />
    <p><strong>OBJET : </strong>Diagnostics</p>
    
    <table width="100%">
    	<tr>
    		<td width="10%" style="border:1px solid #ccc;background-color:#ececec;padding:3px;text-align:center;font-size:12px;"><strong>REF</strong></td>
    		<td width="70%" style="border:1px solid #ccc;background-color:#ececec;padding:3px;text-align:center;font-size:12px;"><strong>DESIGNATION</strong></td>
    		<td width="20%" style="border:1px solid #ccc;background-color:#ececec;padding:3px;text-align:center;font-size:12px;"><strong>PRIX NET DE  TVA</strong></td>
    	</tr>
    	<tr>
    		<td width="10%" style="border:1px solid #ccc;padding:3px;text-align:center;font-size:14px;" >[reference]</td>
    		<td width="70%" style="border:1px solid #ccc;padding:3px;text-align:left;font-size:14px;">ERP<br />Adresse :<br />Propriétaire :<br />Commentaires</td>
    		<td width="20%" style="border:1px solid #ccc;padding:3px;text-align:right;font-size:14px;">15€</td>
    	</tr>
    </table>
    
    <table width="100%">
    	<tr>
    		<td width="50%" style="border:1px solid #ccc;background-color:#ececec;padding:3px;text-align:center;font-size:12px;"><strong>Signature 1</strong></td>
    		<td width="50%" style="border:1px solid #ccc;background-color:#ececec;padding:3px;text-align:center;font-size:12px;"><strong>Signature 2</strong></td>
    	</tr>
    	<tr>
    		<td width="50%" style="border:1px solid #ccc;padding:3px;text-align:center;font-size:14px;">&nbsp;</td>
    		<td width="50%" style="border:1px solid #ccc;padding:3px;text-align:center;font-size:12px;">&nbsp;</td>
    	</tr>
    </table>
    Vos options
    [checkbox-290]
    
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘position code’ is closed to new replies.