Choose where you want the button to appear automatically.
You can also manually add the
[save_as_pdf_pdfcrowd]
shortcode to your page to display the button, see
details,
or add
create_save_as_pdf_pdfcrowd_button
the function call to your PHP code, see
details.
Examples:
-
Plugin
Expert Settings tab →
Button Look section →
Show Button on
option
Home page and Posts
Hide Button in Output PDF
Choose whether to show the button in the output PDF.
Examples:
-
Plugin
Expert Settings tab →
Button Look section →
Hide Button in Output PDF
checkbox
-
Shortcode:
button_hidden_pdf
[save_as_pdf_pdfcrowd button_hidden_pdf=1]
-
PHP function:
button_hidden_pdf
echo create_save_as_pdf_pdfcrowd_button(array('button_hidden_pdf' => 1));
Choose the arrangement of icons and text within the button.
Examples:
-
Plugin
Expert Settings tab →
Button Look section →
Button Display Format
option
Text on the left and icon
-
Shortcode:
button_format
[save_as_pdf_pdfcrowd button_format="text-image"]
-
PHP function:
button_format
echo create_save_as_pdf_pdfcrowd_button(array('button_format' => 'text-image'));
The text to be displayed on the button.
Examples:
-
Plugin
Expert Settings tab →
Button Look section →
Button Text
option
Download Report
-
Shortcode:
button_text
[save_as_pdf_pdfcrowd button_text="Download Report"]
-
PHP function:
button_text
echo create_save_as_pdf_pdfcrowd_button(array('button_text' => 'Download Report'));
Specify whether to translate the button text.
Examples:
-
Plugin
Expert Settings tab →
Button Look section →
Button Text Translation
option
Automatic - look up in your internationalization files
-
Shortcode:
button_translation
[save_as_pdf_pdfcrowd button_translation="auto"]
-
PHP function:
button_translation
echo create_save_as_pdf_pdfcrowd_button(array('button_translation' => 'auto'));
The image to be displayed on the button.
Examples:
-
Plugin
Expert Settings tab →
Button Look section →
Button Image
option
choose the 3rd image in the list
-
Shortcode:
button_image
[save_as_pdf_pdfcrowd button_image="pdf3.svg"]
-
PHP function:
button_image
echo create_save_as_pdf_pdfcrowd_button(array('button_image' => 'pdf3.svg'));
The width of the image on the button.
Examples:
-
Plugin
Expert Settings tab →
Button Look section →
Button Image Width
option
18
-
Shortcode:
button_image_width
[save_as_pdf_pdfcrowd button_image_width=18]
-
PHP function:
button_image_width
echo create_save_as_pdf_pdfcrowd_button(array('button_image_width' => 18));
The height of the image on the button.
Examples:
-
Plugin
Expert Settings tab →
Button Look section →
Button Image Height
option
18
-
Shortcode:
button_image_height
[save_as_pdf_pdfcrowd button_image_height=18]
-
PHP function:
button_image_height
echo create_save_as_pdf_pdfcrowd_button(array('button_image_height' => 18));
The ID used for the button in HTML to be used for the custom button styling or JavaScript event handler.
Examples:
-
Plugin
Expert Settings tab →
Button Look section →
Button ID
option
convert-trigger
-
Shortcode:
button_id
[save_as_pdf_pdfcrowd button_id="convert-trigger"]
-
PHP function:
button_id
echo create_save_as_pdf_pdfcrowd_button(array('button_id' => 'convert-trigger'));
Choose to hide the button on the page. It is useful together with Button ID for triggering a conversion from your JavaScript.
Examples:
-
Plugin
Expert Settings tab →
Button Look section →
Hide Button in HTML
checkbox
-
Shortcode:
button_html_hidden
[save_as_pdf_pdfcrowd button_html_hidden=1]
-
PHP function:
button_html_hidden
echo create_save_as_pdf_pdfcrowd_button(array('button_html_hidden' => 1));
The position of the button relative to the content.
Examples:
-
Plugin
Expert Settings tab →
Button Positioning section →
Destination
option
above content
-
Shortcode:
button_position
[save_as_pdf_pdfcrowd button_position="above"]
-
PHP function:
button_position
echo create_save_as_pdf_pdfcrowd_button(array('button_position' => 'above'));
The alignment of the button.
Examples:
-
Plugin
Expert Settings tab →
Button Positioning section →
Alignment
option
end
-
Shortcode:
button_alignment
[save_as_pdf_pdfcrowd button_alignment="end"]
-
PHP function:
button_alignment
echo create_save_as_pdf_pdfcrowd_button(array('button_alignment' => 'end'));
The top margin of the button.
Examples:
-
Plugin
Expert Settings tab →
Button Positioning section →
Margin Top
option
10
-
Shortcode:
button_margin_top
[save_as_pdf_pdfcrowd button_margin_top=10]
-
PHP function:
button_margin_top
echo create_save_as_pdf_pdfcrowd_button(array('button_margin_top' => 10));
The right margin of the button.
Examples:
-
Plugin
Expert Settings tab →
Button Positioning section →
Margin Right
option
10
-
Shortcode:
button_margin_right
[save_as_pdf_pdfcrowd button_margin_right=10]
-
PHP function:
button_margin_right
echo create_save_as_pdf_pdfcrowd_button(array('button_margin_right' => 10));
The bottom margin of the button.
Examples:
-
Plugin
Expert Settings tab →
Button Positioning section →
Margin Bottom
option
10
-
Shortcode:
button_margin_bottom
[save_as_pdf_pdfcrowd button_margin_bottom=10]
-
PHP function:
button_margin_bottom
echo create_save_as_pdf_pdfcrowd_button(array('button_margin_bottom' => 10));
The left margin of the button.
Examples:
-
Plugin
Expert Settings tab →
Button Positioning section →
Margin Left
option
10
-
Shortcode:
button_margin_left
[save_as_pdf_pdfcrowd button_margin_left=10]
-
PHP function:
button_margin_left
echo create_save_as_pdf_pdfcrowd_button(array('button_margin_left' => 10));
The style can also be changed using the .save-as-pdf-pdfcrowd-button
CSS rule.
Examples:
-
Plugin
Expert Settings tab →
Button Styling section →
Styling is
option
Custom
-
Shortcode:
button_styling
[save_as_pdf_pdfcrowd button_styling="custom"]
-
PHP function:
button_styling
echo create_save_as_pdf_pdfcrowd_button(array('button_styling' => 'custom'));
The font size for the button.
Examples:
-
Plugin
Expert Settings tab →
Button Styling section →
Text Size
option
18
-
Shortcode:
button_text_size
[save_as_pdf_pdfcrowd button_text_size=18]
-
PHP function:
button_text_size
echo create_save_as_pdf_pdfcrowd_button(array('button_text_size' => 18));
The font weight for the button.
Allowed values:
-
normal
-
bold
-
bolder
-
lighter
-
100
-
200
-
300
-
400
-
500
-
600
-
700
-
800
-
900
Default: bold
Examples:
-
Plugin
Expert Settings tab →
Button Styling section →
Text Weight
option
bolder
-
Shortcode:
button_text_weight
[save_as_pdf_pdfcrowd button_text_weight="bolder"]
-
PHP function:
button_text_weight
echo create_save_as_pdf_pdfcrowd_button(array('button_text_weight' => 'bolder'));
The font color for the button.
Examples:
-
Plugin
Expert Settings tab →
Button Styling section →
Text Color
option
red
-
Shortcode:
button_text_color
[save_as_pdf_pdfcrowd button_text_color="red"]
-
PHP function:
button_text_color
echo create_save_as_pdf_pdfcrowd_button(array('button_text_color' => 'red'));
The background color of the button.
Examples:
-
Plugin
Expert Settings tab →
Button Styling section →
Background Color
option
red
-
Shortcode:
button_background_color
[save_as_pdf_pdfcrowd button_background_color="red"]
-
PHP function:
button_background_color
echo create_save_as_pdf_pdfcrowd_button(array('button_background_color' => 'red'));
The border color of the button.
Examples:
-
Plugin
Expert Settings tab →
Button Styling section →
Border Color
option
red
-
Shortcode:
button_border_color
[save_as_pdf_pdfcrowd button_border_color="red"]
-
PHP function:
button_border_color
echo create_save_as_pdf_pdfcrowd_button(array('button_border_color' => 'red'));
The border style of the button.
Examples:
-
Plugin
Expert Settings tab →
Button Styling section →
Border Style
option
hidden
-
Shortcode:
button_border_style
[save_as_pdf_pdfcrowd button_border_style="hidden"]
-
PHP function:
button_border_style
echo create_save_as_pdf_pdfcrowd_button(array('button_border_style' => 'hidden'));
The border width of the button.
Examples:
-
Plugin
Expert Settings tab →
Button Styling section →
Button Border Width
option
2
-
Shortcode:
button_border_width
[save_as_pdf_pdfcrowd button_border_width=2]
-
PHP function:
button_border_width
echo create_save_as_pdf_pdfcrowd_button(array('button_border_width' => 2));
The top padding of the button.
Examples:
-
Plugin
Expert Settings tab →
Button Styling section →
Padding Top
option
10
-
Shortcode:
button_padding_top
[save_as_pdf_pdfcrowd button_padding_top=10]
-
PHP function:
button_padding_top
echo create_save_as_pdf_pdfcrowd_button(array('button_padding_top' => 10));
The right padding of the button.
Examples:
-
Plugin
Expert Settings tab →
Button Styling section →
Padding Right
option
10
-
Shortcode:
button_padding_right
[save_as_pdf_pdfcrowd button_padding_right=10]
-
PHP function:
button_padding_right
echo create_save_as_pdf_pdfcrowd_button(array('button_padding_right' => 10));
The bottom padding of the button.
Examples:
-
Plugin
Expert Settings tab →
Button Styling section →
Padding Bottom
option
10
-
Shortcode:
button_padding_bottom
[save_as_pdf_pdfcrowd button_padding_bottom=10]
-
PHP function:
button_padding_bottom
echo create_save_as_pdf_pdfcrowd_button(array('button_padding_bottom' => 10));
The left padding of the button.
Examples:
-
Plugin
Expert Settings tab →
Button Styling section →
Padding Left
option
10
-
Shortcode:
button_padding_left
[save_as_pdf_pdfcrowd button_padding_left=10]
-
PHP function:
button_padding_left
echo create_save_as_pdf_pdfcrowd_button(array('button_padding_left' => 10));
The radius of the button.
Examples:
-
Plugin
Expert Settings tab →
Button Styling section →
Radius
option
4
-
Shortcode:
button_radius
[save_as_pdf_pdfcrowd button_radius=4]
-
PHP function:
button_radius
echo create_save_as_pdf_pdfcrowd_button(array('button_radius' => 4));
The mouse over style may be altered by your CSS rules .save-as-pdf-pdfcrowd-button-hover
, .save-as-pdf-pdfcrowd-has-indicator-func:hover
.
Examples:
-
Plugin
Expert Settings tab →
Button Styling section →
Change on Mouse Over
checkbox
-
Shortcode:
button_hover
[save_as_pdf_pdfcrowd button_hover=1]
-
PHP function:
button_hover
echo create_save_as_pdf_pdfcrowd_button(array('button_hover' => 1));
The type of indicator that appears above the button while the conversion is in progress.
Examples:
-
Plugin
Expert Settings tab →
Conversion in Progress Button Indicator section →
Type
option
Ring
-
Shortcode:
button_indicator
[save_as_pdf_pdfcrowd button_indicator="ring"]
-
PHP function:
button_indicator
echo create_save_as_pdf_pdfcrowd_button(array('button_indicator' => 'ring'));
If the indicator remains active even after the conversion has finished, set a time limit on the conversion time of your typical document, e.g. 5 seconds. Otherwise, use the default value of 60 seconds.
Examples:
-
Plugin
Expert Settings tab →
Conversion in Progress Button Indicator section →
Indicator Timeout
option
5
-
Shortcode:
button_indicator_timeout
[save_as_pdf_pdfcrowd button_indicator_timeout=5]
-
PHP function:
button_indicator_timeout
echo create_save_as_pdf_pdfcrowd_button(array('button_indicator_timeout' => 5));
Behavior
The action that is performed when the button is clicked.
Examples:
-
Plugin
Expert Settings tab →
Behavior section →
Button Click Action
option
Open PDF in the current browser tab
-
Shortcode:
button_disposition
[save_as_pdf_pdfcrowd button_disposition="inline"]
-
PHP function:
button_disposition
echo create_save_as_pdf_pdfcrowd_button(array('button_disposition' => 'inline'));
The sender email. It can be empty if specified in your mailer plugin.
Examples:
-
Plugin
Expert Settings tab →
Behavior section →
Email From
option
info@example.com
-
Shortcode:
email_from
[save_as_pdf_pdfcrowd email_from="info@example.com"]
-
PHP function:
email_from
echo create_save_as_pdf_pdfcrowd_button(array('email_from' => 'info@example.com'));
Choose how to get the recipient's email. It can be dynamic or fixed. The fixed value may contain either a single email address or a comma-separated list of email addresses.
Allowed values:
-
The address of the logged in user, otherwise prompt for an email address
Value for shortcode and PHP function: "user"
-
Prompt for an email address
Value for shortcode and PHP function: "prompt"
-
Email address
Value for shortcode and PHP function: "address"
Default: user
Examples:
-
Plugin
Expert Settings tab →
Behavior section →
Email Recipient
option
Prompt for an email address
-
Shortcode:
email_recipient
[save_as_pdf_pdfcrowd email_recipient="prompt"]
-
PHP function:
email_recipient
echo create_save_as_pdf_pdfcrowd_button(array('email_recipient' => 'prompt'));
Additional recipients who will receive a copy of the email. It can be either a single email address or a comma-separated list of email addresses.
Examples:
-
Plugin
Expert Settings tab →
Behavior section →
Email Cc
option
john@example.com
-
Shortcode:
email_cc
[save_as_pdf_pdfcrowd email_cc="john@example.com"]
-
PHP function:
email_cc
echo create_save_as_pdf_pdfcrowd_button(array('email_cc' => 'john@example.com'));
Additional recipients who will receive a copy of the email without revealing their email addresses to the other recipients. It can be either a single email address or a comma-separated list of email addresses.
Examples:
-
Plugin
Expert Settings tab →
Behavior section →
Email Bcc
option
mary@example.com
-
Shortcode:
email_bcc
[save_as_pdf_pdfcrowd email_bcc="mary@example.com"]
-
PHP function:
email_bcc
echo create_save_as_pdf_pdfcrowd_button(array('email_bcc' => 'mary@example.com'));
The email subject template. The template may contain predefined variables enclosed in {{ }}
that are dynamically expanded. Available variables are:
- site - site name
- site_url - site url
- title - current page title
Available variables for logged in user:
- user_name - user's login name
- user_first_name - user's first name
- user_last_name - user's last name
- user_display_name - user's display name
If you need custom variables in the template, place Save as button into your code by PHP method with the template argument.
Default: {{site}} - {{title}} PDF
Examples:
-
Plugin
Expert Settings tab →
Behavior section →
Email Subject
option
{{user_name}} - Report
-
Shortcode:
email_subject
[save_as_pdf_pdfcrowd email_subject="{{user_name}} - Report"]
-
PHP function:
email_subject
echo create_save_as_pdf_pdfcrowd_button(array('email_subject' => '{{user_name}} - Report'));
The email message template. HTML tags may be used in it. The template may contain predefined variables enclosed in {{ }}
that are dynamically expanded. Available variables are:
- site - site name
- site_url - site url
- title - current page title
Available variables for logged in user:
- user_name - user's login name
- user_first_name - user's first name
- user_last_name - user's last name
- user_display_name - user's display name
If you need custom variables in the template, place Save as button into your code by PHP method with the template argument.
Default: <p>Dear {{user_first_name}} {{user_last_name}},</p> <p>Please, find {{title}} attached.</p> <p>Best Regards,<br> <a href="{{site_url}}">{{site}}</a></p>
Examples:
-
Plugin
Expert Settings tab →
Behavior section →
Email Message
option
<p>Dear {{user_first_name}} {{user_last_name}}, ...</p>
-
Shortcode:
email_message
[save_as_pdf_pdfcrowd email_message="<p>Dear {{user_first_name}} {{user_last_name}}, ...</p>"]
-
PHP function:
email_message
echo create_save_as_pdf_pdfcrowd_button(array('email_message' => '<p>Dear {{user_first_name}} {{user_last_name}}, ...</p>'));
Specify how to display a dialog when the mail configuration requires it. Such cases are Success dialog, Error dialog and Prompt dialog for recipient email.
Allowed values:
-
System dialogs
Value for shortcode and PHP function: "system"
-
Predefined modal dialogs
Value for shortcode and PHP function: "modal"
-
No dialogs
Value for shortcode and PHP function: "none"
-
Custom dialogs
Value for shortcode and PHP function: "custom"
Default: modal
Examples:
-
Plugin
Expert Settings tab →
Behavior section →
Email Dialogs
option
Predefined modal dialogs
-
Shortcode:
email_dialogs
[save_as_pdf_pdfcrowd email_dialogs="modal"]
-
PHP function:
email_dialogs
echo create_save_as_pdf_pdfcrowd_button(array('email_dialogs' => 'modal'));
The name of the output file. The name may not be specified and will be automatically created according to the page URL.
Default: the name is generated automatically
Examples:
-
Plugin
Expert Settings tab →
Behavior section →
Output Name
option
report.pdf
-
Shortcode:
output_name
[save_as_pdf_pdfcrowd output_name="report.pdf"]
-
PHP function:
output_name
echo create_save_as_pdf_pdfcrowd_button(array('output_name' => 'report.pdf'));
Specify the name of your PHP function to be invoked
when the output pdf is created.
The callback function is useful for custom actions,
e.g. saving the pdf to a local
folder, setting a custom HTTP response header,
collecting email entered by user.
The callback function must be accessible to the
plugin, with the recommended location being either
the functions.php file or within the page contents.
Return true from your custom callback if you wish to skip the default functionality. The default functionality depends on the Button Click Action option and is either an HTTP response or email with the created pdf.
The callback must be a valid PHP function name. The function must accept 1 argument - an array with keys:
-
output - the generated pdf data
-
options - options used for the conversion
-
file_name - the pdf filename
-
error - null for a successful conversion otherwise WP_Error
Examples:
-
Plugin
Expert Settings tab →
Behavior section →
PDF Created Callback
option
save_to_local
-
Shortcode:
pdf_created_callback
[save_as_pdf_pdfcrowd pdf_created_callback="save_to_local"]
-
PHP function:
pdf_created_callback
echo create_save_as_pdf_pdfcrowd_button(array('pdf_created_callback' => 'save_to_local'));
Data assigned to the button.
They are sent to the PDF Created Callback method and are accessible in the callback options['custom_data'] field.
Dynamic data may be used when the button is created by shortcode or function call.
Examples:
-
Plugin
Expert Settings tab →
Behavior section →
Custom Data
option
{'post_id': 123}
-
Shortcode:
custom_data
[save_as_pdf_pdfcrowd custom_data="{'post_id': 123}"]
-
PHP function:
custom_data
echo create_save_as_pdf_pdfcrowd_button(array('custom_data' => '{"post_id": 123}'));
Webpage used when the plugin raises an error.
You can specify either a URL or a WordPress page slug name.
If left empty, the default error page will be shown.
The details about the error can be accessed via
$_GET['error-code']
,
$_GET['error-message']
and
$_GET['error-details']
.
Default: the plugin's default error page
Examples:
-
Plugin
Expert Settings tab →
Behavior section →
Error Page
option
https://mysite.com/pdfcrowd-error/
-
Shortcode:
error_page
[save_as_pdf_pdfcrowd error_page="https://mysite.com/pdfcrowd-error/"]
-
PHP function:
error_page
echo create_save_as_pdf_pdfcrowd_button(array('error_page' => 'https://mysite.com/pdfcrowd-error/'));
Mode
Specify the source for the conversion to PDF.
Allowed values:
-
URL
The web page URL is uploaded for the conversion.
This mode is suitable for a public website.
Value for shortcode and PHP function: "url"
-
Upload
The contents of the web page is uploaded for the conversion.
This mode is suitable for any website, password-protected or not publicly accessible website.
Value for shortcode and PHP function: "upload"
-
Content
The current HTML contents shown in the browser is sent for conversion.
This mode is suitable for web forms and dynamic HTML contents.
It is recommended to check
Disable JavaScript option too or disable WordPress caching.
Value for shortcode and PHP function: "content"
-
Development
The contents of the web page and some local assets are uploaded for the conversion.
This mode is suitable for a website which is not accessible from the Internet (e.g. localhost).
Local images and some CSS may not appear in the converted document.
Value for shortcode and PHP function: "development"
-
Auto
If web page URL is specified explicitly, the "url" mode is used otherwise "upload" mode is used.
Value for shortcode and PHP function: "auto"
Default: url
Examples:
-
Plugin
Expert Settings tab →
Mode section →
Conversion Mode
option
Content
-
Shortcode:
conversion_mode
[save_as_pdf_pdfcrowd conversion_mode="content"]
-
PHP function:
conversion_mode
echo create_save_as_pdf_pdfcrowd_button(array('conversion_mode' => 'content'));
It allows to choose how to retrieve URLs for the Conversion Mode-URL. It is suitable for a website using different location than permalink.
Allowed values:
-
Auto
Value for shortcode and PHP function: "auto"
-
Location
Value for shortcode and PHP function: "location"
-
Permalink
Value for shortcode and PHP function: "permalink"
Default: auto
Examples:
-
Plugin
Expert Settings tab →
Mode section →
URL Lookup
option
Location
-
Shortcode:
url_lookup
[save_as_pdf_pdfcrowd url_lookup="location"]
-
PHP function:
url_lookup
echo create_save_as_pdf_pdfcrowd_button(array('url_lookup' => 'location'));
Warning:
for developers only
Diagnostics data is displayed above the button.
It helps to identify the issue with the button appearance or
the conversion process.
Examples:
-
Plugin
Expert Settings tab →
Mode section →
Diagnostics
checkbox
-
Shortcode:
diagnostics
[save_as_pdf_pdfcrowd diagnostics=1]
-
PHP function:
diagnostics
echo create_save_as_pdf_pdfcrowd_button(array('diagnostics' => 1));
Page Setup
Set the output page size.
Allowed values:
-
A0
-
A1
-
A2
-
A3
-
A4
-
A5
-
A6
-
Letter
Default: A4
Examples:
-
Plugin
Basic Settings tab →
Page Setup section →
Page Size
option
Letter
-
Shortcode:
page_size
[save_as_pdf_pdfcrowd page_size="Letter"]
-
PHP function:
page_size
echo create_save_as_pdf_pdfcrowd_button(array('page_size' => 'Letter'));
Set the output page width. The safe maximum is 200in otherwise some PDF viewers may be unable to open the PDF.
Constraint:
- The value must be specified in inches 'in', millimeters 'mm', centimeters 'cm', pixels 'px', or points 'pt'.
Default: 8.27in
Examples:
-
Plugin
Basic Settings tab →
Page Setup section →
Page Width
option
9.5in
-
Shortcode:
page_width
[save_as_pdf_pdfcrowd page_width="9.5in"]
-
PHP function:
page_width
echo create_save_as_pdf_pdfcrowd_button(array('page_width' => '9.5in'));
Set the output page height. Use -1 for a single page PDF. The safe maximum is 200in otherwise some PDF viewers may be unable to open the PDF.
Constraint:
- The value must be -1 or specified in inches 'in', millimeters 'mm', centimeters 'cm', pixels 'px', or points 'pt'.
Default: 11.7in
Examples:
-
Plugin
Basic Settings tab →
Page Setup section →
Page Height
option
350mm
-
Shortcode:
page_height
[save_as_pdf_pdfcrowd page_height="350mm"]
-
PHP function:
page_height
echo create_save_as_pdf_pdfcrowd_button(array('page_height' => '350mm'));
Set the output page orientation.
Examples:
-
Plugin
Basic Settings tab →
Page Setup section →
Orientation
option
landscape
-
Shortcode:
orientation
[save_as_pdf_pdfcrowd orientation="landscape"]
-
PHP function:
orientation
echo create_save_as_pdf_pdfcrowd_button(array('orientation' => 'landscape'));
Set the output page top margin.
Constraint:
- The value must be specified in inches 'in', millimeters 'mm', centimeters 'cm', pixels 'px', or points 'pt'.
Default: 0.4in
Examples:
-
Plugin
Basic Settings tab →
Page Setup section →
Margin Top
option
2.5cm
-
Shortcode:
margin_top
[save_as_pdf_pdfcrowd margin_top="2.5cm"]
-
PHP function:
margin_top
echo create_save_as_pdf_pdfcrowd_button(array('margin_top' => '2.5cm'));
Set the output page right margin.
Constraint:
- The value must be specified in inches 'in', millimeters 'mm', centimeters 'cm', pixels 'px', or points 'pt'.
Default: 0.4in
Examples:
-
Plugin
Basic Settings tab →
Page Setup section →
Margin Right
option
2.5cm
-
Shortcode:
margin_right
[save_as_pdf_pdfcrowd margin_right="2.5cm"]
-
PHP function:
margin_right
echo create_save_as_pdf_pdfcrowd_button(array('margin_right' => '2.5cm'));
Set the output page bottom margin.
Constraint:
- The value must be specified in inches 'in', millimeters 'mm', centimeters 'cm', pixels 'px', or points 'pt'.
Default: 0.4in
Examples:
-
Plugin
Basic Settings tab →
Page Setup section →
Margin Bottom
option
2.5cm
-
Shortcode:
margin_bottom
[save_as_pdf_pdfcrowd margin_bottom="2.5cm"]
-
PHP function:
margin_bottom
echo create_save_as_pdf_pdfcrowd_button(array('margin_bottom' => '2.5cm'));
Set the output page left margin.
Constraint:
- The value must be specified in inches 'in', millimeters 'mm', centimeters 'cm', pixels 'px', or points 'pt'.
Default: 0.4in
Examples:
-
Plugin
Basic Settings tab →
Page Setup section →
Margin Left
option
2.5cm
-
Shortcode:
margin_left
[save_as_pdf_pdfcrowd margin_left="2.5cm"]
-
PHP function:
margin_left
echo create_save_as_pdf_pdfcrowd_button(array('margin_left' => '2.5cm'));
Disable page margins.
Examples:
-
Plugin
Expert Settings tab →
Page Setup section →
No Margins
checkbox
-
Shortcode:
no_margins
[save_as_pdf_pdfcrowd no_margins=true]
-
PHP function:
no_margins
echo create_save_as_pdf_pdfcrowd_button(array('no_margins' => true));
Set the page range to print.
Constraint:
- A comma separated list of page numbers or ranges. Special strings may be used, such as 'odd', 'even' and 'last'.
Examples:
-
Plugin
Expert Settings tab →
Page Setup section →
Print Page Range
option
3,6-9
-
Shortcode:
print_page_range
[save_as_pdf_pdfcrowd print_page_range="3,6-9"]
-
PHP function:
print_page_range
echo create_save_as_pdf_pdfcrowd_button(array('print_page_range' => '3,6-9'));
Set the viewport width for formatting the HTML content when generating a PDF. By specifying a viewport width, you can control how the content is rendered, ensuring it mimics the appearance on various devices or matches specific design requirements.
Constraint:
- The value must be 'balanced', 'small', 'medium', 'large', 'extra-large', or a number in the range 96-65000px.
Allowed values:
-
balanced
The smart option to adjust the viewport width dynamically to fit the print area, ensuring an optimal layout.
-
small
A compact layout where less text fits on each PDF page, ideal for detailed sections or mobile views.
-
medium
A balanced amount of text per page, striking a good compromise between readability and content density.
-
large
A broader layout that accommodates more text per page, perfect for reducing page count and enhancing flow.
-
extra-large
Maximize the text per page, creating a spacious and content-rich PDF, akin to a widescreen experience.
-
A precise viewport width in pixels, such as 1024px, to tailor the PDF's text density to your specific requirements. The value must be in the range 96-65000px.
Default: medium
Examples:
-
Plugin
Basic Settings tab →
Page Setup section →
Content Viewport Width
option
800px
-
Shortcode:
content_viewport_width
[save_as_pdf_pdfcrowd content_viewport_width="800px"]
-
PHP function:
content_viewport_width
echo create_save_as_pdf_pdfcrowd_button(array('content_viewport_width' => '800px'));
Set the viewport height for formatting the HTML content when generating a PDF. By specifying a viewport height, you can enforce loading of lazy-loaded images and also affect vertical positioning of absolutely positioned elements within the content.
Constraint:
- The value must be 'auto', 'large', or a number.
Allowed values:
-
auto
The height of the print area is used.
-
large
Value suitable for documents with extensive lazy-loaded content.
-
A specific numerical value, such as 10000px, to set as the window height, allowing precise control based on the document's requirements.
Default: auto
Examples:
-
Plugin
Expert Settings tab →
Page Setup section →
Content Viewport Height
option
5000px
-
Shortcode:
content_viewport_height
[save_as_pdf_pdfcrowd content_viewport_height="5000px"]
-
PHP function:
content_viewport_height
echo create_save_as_pdf_pdfcrowd_button(array('content_viewport_height' => '5000px'));
Specifies the mode for fitting the HTML content to the print area by upscaling or downscaling it.
Allowed values:
-
auto
Automatic mode
-
smart-scaling
Smartscaling to fit more content into the print area.
-
no-scaling
No scaling is performed.
-
viewport-width
The viewport width fits the print area width.
-
content-width
The HTML content width fits the print area width.
-
single-page
The entire HTML content fits the print area of a single page.
-
single-page-ratio
The entire HTML content fits the print area of a single page, maintaining the aspect ratio of the page height and width.
Default: auto
Examples:
-
Plugin
Expert Settings tab →
Page Setup section →
Content Fit Mode
option
The entire HTML content fits the print area of a single page, maintaining the aspect ratio of the page height and width.
-
Shortcode:
content_fit_mode
[save_as_pdf_pdfcrowd content_fit_mode="single-page-ratio"]
-
PHP function:
content_fit_mode
echo create_save_as_pdf_pdfcrowd_button(array('content_fit_mode' => 'single-page-ratio'));
Specifies which blank pages to exclude from the output document.
Allowed values:
-
trailing
Trailing blank pages are removed from the document.
-
all
All empty pages are removed from the document.
Availability:
API client >= 6.0.0, converter >= 24.04.
-
none
No blank page is removed from the document.
Default: trailing
Examples:
-
Plugin
Expert Settings tab →
Page Setup section →
Remove Blank Pages
option
No blank page is removed from the document.
-
Shortcode:
remove_blank_pages
[save_as_pdf_pdfcrowd remove_blank_pages="none"]
-
PHP function:
remove_blank_pages
echo create_save_as_pdf_pdfcrowd_button(array('remove_blank_pages' => 'none'));
Load an HTML code from the specified URL and use it as the page header. The following classes can be used in the HTML. The content of the respective elements will be expanded as follows:
- pdfcrowd-page-count - the total page count of printed pages
- pdfcrowd-page-number - the current page number
- pdfcrowd-source-url - the source URL of the converted document
- pdfcrowd-source-title - the title of the converted document
The following attributes can be used:
- data-pdfcrowd-number-format - specifies the type of the used numerals. Allowed values:
- arabic - Arabic numerals, they are used by default
- roman - Roman numerals
- eastern-arabic - Eastern Arabic numerals
- bengali - Bengali numerals
- devanagari - Devanagari numerals
- thai - Thai numerals
- east-asia - Chinese, Vietnamese, Japanese and Korean numerals
- chinese-formal - Chinese formal numerals
Please contact us if you need another type of numerals.
Example:
<span class='pdfcrowd-page-number' data-pdfcrowd-number-format='roman'></span> - data-pdfcrowd-placement - specifies where to place the source URL. Allowed values:
- The URL is inserted to the content
- Example: <span class='pdfcrowd-source-url'></span>
will produce <span>http://example.com</span>
- href - the URL is set to the href attribute
- Example: <a class='pdfcrowd-source-url' data-pdfcrowd-placement='href'>Link to source</a>
will produce <a href='http://example.com'>Link to source</a>
- href-and-content - the URL is set to the href attribute and to the content
- Example: <a class='pdfcrowd-source-url' data-pdfcrowd-placement='href-and-content'></a>
will produce <a href='http://example.com'>http://example.com</a>
Examples:
-
Plugin
Expert Settings tab →
Header & Footer section →
Header URL
option
http://myserver.com/header.html
-
Shortcode:
header_url
[save_as_pdf_pdfcrowd header_url="http://myserver.com/header.html"]
-
PHP function:
header_url
echo create_save_as_pdf_pdfcrowd_button(array('header_url' => 'http://myserver.com/header.html'));
Use the specified HTML code as the page header. The following classes can be used in the HTML. The content of the respective elements will be expanded as follows:
- pdfcrowd-page-count - the total page count of printed pages
- pdfcrowd-page-number - the current page number
- pdfcrowd-source-url - the source URL of the converted document
- pdfcrowd-source-title - the title of the converted document
The following attributes can be used:
- data-pdfcrowd-number-format - specifies the type of the used numerals. Allowed values:
- arabic - Arabic numerals, they are used by default
- roman - Roman numerals
- eastern-arabic - Eastern Arabic numerals
- bengali - Bengali numerals
- devanagari - Devanagari numerals
- thai - Thai numerals
- east-asia - Chinese, Vietnamese, Japanese and Korean numerals
- chinese-formal - Chinese formal numerals
Please contact us if you need another type of numerals.
Example:
<span class='pdfcrowd-page-number' data-pdfcrowd-number-format='roman'></span> - data-pdfcrowd-placement - specifies where to place the source URL. Allowed values:
- The URL is inserted to the content
- Example: <span class='pdfcrowd-source-url'></span>
will produce <span>http://example.com</span>
- href - the URL is set to the href attribute
- Example: <a class='pdfcrowd-source-url' data-pdfcrowd-placement='href'>Link to source</a>
will produce <a href='http://example.com'>Link to source</a>
- href-and-content - the URL is set to the href attribute and to the content
- Example: <a class='pdfcrowd-source-url' data-pdfcrowd-placement='href-and-content'></a>
will produce <a href='http://example.com'>http://example.com</a>
Examples:
-
Plugin
Expert Settings tab →
Header & Footer section →
Header HTML
option
Page <span class='pdfcrowd-page-number'></span> of <span class='pdfcrowd-page-count'></span> pages
-
Shortcode:
header_html
[save_as_pdf_pdfcrowd header_html="Page <span class='pdfcrowd-page-number'></span> of <span class='pdfcrowd-page-count'></span> pages"]
-
PHP function:
header_html
echo create_save_as_pdf_pdfcrowd_button(array('header_html' => 'Page <span class="pdfcrowd-page-number"></span> of <span class="pdfcrowd-page-count"></span> pages'));
Set the header height.
Examples:
-
Plugin
Expert Settings tab →
Header & Footer section →
Header Height
option
1in
-
Shortcode:
header_height
[save_as_pdf_pdfcrowd header_height="1in"]
-
PHP function:
header_height
echo create_save_as_pdf_pdfcrowd_button(array('header_height' => '1in'));
Load an HTML code from the specified URL and use it as the page footer. The following classes can be used in the HTML. The content of the respective elements will be expanded as follows:
- pdfcrowd-page-count - the total page count of printed pages
- pdfcrowd-page-number - the current page number
- pdfcrowd-source-url - the source URL of the converted document
- pdfcrowd-source-title - the title of the converted document
The following attributes can be used:
- data-pdfcrowd-number-format - specifies the type of the used numerals. Allowed values:
- arabic - Arabic numerals, they are used by default
- roman - Roman numerals
- eastern-arabic - Eastern Arabic numerals
- bengali - Bengali numerals
- devanagari - Devanagari numerals
- thai - Thai numerals
- east-asia - Chinese, Vietnamese, Japanese and Korean numerals
- chinese-formal - Chinese formal numerals
Please contact us if you need another type of numerals.
Example:
<span class='pdfcrowd-page-number' data-pdfcrowd-number-format='roman'></span> - data-pdfcrowd-placement - specifies where to place the source URL. Allowed values:
- The URL is inserted to the content
- Example: <span class='pdfcrowd-source-url'></span>
will produce <span>http://example.com</span>
- href - the URL is set to the href attribute
- Example: <a class='pdfcrowd-source-url' data-pdfcrowd-placement='href'>Link to source</a>
will produce <a href='http://example.com'>Link to source</a>
- href-and-content - the URL is set to the href attribute and to the content
- Example: <a class='pdfcrowd-source-url' data-pdfcrowd-placement='href-and-content'></a>
will produce <a href='http://example.com'>http://example.com</a>
Examples:
-
Plugin
Expert Settings tab →
Header & Footer section →
Footer URL
option
http://myserver.com/header.html
-
Shortcode:
footer_url
[save_as_pdf_pdfcrowd footer_url="http://myserver.com/header.html"]
-
PHP function:
footer_url
echo create_save_as_pdf_pdfcrowd_button(array('footer_url' => 'http://myserver.com/header.html'));
Use the specified HTML as the page footer. The following classes can be used in the HTML. The content of the respective elements will be expanded as follows:
- pdfcrowd-page-count - the total page count of printed pages
- pdfcrowd-page-number - the current page number
- pdfcrowd-source-url - the source URL of the converted document
- pdfcrowd-source-title - the title of the converted document
The following attributes can be used:
- data-pdfcrowd-number-format - specifies the type of the used numerals. Allowed values:
- arabic - Arabic numerals, they are used by default
- roman - Roman numerals
- eastern-arabic - Eastern Arabic numerals
- bengali - Bengali numerals
- devanagari - Devanagari numerals
- thai - Thai numerals
- east-asia - Chinese, Vietnamese, Japanese and Korean numerals
- chinese-formal - Chinese formal numerals
Please contact us if you need another type of numerals.
Example:
<span class='pdfcrowd-page-number' data-pdfcrowd-number-format='roman'></span> - data-pdfcrowd-placement - specifies where to place the source URL. Allowed values:
- The URL is inserted to the content
- Example: <span class='pdfcrowd-source-url'></span>
will produce <span>http://example.com</span>
- href - the URL is set to the href attribute
- Example: <a class='pdfcrowd-source-url' data-pdfcrowd-placement='href'>Link to source</a>
will produce <a href='http://example.com'>Link to source</a>
- href-and-content - the URL is set to the href attribute and to the content
- Example: <a class='pdfcrowd-source-url' data-pdfcrowd-placement='href-and-content'></a>
will produce <a href='http://example.com'>http://example.com</a>
Examples:
-
Plugin
Expert Settings tab →
Header & Footer section →
Footer HTML
option
Page <span class='pdfcrowd-page-number'></span> of <span class='pdfcrowd-page-count'></span> pages
-
Shortcode:
footer_html
[save_as_pdf_pdfcrowd footer_html="Page <span class='pdfcrowd-page-number'></span> of <span class='pdfcrowd-page-count'></span> pages"]
-
PHP function:
footer_html
echo create_save_as_pdf_pdfcrowd_button(array('footer_html' => 'Page <span class="pdfcrowd-page-number"></span> of <span class="pdfcrowd-page-count"></span> pages'));
Set the footer height.
Examples:
-
Plugin
Expert Settings tab →
Header & Footer section →
Footer Height
option
1in
-
Shortcode:
footer_height
[save_as_pdf_pdfcrowd footer_height="1in"]
-
PHP function:
footer_height
echo create_save_as_pdf_pdfcrowd_button(array('footer_height' => '1in'));
Disable horizontal page margins for header and footer. The header/footer contents width will be equal to the physical page width.
Examples:
-
Plugin
Expert Settings tab →
Header & Footer section →
No Header Footer Horizontal Margins
checkbox
-
Shortcode:
no_header_footer_horizontal_margins
[save_as_pdf_pdfcrowd no_header_footer_horizontal_margins=true]
-
PHP function:
no_header_footer_horizontal_margins
echo create_save_as_pdf_pdfcrowd_button(array('no_header_footer_horizontal_margins' => true));
The page header content is not printed on the specified pages. To remove the entire header area, use the
conversion config.
Examples:
-
Plugin
Expert Settings tab →
Header & Footer section →
Exclude Header On Pages
option
1,-1
-
Shortcode:
exclude_header_on_pages
[save_as_pdf_pdfcrowd exclude_header_on_pages="1,-1"]
-
PHP function:
exclude_header_on_pages
echo create_save_as_pdf_pdfcrowd_button(array('exclude_header_on_pages' => '1,-1'));
The page footer content is not printed on the specified pages. To remove the entire footer area, use the
conversion config.
Examples:
-
Plugin
Expert Settings tab →
Header & Footer section →
Exclude Footer On Pages
option
1,-1
-
Shortcode:
exclude_footer_on_pages
[save_as_pdf_pdfcrowd exclude_footer_on_pages="1,-1"]
-
PHP function:
exclude_footer_on_pages
echo create_save_as_pdf_pdfcrowd_button(array('exclude_footer_on_pages' => '1,-1'));
Set the scaling factor (zoom) for the header and footer.
Examples:
-
Plugin
Expert Settings tab →
Header & Footer section →
Header Footer Scale Factor
option
50
-
Shortcode:
header_footer_scale_factor
[save_as_pdf_pdfcrowd header_footer_scale_factor=50]
-
PHP function:
header_footer_scale_factor
echo create_save_as_pdf_pdfcrowd_button(array('header_footer_scale_factor' => 50));
Set an offset between physical and logical page numbers.
Examples:
-
Plugin
Expert Settings tab →
Header & Footer section →
Page Numbering Offset
option
-10
-
Shortcode:
page_numbering_offset
[save_as_pdf_pdfcrowd page_numbering_offset=-10]
-
PHP function:
page_numbering_offset
echo create_save_as_pdf_pdfcrowd_button(array('page_numbering_offset' => -10));
Watermark & Background
Apply a watermark to each page of the output PDF file. A watermark can be either a PDF or an image. If a multi-page file (PDF or TIFF) is used, the first page is used as the watermark.
Constraint:
- The file must exist and not be empty.
Examples:
-
Plugin
Expert Settings tab →
Watermark & Background section →
Page Watermark
option
/home/user/john/watermark.png
-
Shortcode:
page_watermark
[save_as_pdf_pdfcrowd page_watermark="/home/user/john/watermark.png"]
-
PHP function:
page_watermark
echo create_save_as_pdf_pdfcrowd_button(array('page_watermark' => '/home/user/john/watermark.png'));
Load a file from the specified URL and apply the file as a watermark to each page of the output PDF. A watermark can be either a PDF or an image. If a multi-page file (PDF or TIFF) is used, the first page is used as the watermark.
Constraint:
- Supported protocols are http:// and https://.
Examples:
-
Plugin
Expert Settings tab →
Watermark & Background section →
Page Watermark URL
option
http://myserver.com/watermark.png
-
Shortcode:
page_watermark_url
[save_as_pdf_pdfcrowd page_watermark_url="http://myserver.com/watermark.png"]
-
PHP function:
page_watermark_url
echo create_save_as_pdf_pdfcrowd_button(array('page_watermark_url' => 'http://myserver.com/watermark.png'));
Apply each page of a watermark to the corresponding page of the output PDF. A watermark can be either a PDF or an image.
Constraint:
- The file must exist and not be empty.
Examples:
-
Plugin
Expert Settings tab →
Watermark & Background section →
Multipage Watermark
option
/home/user/john/watermark.png
-
Shortcode:
multipage_watermark
[save_as_pdf_pdfcrowd multipage_watermark="/home/user/john/watermark.png"]
-
PHP function:
multipage_watermark
echo create_save_as_pdf_pdfcrowd_button(array('multipage_watermark' => '/home/user/john/watermark.png'));
Load a file from the specified URL and apply each page of the file as a watermark to the corresponding page of the output PDF. A watermark can be either a PDF or an image.
Constraint:
- Supported protocols are http:// and https://.
Examples:
-
Plugin
Expert Settings tab →
Watermark & Background section →
Multipage Watermark URL
option
http://myserver.com/watermark.png
-
Shortcode:
multipage_watermark_url
[save_as_pdf_pdfcrowd multipage_watermark_url="http://myserver.com/watermark.png"]
-
PHP function:
multipage_watermark_url
echo create_save_as_pdf_pdfcrowd_button(array('multipage_watermark_url' => 'http://myserver.com/watermark.png'));
Apply a background to each page of the output PDF file. A background can be either a PDF or an image. If a multi-page file (PDF or TIFF) is used, the first page is used as the background.
Constraint:
- The file must exist and not be empty.
Examples:
-
Plugin
Expert Settings tab →
Watermark & Background section →
Page Background
option
/home/user/john/background.png
-
Shortcode:
page_background
[save_as_pdf_pdfcrowd page_background="/home/user/john/background.png"]
-
PHP function:
page_background
echo create_save_as_pdf_pdfcrowd_button(array('page_background' => '/home/user/john/background.png'));
Load a file from the specified URL and apply the file as a background to each page of the output PDF. A background can be either a PDF or an image. If a multi-page file (PDF or TIFF) is used, the first page is used as the background.
Constraint:
- Supported protocols are http:// and https://.
Examples:
-
Plugin
Expert Settings tab →
Watermark & Background section →
Page Background URL
option
http://myserver.com/background.png
-
Shortcode:
page_background_url
[save_as_pdf_pdfcrowd page_background_url="http://myserver.com/background.png"]
-
PHP function:
page_background_url
echo create_save_as_pdf_pdfcrowd_button(array('page_background_url' => 'http://myserver.com/background.png'));
Apply each page of a background to the corresponding page of the output PDF. A background can be either a PDF or an image.
Constraint:
- The file must exist and not be empty.
Examples:
-
Plugin
Expert Settings tab →
Watermark & Background section →
Multipage Background
option
/home/user/john/background.png
-
Shortcode:
multipage_background
[save_as_pdf_pdfcrowd multipage_background="/home/user/john/background.png"]
-
PHP function:
multipage_background
echo create_save_as_pdf_pdfcrowd_button(array('multipage_background' => '/home/user/john/background.png'));
Load a file from the specified URL and apply each page of the file as a background to the corresponding page of the output PDF. A background can be either a PDF or an image.
Constraint:
- Supported protocols are http:// and https://.
Examples:
-
Plugin
Expert Settings tab →
Watermark & Background section →
Multipage Background URL
option
http://myserver.com/background.png
-
Shortcode:
multipage_background_url
[save_as_pdf_pdfcrowd multipage_background_url="http://myserver.com/background.png"]
-
PHP function:
multipage_background_url
echo create_save_as_pdf_pdfcrowd_button(array('multipage_background_url' => 'http://myserver.com/background.png'));
The page background color in RGB or RGBA hexadecimal format. The color fills the entire page regardless of the margins.
Constraint:
- The value must be in RRGGBB or RRGGBBAA hexadecimal format.
Examples:
-
Plugin
Expert Settings tab →
Watermark & Background section →
Page Background Color
option
00ff0080
-
Shortcode:
page_background_color
[save_as_pdf_pdfcrowd page_background_color="00ff0080"]
-
PHP function:
page_background_color
echo create_save_as_pdf_pdfcrowd_button(array('page_background_color' => '00ff0080'));
General Options
Use the print version of the page if available (@media print).
Examples:
-
Plugin
Expert Settings tab →
General Options section →
Use Print Media
checkbox
-
Shortcode:
use_print_media
[save_as_pdf_pdfcrowd use_print_media=true]
-
PHP function:
use_print_media
echo create_save_as_pdf_pdfcrowd_button(array('use_print_media' => true));
Do not print the background graphics.
Examples:
-
Plugin
Expert Settings tab →
General Options section →
No Background
checkbox
-
Shortcode:
no_background
[save_as_pdf_pdfcrowd no_background=true]
-
PHP function:
no_background
echo create_save_as_pdf_pdfcrowd_button(array('no_background' => true));
Do not execute JavaScript.
Examples:
-
Plugin
Expert Settings tab →
General Options section →
Disable JavaScript
checkbox
-
Shortcode:
disable_javascript
[save_as_pdf_pdfcrowd disable_javascript=true]
-
PHP function:
disable_javascript
echo create_save_as_pdf_pdfcrowd_button(array('disable_javascript' => true));
Do not load images.
Examples:
-
Plugin
Expert Settings tab →
General Options section →
Disable Image Loading
checkbox
-
Shortcode:
disable_image_loading
[save_as_pdf_pdfcrowd disable_image_loading=true]
-
PHP function:
disable_image_loading
echo create_save_as_pdf_pdfcrowd_button(array('disable_image_loading' => true));
Disable loading fonts from remote sources.
Examples:
-
Plugin
Expert Settings tab →
General Options section →
Disable Remote Fonts
checkbox
-
Shortcode:
disable_remote_fonts
[save_as_pdf_pdfcrowd disable_remote_fonts=true]
-
PHP function:
disable_remote_fonts
echo create_save_as_pdf_pdfcrowd_button(array('disable_remote_fonts' => true));
Use a mobile user agent.
Examples:
-
Plugin
Expert Settings tab →
General Options section →
Use Mobile User Agent
checkbox
-
Shortcode:
use_mobile_user_agent
[save_as_pdf_pdfcrowd use_mobile_user_agent=true]
-
PHP function:
use_mobile_user_agent
echo create_save_as_pdf_pdfcrowd_button(array('use_mobile_user_agent' => true));
Specifies how iframes are handled.
Examples:
-
Plugin
Expert Settings tab →
General Options section →
Load Iframes
option
Iframe loading is disabled.
-
Shortcode:
load_iframes
[save_as_pdf_pdfcrowd load_iframes="none"]
-
PHP function:
load_iframes
echo create_save_as_pdf_pdfcrowd_button(array('load_iframes' => 'none'));
Try to block ads. Enabling this option can produce smaller output and speed up the conversion.
Examples:
-
Plugin
Expert Settings tab →
General Options section →
Block Ads
checkbox
-
Shortcode:
block_ads
[save_as_pdf_pdfcrowd block_ads=true]
-
PHP function:
block_ads
echo create_save_as_pdf_pdfcrowd_button(array('block_ads' => true));
Set the default HTML content text encoding.
Examples:
-
Plugin
Expert Settings tab →
General Options section →
Default Encoding
option
utf-8
-
Shortcode:
default_encoding
[save_as_pdf_pdfcrowd default_encoding="utf-8"]
-
PHP function:
default_encoding
echo create_save_as_pdf_pdfcrowd_button(array('default_encoding' => 'utf-8'));
Set the locale for the conversion. This may affect the output format of dates, times and numbers.
Examples:
-
Plugin
Expert Settings tab →
General Options section →
Locale
option
ja-JP
-
Shortcode:
locale
[save_as_pdf_pdfcrowd locale="ja-JP"]
-
PHP function:
locale
echo create_save_as_pdf_pdfcrowd_button(array('locale' => 'ja-JP'));
Set the HTTP authentication user name.
Examples:
-
Plugin
Expert Settings tab →
General Options section →
HTTP Auth User Name
option
John
-
Shortcode:
http_auth_user_name
[save_as_pdf_pdfcrowd http_auth_user_name="John"]
-
PHP function:
http_auth_user_name
echo create_save_as_pdf_pdfcrowd_button(array('http_auth_user_name' => 'John'));
Set the HTTP authentication password.
Examples:
-
Plugin
Expert Settings tab →
General Options section →
HTTP Auth Password
option
123456
-
Shortcode:
http_auth_password
[save_as_pdf_pdfcrowd http_auth_password="123456"]
-
PHP function:
http_auth_password
echo create_save_as_pdf_pdfcrowd_button(array('http_auth_password' => '123456'));
Set HTTP cookies to be included in all requests made by the converter.
Examples:
-
Plugin
Expert Settings tab →
General Options section →
Cookies
option
session=6d7184b3bf35;token=2710
-
Shortcode:
cookies
[save_as_pdf_pdfcrowd cookies="session=6d7184b3bf35;token=2710"]
-
PHP function:
cookies
echo create_save_as_pdf_pdfcrowd_button(array('cookies' => 'session=6d7184b3bf35;token=2710'));
Do not allow insecure HTTPS connections.
Examples:
-
Plugin
Expert Settings tab →
General Options section →
Verify SSL Certificates
checkbox
-
Shortcode:
verify_ssl_certificates
[save_as_pdf_pdfcrowd verify_ssl_certificates=true]
-
PHP function:
verify_ssl_certificates
echo create_save_as_pdf_pdfcrowd_button(array('verify_ssl_certificates' => true));
Abort the conversion if the main URL HTTP status code is greater than or equal to 400.
Examples:
-
Plugin
Expert Settings tab →
General Options section →
Fail On Main URL Error
checkbox
-
Shortcode:
fail_on_main_url_error
[save_as_pdf_pdfcrowd fail_on_main_url_error=true]
-
PHP function:
fail_on_main_url_error
echo create_save_as_pdf_pdfcrowd_button(array('fail_on_main_url_error' => true));
Abort the conversion if any of the sub-request HTTP status code is greater than or equal to 400 or if some sub-requests are still pending. See details in a debug log.
Examples:
-
Plugin
Expert Settings tab →
General Options section →
Fail On Any URL Error
checkbox
-
Shortcode:
fail_on_any_url_error
[save_as_pdf_pdfcrowd fail_on_any_url_error=true]
-
PHP function:
fail_on_any_url_error
echo create_save_as_pdf_pdfcrowd_button(array('fail_on_any_url_error' => true));
Do not send the X-Pdfcrowd HTTP header in PDFCrowd HTTP requests.
Examples:
-
Plugin
Expert Settings tab →
General Options section →
No X-Pdfcrowd Header
checkbox
-
Shortcode:
no_xpdfcrowd_header
[save_as_pdf_pdfcrowd no_xpdfcrowd_header=true]
-
PHP function:
no_xpdfcrowd_header
echo create_save_as_pdf_pdfcrowd_button(array('no_xpdfcrowd_header' => true));
Specifies behavior in presence of CSS @page rules. It may affect the page size, margins and orientation.
Allowed values:
-
default
The PDFCrowd API page settings are preferred.
-
mode1
The converter version 18.10 mode.
-
mode2
CSS @page rule is preferred.
Default: default
Examples:
-
Plugin
Expert Settings tab →
General Options section →
CSS Page Rule Mode
option
CSS @page rule is preferred.
-
Shortcode:
css_page_rule_mode
[save_as_pdf_pdfcrowd css_page_rule_mode="mode2"]
-
PHP function:
css_page_rule_mode
echo create_save_as_pdf_pdfcrowd_button(array('css_page_rule_mode' => 'mode2'));
Apply custom CSS to the input HTML document. It allows you to modify the visual appearance and layout of your HTML content dynamically. Tip: Using !important in custom CSS provides a way to prioritize and override conflicting styles.
Examples:
-
Plugin
Basic Settings tab →
General Options section →
Custom CSS
option
nav, #ad-block { display: none !important; }
-
Shortcode:
custom_css
[save_as_pdf_pdfcrowd custom_css="nav, #ad-block { display: none !important; }"]
-
PHP function:
custom_css
echo create_save_as_pdf_pdfcrowd_button(array('custom_css' => 'nav, #ad-block { display: none !important; }'));
Run a custom JavaScript after the document is loaded and ready to print. The script is intended for post-load DOM manipulation (add/remove elements, update CSS, ...). In addition to the standard browser APIs, the custom JavaScript code can use helper functions from our
JavaScript library.
Examples:
-
Plugin
Basic Settings tab →
General Options section →
Custom JavaScript
option
document.body.style.setProperty('background-color', 'gray', 'important')
-
Shortcode:
custom_javascript
[save_as_pdf_pdfcrowd custom_javascript="document.body.style.setProperty('background-color', 'gray', 'important')"]
-
PHP function:
custom_javascript
echo create_save_as_pdf_pdfcrowd_button(array('custom_javascript' => 'document.body.style.setProperty("background-color", "gray", "important")'));
Run a custom JavaScript right after the document is loaded. The script is intended for early DOM manipulation (add/remove elements, update CSS, ...). In addition to the standard browser APIs, the custom JavaScript code can use helper functions from our
JavaScript library.
Examples:
-
Plugin
Expert Settings tab →
General Options section →
On Load JavaScript
option
document.body.style.setProperty('background-color', 'gray', 'important')
-
Shortcode:
on_load_javascript
[save_as_pdf_pdfcrowd on_load_javascript="document.body.style.setProperty('background-color', 'gray', 'important')"]
-
PHP function:
on_load_javascript
echo create_save_as_pdf_pdfcrowd_button(array('on_load_javascript' => 'document.body.style.setProperty("background-color", "gray", "important")'));
Set a custom HTTP header to be included in all requests made by the converter.
Examples:
-
Plugin
Expert Settings tab →
General Options section →
Custom HTTP Header
option
X-My-Client-ID:k2017-12345
-
Shortcode:
custom_http_header
[save_as_pdf_pdfcrowd custom_http_header="X-My-Client-ID:k2017-12345"]
-
PHP function:
custom_http_header
echo create_save_as_pdf_pdfcrowd_button(array('custom_http_header' => 'X-My-Client-ID:k2017-12345'));
Wait the specified number of milliseconds to finish all JavaScript after the document is loaded. Your license defines the maximum wait time by "Max Delay" parameter.
Constraint:
- Must be a positive integer or 0.
Default: 200
Examples:
-
Plugin
Expert Settings tab →
General Options section →
JavaScript Delay
option
2000
-
Shortcode:
javascript_delay
[save_as_pdf_pdfcrowd javascript_delay=2000]
-
PHP function:
javascript_delay
echo create_save_as_pdf_pdfcrowd_button(array('javascript_delay' => 2000));
Convert only the specified element from the main document and its children. The element is specified by one or more
CSS selectors. If the element is not found, the conversion fails. If multiple elements are found, the first one is used.
Examples:
-
Plugin
Basic Settings tab →
General Options section →
Element To Convert
option
div.user-panel.main p.article
-
Shortcode:
element_to_convert
[save_as_pdf_pdfcrowd element_to_convert="div.user-panel.main p.article"]
-
PHP function:
element_to_convert
echo create_save_as_pdf_pdfcrowd_button(array('element_to_convert' => 'div.user-panel.main p.article'));
Specify the DOM handling when only a part of the document is converted. This can affect the CSS rules used.
Allowed values:
-
cut-out
The element and its children are cut out of the document.
-
remove-siblings
All element's siblings are removed.
-
hide-siblings
All element's siblings are hidden.
Default: cut-out
Examples:
-
Plugin
Expert Settings tab →
General Options section →
Element To Convert Mode
option
All element's siblings are hidden.
-
Shortcode:
element_to_convert_mode
[save_as_pdf_pdfcrowd element_to_convert_mode="hide-siblings"]
-
PHP function:
element_to_convert_mode
echo create_save_as_pdf_pdfcrowd_button(array('element_to_convert_mode' => 'hide-siblings'));
Wait for the specified element in a source document. The element is specified by one or more
CSS selectors. The element is searched for in the main document and all iframes. If the element is not found, the conversion fails. Your license defines the maximum wait time by "Max Delay" parameter.
Examples:
-
Plugin
Expert Settings tab →
General Options section →
Wait For Element
option
div.user-panel.main p.article
-
Shortcode:
wait_for_element
[save_as_pdf_pdfcrowd wait_for_element="div.user-panel.main p.article"]
-
PHP function:
wait_for_element
echo create_save_as_pdf_pdfcrowd_button(array('wait_for_element' => 'div.user-panel.main p.article'));
Auto Detect Element To Convert
The main HTML element for conversion is detected automatically.
Examples:
-
Plugin
Expert Settings tab →
General Options section →
Auto Detect Element To Convert
checkbox
-
Shortcode:
auto_detect_element_to_convert
[save_as_pdf_pdfcrowd auto_detect_element_to_convert=true]
-
PHP function:
auto_detect_element_to_convert
echo create_save_as_pdf_pdfcrowd_button(array('auto_detect_element_to_convert' => true));
The input HTML is automatically enhanced to improve the readability.
Allowed values:
-
none
No enhancements are used.
-
readability-v1
Version 1 of the enhancements is used.
-
readability-v2
Version 2 of the enhancements is used.
-
readability-v3
Version 3 of the enhancements is used.
-
readability-v4
Version 4 of the enhancements is used.
Default: none
Examples:
-
Plugin
Expert Settings tab →
General Options section →
Readability Enhancements
option
Version 4 of the enhancements is used.
-
Shortcode:
readability_enhancements
[save_as_pdf_pdfcrowd readability_enhancements="readability-v4"]
-
PHP function:
readability_enhancements
echo create_save_as_pdf_pdfcrowd_button(array('readability_enhancements' => 'readability-v4'));
Print Resolution
Set the viewport width in pixels. The viewport is the user's visible area of the page.
Constraint:
- The accepted range is 96-65000.
Examples:
-
Plugin
Expert Settings tab →
Print Resolution section →
Viewport Width
option
1920
-
Shortcode:
viewport_width
[save_as_pdf_pdfcrowd viewport_width=1920]
-
PHP function:
viewport_width
echo create_save_as_pdf_pdfcrowd_button(array('viewport_width' => 1920));
Set the viewport height in pixels. The viewport is the user's visible area of the page. If the input HTML uses lazily loaded images, try using a large value that covers the entire height of the HTML, e.g. 100000.
Constraint:
- Must be a positive integer.
Examples:
-
Plugin
Expert Settings tab →
Print Resolution section →
Viewport Height
option
15000
-
Shortcode:
viewport_height
[save_as_pdf_pdfcrowd viewport_height=15000]
-
PHP function:
viewport_height
echo create_save_as_pdf_pdfcrowd_button(array('viewport_height' => 15000));
Set the rendering mode of the page, allowing control over how content is displayed.
Allowed values:
-
default
The mode based on the standard browser print functionality.
-
viewport
Adapts the rendering according to the specified viewport width, influencing the @media (min-width) and @media (max-width) CSS properties. This mode is ideal for previewing different responsive designs of a web page, such as mobile or desktop views, by choosing the appropriate viewport size.
Examples:
-
Plugin
Expert Settings tab →
Print Resolution section →
Rendering Mode
option
Adapts the rendering according to the specified viewport width, influencing the @media (min-width) and @media (max-width) CSS properties. This mode is ideal for previewing different responsive designs of a web page, such as mobile or desktop views, by choosing the appropriate viewport size.
-
Shortcode:
rendering_mode
[save_as_pdf_pdfcrowd rendering_mode="viewport"]
-
PHP function:
rendering_mode
echo create_save_as_pdf_pdfcrowd_button(array('rendering_mode' => 'viewport'));
Specifies the scaling mode used for fitting the HTML contents to the print area.
Allowed values:
-
default
The mode based on the standard browser print functionality.
-
disabled
No smart scaling is performed.
-
viewport-fit
The viewport width fits the print area width.
-
content-fit
The HTML contents width fits the print area width.
-
single-page-fit
The whole HTML contents fits the print area of a single page.
-
single-page-fit-ex
The whole HTML contents fits the print area of a single page with respect to the page height/width ratio.
-
mode1
Scaling mode 1 is applied.
Examples:
-
Plugin
Expert Settings tab →
Print Resolution section →
Smart Scaling Mode
option
Scaling mode 1 is applied.
-
Shortcode:
smart_scaling_mode
[save_as_pdf_pdfcrowd smart_scaling_mode="mode1"]
-
PHP function:
smart_scaling_mode
echo create_save_as_pdf_pdfcrowd_button(array('smart_scaling_mode' => 'mode1'));
Set the scaling factor (zoom) for the main page area.
Constraint:
- The accepted range is 10-500.
Default: 100
Examples:
-
Plugin
Expert Settings tab →
Print Resolution section →
Scale Factor
option
50
-
Shortcode:
scale_factor
[save_as_pdf_pdfcrowd scale_factor=50]
-
PHP function:
scale_factor
echo create_save_as_pdf_pdfcrowd_button(array('scale_factor' => 50));
Set the quality of embedded JPEG images. A lower quality results in a smaller PDF file but can lead to compression artifacts.
Constraint:
- The accepted range is 1-100.
Default: 100
Examples:
-
Plugin
Expert Settings tab →
Print Resolution section →
JPEG Quality
option
70
-
Shortcode:
jpeg_quality
[save_as_pdf_pdfcrowd jpeg_quality=70]
-
PHP function:
jpeg_quality
echo create_save_as_pdf_pdfcrowd_button(array('jpeg_quality' => 70));
Specify which image types will be converted to JPEG. Converting lossless compression image formats (PNG, GIF, ...) to JPEG may result in a smaller PDF file.
Allowed values:
-
none
No image conversion is done.
-
opaque
Only opaque images are converted to JPEG images.
-
all
All images are converted to JPEG images. The JPEG format does not support transparency so the transparent color is replaced by a PDF page background color.
Default: none
Examples:
-
Plugin
Expert Settings tab →
Print Resolution section →
Convert Images To JPEG
option
All images are converted to JPEG images. The JPEG format does not support transparency so the transparent color is replaced by a PDF page background color.
-
Shortcode:
convert_images_to_jpeg
[save_as_pdf_pdfcrowd convert_images_to_jpeg="all"]
-
PHP function:
convert_images_to_jpeg
echo create_save_as_pdf_pdfcrowd_button(array('convert_images_to_jpeg' => 'all'));
Set the DPI of images in PDF. A lower DPI may result in a smaller PDF file. If the specified DPI is higher than the actual image DPI, the original image DPI is retained (no upscaling is performed). Use 0 to leave the images unaltered.
Constraint:
- Must be a positive integer or 0.
Default: 0
Examples:
-
Plugin
Expert Settings tab →
Print Resolution section →
Image DPI
option
300
-
Shortcode:
image_dpi
[save_as_pdf_pdfcrowd image_dpi=300]
-
PHP function:
image_dpi
echo create_save_as_pdf_pdfcrowd_button(array('image_dpi' => 300));
Miscellaneous values for PDF output.
Convert HTML forms to fillable PDF forms. Details can be found in the
blog post.
Examples:
-
Plugin
Expert Settings tab →
PDF Format section →
Enable PDF Forms
checkbox
-
Shortcode:
enable_pdf_forms
[save_as_pdf_pdfcrowd enable_pdf_forms=true]
-
PHP function:
enable_pdf_forms
echo create_save_as_pdf_pdfcrowd_button(array('enable_pdf_forms' => true));
Create linearized PDF. This is also known as Fast Web View.
Examples:
-
Plugin
Expert Settings tab →
PDF Format section →
Linearize
checkbox
-
Shortcode:
linearize
[save_as_pdf_pdfcrowd linearize=true]
-
PHP function:
linearize
echo create_save_as_pdf_pdfcrowd_button(array('linearize' => true));
Encrypt the PDF. This prevents search engines from indexing the contents.
Examples:
-
Plugin
Expert Settings tab →
PDF Format section →
Encrypt
checkbox
-
Shortcode:
encrypt
[save_as_pdf_pdfcrowd encrypt=true]
-
PHP function:
encrypt
echo create_save_as_pdf_pdfcrowd_button(array('encrypt' => true));
Protect the PDF with a user password. When a PDF has a user password, it must be supplied in order to view the document and to perform operations allowed by the access permissions.
Examples:
-
Plugin
Expert Settings tab →
PDF Format section →
User Password
option
123456
-
Shortcode:
user_password
[save_as_pdf_pdfcrowd user_password="123456"]
-
PHP function:
user_password
echo create_save_as_pdf_pdfcrowd_button(array('user_password' => '123456'));
Protect the PDF with an owner password. Supplying an owner password grants unlimited access to the PDF including changing the passwords and access permissions.
Examples:
-
Plugin
Expert Settings tab →
PDF Format section →
Owner Password
option
123456
-
Shortcode:
owner_password
[save_as_pdf_pdfcrowd owner_password="123456"]
-
PHP function:
owner_password
echo create_save_as_pdf_pdfcrowd_button(array('owner_password' => '123456'));
Disallow printing of the output PDF.
Examples:
-
Plugin
Expert Settings tab →
PDF Format section →
No Print
checkbox
-
Shortcode:
no_print
[save_as_pdf_pdfcrowd no_print=true]
-
PHP function:
no_print
echo create_save_as_pdf_pdfcrowd_button(array('no_print' => true));
Disallow modification of the output PDF.
Examples:
-
Plugin
Expert Settings tab →
PDF Format section →
No Modify
checkbox
-
Shortcode:
no_modify
[save_as_pdf_pdfcrowd no_modify=true]
-
PHP function:
no_modify
echo create_save_as_pdf_pdfcrowd_button(array('no_modify' => true));
Disallow text and graphics extraction from the output PDF.
Examples:
-
Plugin
Expert Settings tab →
PDF Format section →
No Copy
checkbox
-
Shortcode:
no_copy
[save_as_pdf_pdfcrowd no_copy=true]
-
PHP function:
no_copy
echo create_save_as_pdf_pdfcrowd_button(array('no_copy' => true));
Set the title of the PDF.
Examples:
-
Plugin
Expert Settings tab →
PDF Format section →
Title
option
My Resume
-
Shortcode:
title
[save_as_pdf_pdfcrowd title="My Resume"]
-
PHP function:
title
echo create_save_as_pdf_pdfcrowd_button(array('title' => 'My Resume'));
Set the subject of the PDF.
Examples:
-
Plugin
Expert Settings tab →
PDF Format section →
Subject
option
CV - Software Developer
-
Shortcode:
subject
[save_as_pdf_pdfcrowd subject="CV - Software Developer"]
-
PHP function:
subject
echo create_save_as_pdf_pdfcrowd_button(array('subject' => 'CV - Software Developer'));
Set the author of the PDF.
Examples:
-
Plugin
Expert Settings tab →
PDF Format section →
Author
option
John Doe
-
Shortcode:
author
[save_as_pdf_pdfcrowd author="John Doe"]
-
PHP function:
author
echo create_save_as_pdf_pdfcrowd_button(array('author' => 'John Doe'));
Associate keywords with the document.
Examples:
-
Plugin
Expert Settings tab →
PDF Format section →
Keywords
option
software developer, Unix, databases
-
Shortcode:
keywords
[save_as_pdf_pdfcrowd keywords="software developer, Unix, databases"]
-
PHP function:
keywords
echo create_save_as_pdf_pdfcrowd_button(array('keywords' => 'software developer, Unix, databases'));
Extract meta tags (author, keywords and description) from the input HTML and use them in the output PDF.
Examples:
-
Plugin
Expert Settings tab →
PDF Format section →
Extract Meta Tags
checkbox
-
Shortcode:
extract_meta_tags
[save_as_pdf_pdfcrowd extract_meta_tags=true]
-
PHP function:
extract_meta_tags
echo create_save_as_pdf_pdfcrowd_button(array('extract_meta_tags' => true));
Viewer Preferences
These preferences specify how a PDF viewer should present the document. The preferences may be ignored by some PDF viewers.
Specify the page layout to be used when the document is opened.
Allowed values:
-
single-page
Display one page at a time.
-
one-column
Display the pages in one column.
-
two-column-left
Display the pages in two columns, with odd-numbered pages on the left.
-
two-column-right
Display the pages in two columns, with odd-numbered pages on the right.
Examples:
-
Plugin
Expert Settings tab →
Viewer Preferences section →
Page Layout
option
Display the pages in two columns, with odd-numbered pages on the right.
-
Shortcode:
page_layout
[save_as_pdf_pdfcrowd page_layout="two-column-right"]
-
PHP function:
page_layout
echo create_save_as_pdf_pdfcrowd_button(array('page_layout' => 'two-column-right'));
Specify how the document should be displayed when opened.
Examples:
-
Plugin
Expert Settings tab →
Viewer Preferences section →
Page Mode
option
Document outline is visible.
-
Shortcode:
page_mode
[save_as_pdf_pdfcrowd page_mode="outlines"]
-
PHP function:
page_mode
echo create_save_as_pdf_pdfcrowd_button(array('page_mode' => 'outlines'));
Specify how the page should be displayed when opened.
Allowed values:
-
fit-width
The page content is magnified just enough to fit the entire width of the page within the window.
-
fit-height
The page content is magnified just enough to fit the entire height of the page within the window.
-
fit-page
The page content is magnified just enough to fit the entire page within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the page within the window in the other dimension.
Examples:
-
Plugin
Expert Settings tab →
Viewer Preferences section →
Initial Zoom Type
option
The page content is magnified just enough to fit the entire page within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the page within the window in the other dimension.
-
Shortcode:
initial_zoom_type
[save_as_pdf_pdfcrowd initial_zoom_type="fit-page"]
-
PHP function:
initial_zoom_type
echo create_save_as_pdf_pdfcrowd_button(array('initial_zoom_type' => 'fit-page'));
Display the specified page when the document is opened.
Constraint:
- Must be a positive integer.
Examples:
-
Plugin
Expert Settings tab →
Viewer Preferences section →
Initial Page
option
2
-
Shortcode:
initial_page
[save_as_pdf_pdfcrowd initial_page=2]
-
PHP function:
initial_page
echo create_save_as_pdf_pdfcrowd_button(array('initial_page' => 2));
Specify the initial page zoom in percents when the document is opened.
Constraint:
- Must be a positive integer.
Examples:
-
Plugin
Expert Settings tab →
Viewer Preferences section →
Initial Zoom
option
50
-
Shortcode:
initial_zoom
[save_as_pdf_pdfcrowd initial_zoom=50]
-
PHP function:
initial_zoom
echo create_save_as_pdf_pdfcrowd_button(array('initial_zoom' => 50));
Specify whether to hide the viewer application's tool bars when the document is active.
Examples:
-
Plugin
Expert Settings tab →
Viewer Preferences section →
Hide Toolbar
checkbox
-
Shortcode:
hide_toolbar
[save_as_pdf_pdfcrowd hide_toolbar=true]
-
PHP function:
hide_toolbar
echo create_save_as_pdf_pdfcrowd_button(array('hide_toolbar' => true));
Specify whether to hide the viewer application's menu bar when the document is active.
Examples:
-
Plugin
Expert Settings tab →
Viewer Preferences section →
Hide Menubar
checkbox
-
Shortcode:
hide_menubar
[save_as_pdf_pdfcrowd hide_menubar=true]
-
PHP function:
hide_menubar
echo create_save_as_pdf_pdfcrowd_button(array('hide_menubar' => true));
Specify whether to hide user interface elements in the document's window (such as scroll bars and navigation controls), leaving only the document's contents displayed.
Examples:
-
Plugin
Expert Settings tab →
Viewer Preferences section →
Hide Window UI
checkbox
-
Shortcode:
hide_window_ui
[save_as_pdf_pdfcrowd hide_window_ui=true]
-
PHP function:
hide_window_ui
echo create_save_as_pdf_pdfcrowd_button(array('hide_window_ui' => true));
Specify whether to resize the document's window to fit the size of the first displayed page.
Examples:
-
Plugin
Expert Settings tab →
Viewer Preferences section →
Fit Window
checkbox
-
Shortcode:
fit_window
[save_as_pdf_pdfcrowd fit_window=true]
-
PHP function:
fit_window
echo create_save_as_pdf_pdfcrowd_button(array('fit_window' => true));
Specify whether to position the document's window in the center of the screen.
Examples:
-
Plugin
Expert Settings tab →
Viewer Preferences section →
Center Window
checkbox
-
Shortcode:
center_window
[save_as_pdf_pdfcrowd center_window=true]
-
PHP function:
center_window
echo create_save_as_pdf_pdfcrowd_button(array('center_window' => true));
Specify whether the window's title bar should display the document title. If false , the title bar should instead display the name of the PDF file containing the document.
Examples:
-
Plugin
Expert Settings tab →
Viewer Preferences section →
Display Title
checkbox
-
Shortcode:
display_title
[save_as_pdf_pdfcrowd display_title=true]
-
PHP function:
display_title
echo create_save_as_pdf_pdfcrowd_button(array('display_title' => true));
Set the predominant reading order for text to right-to-left. This option has no direct effect on the document's contents or page numbering but can be used to determine the relative positioning of pages when displayed side by side or printed n-up
Examples:
-
Plugin
Expert Settings tab →
Viewer Preferences section →
Right To Left
checkbox
-
Shortcode:
right_to_left
[save_as_pdf_pdfcrowd right_to_left=true]
-
PHP function:
right_to_left
echo create_save_as_pdf_pdfcrowd_button(array('right_to_left' => true));
Data
Methods related to HTML template rendering.
Set the input data for template rendering. The data format can be JSON, XML, YAML or CSV.
Examples:
-
Plugin
Expert Settings tab →
Data section →
Data String
option
{"recipient": "Anna May", "sender": "John Doe"}
-
Shortcode:
data_string
[save_as_pdf_pdfcrowd data_string="{'recipient': 'Anna May', 'sender': 'John Doe'}"]
-
PHP function:
data_string
echo create_save_as_pdf_pdfcrowd_button(array('data_string' => '{"recipient": "Anna May", "sender": "John Doe"}'));
Load the input data for template rendering from the specified file. The data format can be JSON, XML, YAML or CSV.
Examples:
-
Plugin
Expert Settings tab →
Data section →
Data File
option
/home/user/john/data.json
-
Shortcode:
data_file
[save_as_pdf_pdfcrowd data_file="/home/user/john/data.json"]
-
PHP function:
data_file
echo create_save_as_pdf_pdfcrowd_button(array('data_file' => '/home/user/john/data.json'));
Specify the input data format.
Examples:
-
Plugin
Expert Settings tab →
Data section →
Data Format
option
csv
-
Shortcode:
data_format
[save_as_pdf_pdfcrowd data_format="csv"]
-
PHP function:
data_format
echo create_save_as_pdf_pdfcrowd_button(array('data_format' => 'csv'));
Examples:
-
Plugin
Expert Settings tab →
Data section →
Data Encoding
option
iso8859-2
-
Shortcode:
data_encoding
[save_as_pdf_pdfcrowd data_encoding="iso8859-2"]
-
PHP function:
data_encoding
echo create_save_as_pdf_pdfcrowd_button(array('data_encoding' => 'iso8859-2'));
Ignore undefined variables in the HTML template. The default mode is strict so any undefined variable causes the conversion to fail. You can use {% if variable is defined %} to check if the variable is defined.
Examples:
-
Plugin
Expert Settings tab →
Data section →
Data Ignore Undefined
checkbox
-
Shortcode:
data_ignore_undefined
[save_as_pdf_pdfcrowd data_ignore_undefined=true]
-
PHP function:
data_ignore_undefined
echo create_save_as_pdf_pdfcrowd_button(array('data_ignore_undefined' => true));
Auto escape HTML symbols in the input data before placing them into the output.
Examples:
-
Plugin
Expert Settings tab →
Data section →
Data Auto Escape
checkbox
-
Shortcode:
data_auto_escape
[save_as_pdf_pdfcrowd data_auto_escape=true]
-
PHP function:
data_auto_escape
echo create_save_as_pdf_pdfcrowd_button(array('data_auto_escape' => true));
Auto trim whitespace around each template command block.
Examples:
-
Plugin
Expert Settings tab →
Data section →
Data Trim Blocks
checkbox
-
Shortcode:
data_trim_blocks
[save_as_pdf_pdfcrowd data_trim_blocks=true]
-
PHP function:
data_trim_blocks
echo create_save_as_pdf_pdfcrowd_button(array('data_trim_blocks' => true));
Set the advanced data options:
- csv_delimiter - The CSV data delimiter, the default is ,.
- xml_remove_root - Remove the root XML element from the input data.
- data_root - The name of the root element inserted into the input data without a root node (e.g. CSV), the default is data.
Examples:
-
Plugin
Expert Settings tab →
Data section →
Data Options
option
xml_remove_root=1
-
Shortcode:
data_options
[save_as_pdf_pdfcrowd data_options="xml_remove_root=1"]
-
PHP function:
data_options
echo create_save_as_pdf_pdfcrowd_button(array('data_options' => 'xml_remove_root=1'));
Miscellaneous
Turn on the debug logging. Details about the conversion are stored in the debug log. The debug log is available in
conversion statistics.
Examples:
-
Plugin
Expert Settings tab →
Miscellaneous section →
Debug Log
checkbox
-
Shortcode:
debug_log
[save_as_pdf_pdfcrowd debug_log=true]
-
PHP function:
debug_log
echo create_save_as_pdf_pdfcrowd_button(array('debug_log' => true));
Tag the conversion with a custom value. The tag is used in
conversion statistics. A value longer than 32 characters is cut off.
Examples:
-
Plugin
Expert Settings tab →
Miscellaneous section →
Tag
option
client-1234
-
Shortcode:
tag
[save_as_pdf_pdfcrowd tag="client-1234"]
-
PHP function:
tag
echo create_save_as_pdf_pdfcrowd_button(array('tag' => 'client-1234'));
A proxy server used by the conversion process for accessing the source URLs with HTTP scheme. It can help to circumvent regional restrictions or provide limited access to your intranet.
Constraint:
- The value must have format DOMAIN_OR_IP_ADDRESS:PORT.
Examples:
-
Plugin
Expert Settings tab →
Miscellaneous section →
HTTP Proxy
option
113.25.84.10:33333
-
Shortcode:
http_proxy
[save_as_pdf_pdfcrowd http_proxy="113.25.84.10:33333"]
-
PHP function:
http_proxy
echo create_save_as_pdf_pdfcrowd_button(array('http_proxy' => '113.25.84.10:33333'));
A proxy server used by the conversion process for accessing the source URLs with HTTPS scheme. It can help to circumvent regional restrictions or provide limited access to your intranet.
Constraint:
- The value must have format DOMAIN_OR_IP_ADDRESS:PORT.
Examples:
-
Plugin
Expert Settings tab →
Miscellaneous section →
HTTPS Proxy
option
113.25.84.10:44333
-
Shortcode:
https_proxy
[save_as_pdf_pdfcrowd https_proxy="113.25.84.10:44333"]
-
PHP function:
https_proxy
echo create_save_as_pdf_pdfcrowd_button(array('https_proxy' => '113.25.84.10:44333'));
A client certificate to authenticate the converter on your web server. The certificate is used for two-way SSL/TLS authentication and adds extra security.
Constraint:
- The file must exist and not be empty.
Examples:
-
Plugin
Expert Settings tab →
Miscellaneous section →
Client Certificate
option
/home/user/john/pdfcrowd.crt
-
Shortcode:
client_certificate
[save_as_pdf_pdfcrowd client_certificate="/home/user/john/pdfcrowd.crt"]
-
PHP function:
client_certificate
echo create_save_as_pdf_pdfcrowd_button(array('client_certificate' => '/home/user/john/pdfcrowd.crt'));
Client Certificate Password
A password for PKCS12 file with a client certificate if it is needed.
Examples:
-
Plugin
Expert Settings tab →
Miscellaneous section →
Client Certificate Password
option
123456
-
Shortcode:
client_certificate_password
[save_as_pdf_pdfcrowd client_certificate_password="123456"]
-
PHP function:
client_certificate_password
echo create_save_as_pdf_pdfcrowd_button(array('client_certificate_password' => '123456'));
Tweaks
Expert options for fine-tuning output.
Set the internal DPI resolution used for positioning of PDF contents. It can help in situations when there are small inaccuracies in the PDF. It is recommended to use values that are a multiple of 72, such as 288 or 360.
Constraint:
- The accepted range is 72-600.
Default: 300
Examples:
-
Plugin
Expert Settings tab →
Tweaks section →
Layout DPI
option
144
-
Shortcode:
layout_dpi
[save_as_pdf_pdfcrowd layout_dpi=144]
-
PHP function:
layout_dpi
echo create_save_as_pdf_pdfcrowd_button(array('layout_dpi' => 144));
Set the top left X coordinate of the content area. It is relative to the top left X coordinate of the print area.
Constraint:
- The value must be specified in inches 'in', millimeters 'mm', centimeters 'cm', pixels 'px', or points 'pt'. It may contain a negative value.
Default: 0in
Examples:
-
Plugin
Expert Settings tab →
Tweaks section →
Content Area X
option
2.5cm
-
Shortcode:
content_area_x
[save_as_pdf_pdfcrowd content_area_x="2.5cm"]
-
PHP function:
content_area_x
echo create_save_as_pdf_pdfcrowd_button(array('content_area_x' => '2.5cm'));
Set the top left Y coordinate of the content area. It is relative to the top left Y coordinate of the print area.
Constraint:
- The value must be specified in inches 'in', millimeters 'mm', centimeters 'cm', pixels 'px', or points 'pt'. It may contain a negative value.
Default: 0in
Examples:
-
Plugin
Expert Settings tab →
Tweaks section →
Content Area Y
option
2.5cm
-
Shortcode:
content_area_y
[save_as_pdf_pdfcrowd content_area_y="2.5cm"]
-
PHP function:
content_area_y
echo create_save_as_pdf_pdfcrowd_button(array('content_area_y' => '2.5cm'));
Set the width of the content area. It should be at least 1 inch.
Constraint:
- The value must be specified in inches 'in', millimeters 'mm', centimeters 'cm', pixels 'px', or points 'pt'.
Default: The width of the print area.
Examples:
-
Plugin
Expert Settings tab →
Tweaks section →
Content Area Width
option
25cm
-
Shortcode:
content_area_width
[save_as_pdf_pdfcrowd content_area_width="25cm"]
-
PHP function:
content_area_width
echo create_save_as_pdf_pdfcrowd_button(array('content_area_width' => '25cm'));
Set the height of the content area. It should be at least 1 inch.
Constraint:
- The value must be specified in inches 'in', millimeters 'mm', centimeters 'cm', pixels 'px', or points 'pt'.
Default: The height of the print area.
Examples:
-
Plugin
Expert Settings tab →
Tweaks section →
Content Area Height
option
25cm
-
Shortcode:
content_area_height
[save_as_pdf_pdfcrowd content_area_height="25cm"]
-
PHP function:
content_area_height
echo create_save_as_pdf_pdfcrowd_button(array('content_area_height' => '25cm'));
A 2D transformation matrix applied to the main contents on each page. The origin [0,0] is located at the top-left corner of the contents. The resolution is 72 dpi.
Examples:
-
Plugin
Expert Settings tab →
Tweaks section →
Contents Matrix
option
1,0,-10,0,1,-10
-
Shortcode:
contents_matrix
[save_as_pdf_pdfcrowd contents_matrix="1,0,-10,0,1,-10"]
-
PHP function:
contents_matrix
echo create_save_as_pdf_pdfcrowd_button(array('contents_matrix' => '1,0,-10,0,1,-10'));
A 2D transformation matrix applied to the page header contents. The origin [0,0] is located at the top-left corner of the header. The resolution is 72 dpi.
Examples:
-
Plugin
Expert Settings tab →
Tweaks section →
Header Matrix
option
1,0,-10,0,1,-10
-
Shortcode:
header_matrix
[save_as_pdf_pdfcrowd header_matrix="1,0,-10,0,1,-10"]
-
PHP function:
header_matrix
echo create_save_as_pdf_pdfcrowd_button(array('header_matrix' => '1,0,-10,0,1,-10'));
A 2D transformation matrix applied to the page footer contents. The origin [0,0] is located at the top-left corner of the footer. The resolution is 72 dpi.
Examples:
-
Plugin
Expert Settings tab →
Tweaks section →
Footer Matrix
option
1,0,-10,0,1,-10
-
Shortcode:
footer_matrix
[save_as_pdf_pdfcrowd footer_matrix="1,0,-10,0,1,-10"]
-
PHP function:
footer_matrix
echo create_save_as_pdf_pdfcrowd_button(array('footer_matrix' => '1,0,-10,0,1,-10'));
Disable Page Height Optimization
Disable automatic height adjustment that compensates for pixel to point rounding errors.
Examples:
-
Plugin
Expert Settings tab →
Tweaks section →
Disable Page Height Optimization
checkbox
-
Shortcode:
disable_page_height_optimization
[save_as_pdf_pdfcrowd disable_page_height_optimization=true]
-
PHP function:
disable_page_height_optimization
echo create_save_as_pdf_pdfcrowd_button(array('disable_page_height_optimization' => true));
Main Document CSS Annotation
Add special CSS classes to the main document's body element. This allows applying custom styling based on these classes:
- pdfcrowd-page-X - where X is the current page number
- pdfcrowd-page-odd - odd page
- pdfcrowd-page-even - even page
Warning
If your custom styling affects the contents area size (e.g. by using different margins, padding, border width), the resulting PDF may contain duplicit contents or some contents may be missing.
Examples:
Add special CSS classes to the header/footer's body element. This allows applying custom styling based on these classes:
- pdfcrowd-page-X - where X is the current page number
- pdfcrowd-page-count-X - where X is the total page count
- pdfcrowd-page-first - the first page
- pdfcrowd-page-last - the last page
- pdfcrowd-page-odd - odd page
- pdfcrowd-page-even - even page
Examples:
Set the maximum time to load the page and its resources. After this time, all requests will be considered successful. This can be useful to ensure that the conversion does not timeout. Use this method if there is no other way to fix page loading.
Constraint:
- The accepted range is 10-30.
Examples:
-
Plugin
Expert Settings tab →
Tweaks section →
Max Loading Time
option
-
Shortcode:
max_loading_time
-
PHP function:
max_loading_time
Allows to configure conversion via JSON. The configuration defines various page settings for individual PDF pages or ranges of pages. It provides flexibility in designing each page of the PDF, giving control over each page's size, header, footer etc. If a page or parameter is not explicitly specified, the system will use the default settings for that page or attribute. If a JSON configuration is provided, the settings in the JSON will take precedence over the global options.
The structure of the JSON must be:
- pageSetup: An array of objects where each object defines the configuration for a specific page or range of pages. The following properties can be set for each page object:
-
pages:
A comma-separated list of page numbers or ranges.
Special strings may be used, such as `odd`, `even` and `last`.
For example:
- 1-: from page 1 to the end of the document
- 2: only the 2nd page
- 2,4,6: pages 2, 4, and 6
- 2-5: pages 2 through 5
- odd,2: the 2nd page and all odd pages
- pageSize: The page size (optional).
Possible values: A0, A1, A2, A3, A4, A5, A6, Letter.
- pageWidth: The width of the page (optional).
- pageHeight: The height of the page (optional).
- marginLeft: Left margin (optional).
- marginRight: Right margin (optional).
- marginTop: Top margin (optional).
- marginBottom: Bottom margin (optional).
-
displayHeader: Header appearance (optional). Possible values:
- none: completely excluded
- space: only the content is excluded, the space is used
- content: the content is printed (default)
-
displayFooter: Footer appearance (optional). Possible values:
- none: completely excluded
- space: only the content is excluded, the space is used
- content: the content is printed (default)
- headerHeight: Height of the header (optional).
- footerHeight: Height of the footer (optional).
- orientation: Page orientation, such as "portrait" or "landscape" (optional).
- backgroundColor: Page background color in RRGGBB or RRGGBBAA hexadecimal format (optional).
Dimensions may be empty, 0 or specified in inches 'in', millimeters 'mm', centimeters 'cm', pixels 'px', or points 'pt'.
Examples:
-
Plugin
Expert Settings tab →
Tweaks section →
Conversion Config
option
{
"pageSetup": [
{
"pages": "1-",
"displayHeader": "none",
"displayFooter": "none"
},
{
"pages": "1",
"displayHeader": "content"
},
{
"pages": "last",
"displayFooter": "content"
}
]
}
Allows to configure the conversion process via JSON file. See details of the
JSON string.
Constraint:
- The file must exist and not be empty.
Examples:
-
Plugin
Expert Settings tab →
Tweaks section →
Conversion Config File
option
/home/user/john/conv_config.json
-
Shortcode:
conversion_config_file
[save_as_pdf_pdfcrowd conversion_config_file="/home/user/john/conv_config.json"]
-
PHP function:
conversion_config_file
echo create_save_as_pdf_pdfcrowd_button(array('conversion_config_file' => '/home/user/john/conv_config.json'));
Specifies the User-Agent HTTP header that will be used by the converter when a request is made to the converted web page.
Allowed values:
-
chrome-desktop
The user-agent for desktop chrome corresponding to the converter used.
-
chrome-mobile
The user-agent for mobile chrome corresponding to the converter used.
-
latest-chrome-desktop
The user-agent of the recently released Chrome browser on desktops.
-
latest-chrome-mobile
The user-agent of the recently released Chrome browser on mobile devices.
-
A custom string for the user agent.
Default: latest-chrome-desktop
Examples:
-
Plugin
Expert Settings tab →
Tweaks section →
Converter User Agent
option
Mozilla/5.0 (Macintosh; Intel Mac OS X 14_7_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Safari/605.1.15
-
Shortcode:
converter_user_agent
[save_as_pdf_pdfcrowd converter_user_agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 14_7_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Safari/605.1.15"]
-
PHP function:
converter_user_agent
echo create_save_as_pdf_pdfcrowd_button(array('converter_user_agent' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_7_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Safari/605.1.15'));
API Client Options
Set the converter version. Different versions may produce different output. Choose which one provides the best output for your case.
Allowed values:
-
24.04
Version 24.04.
-
20.10
Version 20.10.
-
18.10
Version 18.10.
Default: 24.04
Examples:
-
Plugin
Expert Settings tab →
API Client Options section →
Converter Version
option
Version 20.10 is used.
-
Shortcode:
converter_version
[save_as_pdf_pdfcrowd converter_version="latest"]
-
PHP function:
converter_version
echo create_save_as_pdf_pdfcrowd_button(array('converter_version' => 'latest'));
Specify whether to use HTTP or HTTPS when connecting to the PDFCrowd API.
Warning
Using HTTP is insecure as data sent over HTTP is not encrypted. Enable this option only if you know what you are doing.
Examples:
-
Plugin
Expert Settings tab →
API Client Options section →
Use HTTP
checkbox
-
Shortcode:
use_http
[save_as_pdf_pdfcrowd use_http=true]
-
PHP function:
use_http
echo create_save_as_pdf_pdfcrowd_button(array('use_http' => true));
Specifies the number of automatic retries when the 502 or 503 HTTP status code is received. The status code indicates a temporary network issue. This feature can be disabled by setting to 0.
Examples:
-
Plugin
Expert Settings tab →
API Client Options section →
Retry Count
option
3
-
Shortcode:
retry_count
[save_as_pdf_pdfcrowd retry_count=3]
-
PHP function:
retry_count
echo create_save_as_pdf_pdfcrowd_button(array('retry_count' => 3));