summaryrefslogtreecommitdiff
path: root/_templates
diff options
  1. #!/usr/bin/perl
  2. # extract XMP data from PDF file and unwrap as generic RDF/XML
  3. use v5.36;
  4. use strict;
  5. use PDF::API2;
  6. my $xml = PDF::API2->open( $ARGV[0] )->xml_metadata();
  7. # strip noise
  8. $xml =~ s,^PDF version of requested feature [^<]*,,;ion value='10'>10space:mode:
Diffstat (limited to '_templates')
0 files changed, 0 insertions, 0 deletions