Title: PDF Shortcodes Ultimate
Author: Open-DSI
Published: <strong>ستمبر 28, 2017</strong>
Last modified: ستمبر 28, 2017

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](https://ps.w.org/pdf-shortcodes-ultimate/assets/icon-256x256.png?rev=1744706)

# PDF Shortcodes Ultimate

 منجانب [Open-DSI](https://profiles.wordpress.org/opendsi/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/pdf-shortcodes-ultimate.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/pdf-shortcodes-ultimate/#description)
 * [جائزے](https://ur.wordpress.org/plugins/pdf-shortcodes-ultimate/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/pdf-shortcodes-ultimate/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/pdf-shortcodes-ultimate/#developers)

 [معاونت](https://wordpress.org/support/plugin/pdf-shortcodes-ultimate/)

## تفصیل

This plugin adds the "PDF” shortcode to the list of shortcodes provided by the Shortcodes
Ultimate plugin, under the Media category.

It will let you select a PDF document from your Media manager (or directly enter
an URL).

This shortcode, once inserted to your page or article, will render the PDF directly
in your page (responsive, 16:9 aspect ratio).
 In case the browser does not have
a built-in PDF viewer, it will display the fallback link to download the PDF instead.

## اسکرین شاٹس

 * [[
 * "PDF” shortcode, under the Media category, in Shortcodes Ultimate popup.
 * [[
 * PDF shortcode options.
 * [[
 * Choose a PDF document from the Media library.
 * [[
 * PDF shortcode options: Live Preview.
 * [[
 * "su_pdf” shortcode inserted into "Sample” page.
 * [[
 * Sample page displaying our embedded PDF using the browser’s built-in PDF viewer.

## انسٹالیشن

Installing "PDF Shortcodes Ultimate Add-on” can be done either by searching for "
PDF Shortcodes Ultimate Add-on” via the "Plugins > Add New” screen in your WordPress
dashboard, or by using the following steps:

 1. Download the plugin via WordPress.org
 2. Upload the ZIP file through the ‘Plugins > Add New > Upload’ screen in your WordPress
    dashboard
 3. Activate the plugin through the ‘Plugins’ menu in WordPress

## عمومی سوالات

  Installation Instructions

Installing "PDF Shortcodes Ultimate Add-on” can be done either by searching for "
PDF Shortcodes Ultimate Add-on” via the "Plugins > Add New” screen in your WordPress
dashboard, or by using the following steps:

 1. Download the plugin via WordPress.org
 2. Upload the ZIP file through the ‘Plugins > Add New > Upload’ screen in your WordPress
    dashboard
 3. Activate the plugin through the ‘Plugins’ menu in WordPress

  Does this plugin depend on any others?

Yes. It depends on the [Shortcodes Ultimate](https://wordpress.org/plugins/shortcodes-ultimate/)
plugin. It was tested with Shortcodes Ultimate 4.10.2.

  Does this create new database tables?

No. There are no new database tables with this plugin.

  Does this load additional JS or CSS files ?

Yes. It loads the `media-shortcodes.css` file on pages or articles containing the
PDF shortcode.
 This CSS file is loaded for Media shortcodes by the Shortcodes Ultimate
plugin itself.

  Can I use a PDF from my computer?

Yes. Once on the "PDF” shortcode options screen, click on the "Media manager” button.
Now, drag and drop your PDF document on the screen. Once your PDF has finished uploading,
click the "Insert” button.

  Can I use a PDF that is already online?

Yes. Open the online PDF using your browser. Copy the document public URL. Once 
on the PDF shortcode options screen, paste the PDF URL in the URL field.

  What does the shortcode itself look like?

Here is an example of PDF shortcode:

    ```
    [su_pdf url="https://mysite.org/wordpress/wp-content/uploads/2017/09/my-document.pdf" link="Click here to download PDF"]
    ```

  What does the HTML code produced by the shortcode look like?

Here is an example of HTML code produced by the PDF shortcode:

    ```
    <div class="su-pdf su-responsive-media-yes">
      <object data="https://mysite.org/wordpress/wp-content/uploads/2017/09/my-document.pdf" type="application/pdf">
        <p>
          <a href="https://mysite.org/wordpress/wp-content/uploads/2017/09/my-document.pdf">
            Click here to download PDF
          </a>
        </p>
      </object>
    </div>
    ```

  Is the plugin translated?

Yes. It is translated in French (fr_FR).
 You will find the translation files in
the `lang/` folder. New translations are welcome at https://translate.wordpress.
org/projects/wp-plugins/pdf-shortcodes-ultimate

  Where can I get support?

https://wordpress.org/support/plugin/pdf-shortcode-ultimate/

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“PDF Shortcodes Ultimate” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان 
میں حصہ لیا:

شراکت دار

 *   [ Open-DSI ](https://profiles.wordpress.org/opendsi/)

[“PDF Shortcodes Ultimate” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/pdf-shortcodes-ultimate)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/pdf-shortcodes-ultimate/)،
[ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/pdf-shortcodes-ultimate/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/pdf-shortcodes-ultimate/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/pdf-shortcodes-ultimate/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 1.0.0

 * 2017.09.25
 * Initial release

## میٹا

 *  Version **1.0.0**
 *  Last updated **9 سال پہلے**
 *  Active installations **30+**
 *  WordPress version ** 3.9 یا اس سے جدید **
 *  Tested up to **4.8.28**
 *  Language
 * [English (US)](https://wordpress.org/plugins/pdf-shortcodes-ultimate/)
 * Tags
 * [embed](https://ur.wordpress.org/plugins/tags/embed/)[pdf](https://ur.wordpress.org/plugins/tags/pdf/)
   [pdf viewer](https://ur.wordpress.org/plugins/tags/pdf-viewer/)[Shortcodes Ultimate](https://ur.wordpress.org/plugins/tags/shortcodes-ultimate/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/pdf-shortcodes-ultimate/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/pdf-shortcodes-ultimate/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/pdf-shortcodes-ultimate/reviews/)

## شراکت دار

 *   [ Open-DSI ](https://profiles.wordpress.org/opendsi/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/pdf-shortcodes-ultimate/)