You need to sign in to do that
Don't have an account?
Administrator 88
Code is generated when render Rich Text content to PDF file
Hi All,
I have one field with RIch Text type, when i render/print this field on PDF i am getting coded text.
Please help with this issue, i dont want this code type text,..
Example:
Rich Text Field Name : Note
Content Below:
In pdf file i am getting:
<ol><li>The product shall be delivered as a ESD. ESD stands for Electronic Software Distribution wherein
the product has to be downloaded from the Internet and the license keys shall be provided via
email.</li><li>The above product includes1 year technical support, free patches and point updates via
internet from Intel Corporation, USA.</li><li>Please provide the End Users Details with Email
ID.</li><li>The above mentioned price is exclusive of Training and Installation of the software.</li><li>Tax
Deduction at Source (TDS) should not be applicable as per the CBDT notification No. 21/2012
[F.No.142/10/2012-SO(TPL)] S.O. 1323(E), DATED 13-6-2012 and Notification No. SO 1323 (E), dated
13-06-2012.</li><li>The quoted price is subjected to change if there is any deviation in the exchange rate by
+/-5%.</li><li>Any new taxes applicable at the time of billing will be to your account.</li></ol>
APEX code i am using to print on pdf:
I have one field with RIch Text type, when i render/print this field on PDF i am getting coded text.
Please help with this issue, i dont want this code type text,..
Example:
Rich Text Field Name : Note
Content Below:
- The product shall be delivered as a ESD. ESD stands for Electronic Software Distribution wherein the product has to be downloaded from the Internet and the license keys shall be provided via email.
- The above product includes1 year technical support, free patches and point updates via internet from Intel Corporation, USA.
- Please provide the End Users Details with Email ID.
- The above mentioned price is exclusive of Training and Installation of the software.
- Tax Deduction at Source (TDS) should not be applicable as per the CBDT notification No. 21/2012 [F.No.142/10/2012-SO(TPL)] S.O. 1323(E), DATED 13-6-2012 and Notification No. SO 1323 (E), dated 13-06-2012.
- The quoted price is subjected to change if there is any deviation in the exchange rate by +/-5%.
- Any new taxes applicable at the time of billing will be to your account.
In pdf file i am getting:
<ol><li>The product shall be delivered as a ESD. ESD stands for Electronic Software Distribution wherein
the product has to be downloaded from the Internet and the license keys shall be provided via
email.</li><li>The above product includes1 year technical support, free patches and point updates via
internet from Intel Corporation, USA.</li><li>Please provide the End Users Details with Email
ID.</li><li>The above mentioned price is exclusive of Training and Installation of the software.</li><li>Tax
Deduction at Source (TDS) should not be applicable as per the CBDT notification No. 21/2012
[F.No.142/10/2012-SO(TPL)] S.O. 1323(E), DATED 13-6-2012 and Notification No. SO 1323 (E), dated
13-06-2012.</li><li>The quoted price is subjected to change if there is any deviation in the exchange rate by
+/-5%.</li><li>Any new taxes applicable at the time of billing will be to your account.</li></ol>
APEX code i am using to print on pdf:
{!Quotation__c.Note__c}
HTML code is not supported in the Salesforce HTML editor. HTML code is treated as text.
All Answers
HTML code is not supported in the Salesforce HTML editor. HTML code is treated as text.
Thanx for the replay,
One more field is there, its a look up field.
This look up field is displaying link not the text content.
Example:
Look up field name : Customer
In Saleforce form displaying:
Customer : UFOMovies/Intel
But when render/print to pdf displaying:
0018000001H4ylVAAR (some var/link)
APEX code i am using to print on pdf:
{!Quotation__c.Customer__c}
Use relationship to dsiplay the lookup object filed values
Can u suggest me how to print the date format too,..
Currently its displaying like,..
Sun Jan 11 00:00:00 GMT 2015
But i wanted in,..
11/1/2015 (DD/MM/YYYY)
APEX code i am using to print on pdf:
{!Quotation__c.Date__c}