Title: Split the PDF
Last modified: March 11, 2022

---

# Split the PDF

 *  Resolved [Domenik](https://wordpress.org/support/users/onyxdevelopment/)
 * (@onyxdevelopment)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/split-the-pdf/)
 * Can you tell me how to split the PDF?
    I only need the return label pdf.
 * I automatically send the pdf to our customers by e-mail because they send their
   goods to us and therefore the normal label is not required

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [Progressus](https://wordpress.org/support/users/shadim/)
 * (@shadim)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/split-the-pdf/#post-15448546)
 * At the moment both PDF’s have to be created, so you will have to simply tell 
   them to ignore the normal label and use the return label.
 *  Thread Starter [Domenik](https://wordpress.org/support/users/onyxdevelopment/)
 * (@onyxdevelopment)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/split-the-pdf/#post-15448552)
 * yes, i automatically send the customer the pdf with the labels. However, I only
   need the second page of the PDF for the return label
 *  Plugin Author [Progressus](https://wordpress.org/support/users/shadim/)
 * (@shadim)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/split-the-pdf/#post-15448558)
 * You would have to use a PDF library to do that, the plugin creates both labels.
 *  Thread Starter [Domenik](https://wordpress.org/support/users/onyxdevelopment/)
 * (@onyxdevelopment)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/split-the-pdf/#post-15448566)
 * the plugin creates a pdf with both labels as content. I would like to see the
   pdf created by the dhl plugin in two pdfs so that I can only send the return 
   label
 *  Thread Starter [Domenik](https://wordpress.org/support/users/onyxdevelopment/)
 * (@onyxdevelopment)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/split-the-pdf/#post-15448572)
 *     ```
        $attachments = $upload_dir['basedir'] . '/woocommerce_dhl_label/dhl-label-'.$order_id.'.pdf';
           wp_mail( $to, $subject, $message, $headers, $attachments );
       ```
   
 * that works great so far. However, I only need the second page of the pdf with
   the returned content
 *  Plugin Author [Progressus](https://wordpress.org/support/users/shadim/)
 * (@shadim)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/split-the-pdf/#post-15483029)
 * Unfortunately, the return label is embedded within the response of the normal
   label so it cannot be separated, unless you use an external library to do so.
 *  Thread Starter [Domenik](https://wordpress.org/support/users/onyxdevelopment/)
 * (@onyxdevelopment)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/split-the-pdf/#post-15494588)
 * Where can I find the creation of the PDF in the plugin? There you should be able
   to specify what should be generated
 *  Plugin Author [Progressus](https://wordpress.org/support/users/shadim/)
 * (@shadim)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/split-the-pdf/#post-15495159)
 * The label is created on the DHL end not on WooCommerce, and then both are returned
   together.
 *  Thread Starter [Domenik](https://wordpress.org/support/users/onyxdevelopment/)
 * (@onyxdevelopment)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/split-the-pdf/#post-15502331)
 * I was able to solve the problem with a self-written plugin.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Split the PDF’ is closed to new replies.

 * ![](https://ps.w.org/dhl-for-woocommerce/assets/icon.svg?rev=1777040)
 * [DHL Shipping Germany for WooCommerce](https://wordpress.org/plugins/dhl-for-woocommerce/)
 * [Support Threads](https://wordpress.org/support/plugin/dhl-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/dhl-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dhl-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dhl-for-woocommerce/reviews/)

## Tags

 * [label](https://wordpress.org/support/topic-tag/label/)
 * [pdf](https://wordpress.org/support/topic-tag/pdf/)
 * [split](https://wordpress.org/support/topic-tag/split/)

 * 9 replies
 * 2 participants
 * Last reply from: [Domenik](https://wordpress.org/support/users/onyxdevelopment/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/split-the-pdf/#post-15502331)
 * Status: resolved