Changeset 3194 for trunk/protemix/perllib/plugins/ProtemixPlug.pm
- Timestamp:
- 2002-06-26T00:56:20+12:00 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/protemix/perllib/plugins/ProtemixPlug.pm
r3190 r3194 125 125 $doc_obj->associate_file($pdffile, "page$count.pdf", undef, $cursection); 126 126 $doc_obj->add_utf8_metadata ($cursection, "pdf", "page$count.pdf"); 127 $doc_obj->add_utf8_metadata ($cursection, "Title", $count);128 127 } else { 129 128 print STDERR "ProtemixPlug: Warning: no pdf file for $thisfile\n"; 130 129 } 130 $doc_obj->add_utf8_metadata ($cursection, "Title", $count); 131 131 132 132 # add any section level metadata we have for this page (set from within the meta.xml file)
Note:
See TracChangeset
for help on using the changeset viewer.