I greet you wise Monks,

once more (it's been quite some time :D) I ask you for help.
My problem is the following: A few years ago someone in my company created .spl-(PCL) Files to archive some sort of bills. I now have the task of transforming the zipped .spls back into a .pdf

I'm stuck at the point where it comes to transforming the .spl files into a pdf. The problem is that the spl apparently has two pages (page1: layout page2: data) instead of one (layout + data).

My first idea was "hey that's similar to what you can do with layers in Gimp!" so I wanted to do just that (with perl)
I created two seperate tiffs with ghostscript but I found no way of mergin the two tiffs into one (similar to what happens if you use layers in Gimp or Photoshop).

Is something like this possible? I tried Image::Magick but it just makes one file but doesn't use the Layer-like thingy I want =(
If you have a hint that could help me, please tell me :)

Thanks in advance for your time,
Shinama

P.S. my english sucks, sorry for that ;(
EDIT SAYS: The problem has kinda been "resolved": I was unlucky enough to get some wrong tiffs/pcl-files... the big majority is apparently correct. It was decided that a combination/merging of the files isn't needed and because of that the problem solved itself :P I will try your tips & advices for myself as soon as I have the time for that. Thanks to everyvone who tried to help me :)
---------------------------------------------------
"You read too much and understand too little."
Moiraine Damodred (The Wheel of Time)

In reply to Merging Tiff Files by Shinama

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.