Skip to main content

#Pdf Version0 utenti parlano di questo argomento

Question:-  How can we apply SLDS and custom CSS to a Visualforce page that is rendered as a PDF?

 

Solution:-

 

To use any standard or custom style on the Visualforce page, we need to download the style sheet file and upload it as a static resource. Then we can import the file into the Visualforce page using the <apex:stylesheet > tag.

 

SLDS and custom CSS are uploaded in the static resource.

 

#Salesforce #Salesforce Developer #Communities #VfPage #Visualforce #Pdf Version #VisualForce Page #Pdfview #Short Code

<apex:page renderAs="pdf" docType="html-5.0">

<apex:stylesheet value="{!$Resource.sldsCss}" />

<apex:stylesheet value="{!$Resource.customCSS}" />

</apex:page>

0/9000

Hi! I follow the pardot training in october, can't file the pdf version of my training and I'm leaving the cie, I need to train someone who is in a different country can you re-send me the training document by email?

0/9000

Has anyone else seen a difference in the print options from the 'Pop-Out Preview' from the email building tool? I used to be able to print the full PDF version of the HTML and now I am getting a block of content and the scroll bar. My stakeholders prefer a PDF version of the HTML to be saved with the project record and this used to be an easy pop-out and save as PDF - any thoughts aside from sending a test version and printing that PDF?

1 commento
  1. 21 giu 2017, 19:07
    Hey there! Pardot doesn't have any built-in print functionality, so this sounds like an issue with your browser to me. I'd recommend clearing your cookies, making sure your browser is up to date, checking your browser "zoom" and possibly trying an alternate! Hope this helps.
0/9000

Is there a PDF version of the Social Studio documentation? It would be nice to download and have available during my flight to Dreamforce

1 commento
  1. 26 set 2016, 19:02
    Hi @Christine Klein

    I checked with our product documentation team, and we do not have a downloadable copy. This might be a good thing, as the documentation changes and evolves so much with the ongoing feedback and 5x major product releases per year. Hopefully you have GoGo to use in flight and have an absolute BLAST at Dreamforce!

    Some key resources for you:

    Getting Started:

    http://sforce.co/1ZkLW0Z

    Social Studio resources and training:

    https://help.salesforce.com/HTViewGettingStarted?id=000194207&language=en_US
0/9000
Last year, I was able to save and print a pdf version of my agenda, but I don't see where that is possible in the current version of the Dreamforce app. Does anyone know if that's possible?
4 commenti
0/9000