To display any number value into print as in the format of fixed digits, refer below code sample
Category: Advanced PDF Templates
Advanced PDF Templates designs – PDF samples and xml codes
Display the Amount in fixed format, where amount contains $ symbol in advanced PDF template
In order to display the amount into a fixed digit format , where the amount value contains the $ symbol, refer the sample code below
Things that help in Advanced pdf or html templates creation.
It is Nonbreaking space.It’s used to create a space that will not break into a new line by word wrap.Provide space as same as a regular space. Output will be like: Text Text If the table has 3 column we can write the code like this. This will provide a blank row inside a table.By… Continue reading Things that help in Advanced pdf or html templates creation.
Date comparison in Advanced PDF template
In order to show vale based on the date filter refer below sample
Convert date into BC and Show in dd/mm/yyyy format
To show date of transaction record in the ‘dd/mm/yyyy” format and convert it into BC
How to create a custom page size in an Advanced PDF template
How to create a custom page size in an Advanced PDF template
Unable to Show Kit Components on Sales Order PDF Template
Scenario Kit Components are not appearing on the Sales Order PDF Template even if theDisplay Components on Transactions has been enabled on the Item Record. Solution The preference of Display Components on Transactions is applied to the sales orders by the time the item is added on the sales order. If the preference is not enabled by the time the… Continue reading Unable to Show Kit Components on Sales Order PDF Template
Total Amount after rounding into 2 fixed decimal place
To display the total amount after rounding into a fixed decimal place in Advanced PDF template, refer sample code below
Display subsidiary address in a single line in Advanced PDF template
By populating subsidiary address on the PDF ,this will show same manner as in the subsidiary record. Suppose user want to show the address in a single line or no needs to display separate line then refer following code sample
Display Amount as comma separated format in Advanced PDF template
Display the amount as a comma-separated value without rounding into fixed number of digits.