/[webpac2]/trunk/lib/WebPAC/Input/PDF.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/WebPAC/Input/PDF.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1062 by dpavlin, Tue Nov 20 10:08:02 2007 UTC revision 1063 by dpavlin, Tue Nov 27 21:01:44 2007 UTC
# Line 17  WebPAC::Input::PDF - try to parse PDF ta Line 17  WebPAC::Input::PDF - try to parse PDF ta
17    
18  =head1 SYNOPSIS  =head1 SYNOPSIS
19    
20  Open PBF file in PDF export fromat  Open PDF file
21    
22   my $input = new WebPAC::Input::PDF(   my $input = new WebPAC::Input::PDF(
23          path => '/path/to/file.pdf',          path => '/path/to/file.pdf',
# Line 193  sub size { Line 193  sub size {
193          return $#{$self->{_lines}} + 1;          return $#{$self->{_lines}} + 1;
194  }  }
195    
 =head1 SEE ALSO  
   
 L<http://isibasic.com/help/helpprn.html> is only sane source of document format which Google could find...  
196    
197  =head1 AUTHOR  =head1 AUTHOR
198    

Legend:
Removed from v.1062  
changed lines
  Added in v.1063

  ViewVC Help
Powered by ViewVC 1.1.26