PDF Partial Loading – What, How and Why?

PDF files come in different sizes. We have seen files as normal as 1-2MB and upto 100s of MB. Serving big files is a challenge that needs to be handled in a managed way. Luckily PDFs can have Linearized structure which enables Partial loading feature. What is Partial Loading of PDF? “Web Optimized“ , “PDF  …

Read more

Customizing Buttons

Normal Button Normally by default the buttons looks like primary WordPress buttons. ._df_button { //your style goes here } Changing Color ._df_button { background: grey !important; border: none !important; color: white !important; } ._df_button:hover { background: #444 !important; } Custom Class Extra classes can be used to change style for certain buttons only. .red_button { …

Read more