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
Daniel Khan 21Daniel Khan 21 

How to create pdf on opportunity object ?

PDF should contain Opportunity details and Opp-Products Line Items (Product, Product Code, Quantity).
There is already a similiar case which was solved by Deepak Anand, but as I have not much understanding of APEX Classes etc yet, please can someone help me? THANKS.
https://success.salesforce.com/answers?id=90630000000hTXHAA2
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Daniel,

To create a PDF in Salesforce on any object WITHOUT using ANY code.
please refer the below link. I hope it will be helpful.

Please mark it as best answer if the information is informative.so that question is removed from an unanswered question and appear as a proper solution.

Thanks
Rahul Kumar
Daniel Khan 21Daniel Khan 21

Actually I have no problem with code as I want to learn it. But for a start I need some help just for customizing the code for my needs (as shown in the example : https://success.salesforce.com/answers?id=90630000000hTXHAA2). 

The Apex Class is my biggest concern yet as I not know how to substitute the code with the right "fields" for my goal. Thanks.