Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Change the generated PDF Certificate
(1 viewing) (1) Guest
component
Go to bottomPage: 1234
TOPIC: Change the generated PDF Certificate
#56767
Change the generated PDF Certificate 8 Years, 3 Months ago Karma: 0
I know i ask this question probably before but here we go

I want to change the PDF certificate with the template i have. The template is picture and i have the Date of the person taking the quiz, the generated ID of the quiz and the Name of the user taking the quiz. Is there any easy why this can be done?
The administrator has disabled public write access.
 
#56769
Re:Change the generated PDF Certificate 8 Years, 3 Months ago Karma: 747
Hello,

Open "Text templates" page on component backend and edit template which is used for PDF certificate.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#56775
Re:Change the generated PDF Certificate 8 Years, 3 Months ago Karma: 0
So can you tell me exactly how i can put picture to be generate in PDF with all the Parameters inside?

{$UserName}
{$QuizName}
{$EndDate}
The administrator has disabled public write access.
 
#56776
Re:Change the generated PDF Certificate 8 Years, 3 Months ago Karma: 747
Could you specify what HTML code you use in template what doesn't work?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#56777
Re:Change the generated PDF Certificate 8 Years, 3 Months ago Karma: 0
I don't use any code that's why i'm asking you.

I have a JPEG photo of our Certificate. I want to generate this photo in PDF with Ari quiz. I want to use your Parameters inside my photo in specific places. I have create the photo this way:

NAME {$UserName}


Name of the QUiz {$QuizName}



DATE {$EndDate}
ID


I hope is clear now
Last Edit: 2016/01/19 13:59 By niki.
The administrator has disabled public write access.
 
#56778
Re:Change the generated PDF Certificate 8 Years, 3 Months ago Karma: 747
Use absolute (or relative) positions for text elements. HTML code will look like:

Code:


{@doc_format:landscape}
<div style="position:relative;width:800px;height:563px;background-image: url(images/cert.jpg);background-size: contain;">
  <div style="position:absolute;top:250px;left:450px;font-weight:bold;font-size:2em;">{$UserName}</div>
</div>



Regards,
ARI Soft
Last Edit: 2016/01/20 11:17 By admin.
The administrator has disabled public write access.
 
Go to topPage: 1234