I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-01-25 17:58:47.689684-08 by cdolan in response to 12241
Re: Manipulating XObjects

Oh, I see, I misunderstood your original request. It's not at all obvious how to get the xstream.

This might do the trick, but I have not tested it

my $property = $pdf->getProperty($pagenum, 'Fm1'); # check $property for undef here my $propval = $pdf->getValue($property); # check that $propval is a 'dictionary' node, perhaps my $xobject = $pdf->decodeOne($propval);
Direct Responses: 12245 | Write a response