function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BHANOO RATNAWATBHANOO RATNAWAT 

create a visualforce page rendered as PDF on Quote. Create a field named as quote number Autonumber type and in the header and footer of that page you have to add the bar code with the name of the current quote number.

create a visualforce page rendered as PDF on Quote. Create a field named as quote number Autonumber type and in the header and footer of that page you have to add the bar code with the name of the current quote number. you don't need to do any other coding just display the header and footer of that page.
Best Answer chosen by BHANOO RATNAWAT
ShivankurShivankur (Salesforce Developers) 
Hi Bhanoo,

Please check out below helper links with help of which you could be able to generate QR code and show it the Visualforce Page by embedding it for header and footer.

References to follow:
https://www.forcetalks.com/blog/generate-qr-code-for-any-salesforce-object-in-5-min/
https://eltoroit.medium.com/etqr-code-scanner-47ef5ea67d90
https://developer.salesforce.com/forums/?id=906F0000000kGELIA2
https://developer.salesforce.com/forums/?id=906F00000009AHTIA2

Hope above information helps. Please mark as Best Answer so that it can help others in future.

Thanks.

All Answers

ShivankurShivankur (Salesforce Developers) 
Hi Bhanoo,

Please check out below helper links with help of which you could be able to generate QR code and show it the Visualforce Page by embedding it for header and footer.

References to follow:
https://www.forcetalks.com/blog/generate-qr-code-for-any-salesforce-object-in-5-min/
https://eltoroit.medium.com/etqr-code-scanner-47ef5ea67d90
https://developer.salesforce.com/forums/?id=906F0000000kGELIA2
https://developer.salesforce.com/forums/?id=906F00000009AHTIA2

Hope above information helps. Please mark as Best Answer so that it can help others in future.

Thanks.
This was selected as the best answer
BHANOO RATNAWATBHANOO RATNAWAT
Thanks Shivankar,
It's working very well but I need a url of barcode in place of QR code.

Thanks