Search the web
Sign In
New User? Sign Up
perl-text-pdf-modules · Mailing-List for Users of PDF::API2
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1397 - 1427 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1397
I have to write a search application which will read the PDF files and display the results based on search keywords. I am totally naive to Perl. However, after...
merajunk_merahai <mer...
merajunk_mer...
Offline Send Email
Jan 1, 2003
10:40 am
1398
http://search.cpan.org ... From: merajunk_merahai <merajunk_merahai@...> [mailto:merajunk_merahai@...] Sent: Wednesday, January 01, 2003 12:40 PM ...
Burak Gürsoy
burakgursoy
Offline Send Email
Jan 1, 2003
3:28 pm
1399
I have downloaded the API2.pm file and placed it in /perl/lib and /perl/site/lib directories. #!"D:/Program Files/Perl/bin/perl" -w use strict; use PDF::API2; ...
merajunk_merahai <mer...
merajunk_mer...
Offline Send Email
Jan 2, 2003
6:32 pm
1400
You need to make a directory called PDF in one of the path directories and put API2.pm in there. --Pritpaul ... ...
Pritpaul Mahal
psm321
Offline Send Email
Jan 2, 2003
7:55 pm
1401
Or, a safer method would be to use PPM to install it. Jamie ... Or, a safer method would be to use PPM to install it. Jamie merajunk_merahai wrote: I have ...
James Pittman
jpittman1
Offline Send Email
Jan 2, 2003
8:15 pm
1402
Thanks for your help. Jamie: Can you tell me what is PPM. I tried to run the Makefile.PL after unzipping the tar files from the http://pdfapi2.sourceforge.net/...
merajunk_merahai <mer...
merajunk_mer...
Offline Send Email
Jan 3, 2003
1:43 am
1403
I've used pdf::api2 to create all kinds of pdfs for different things. However now I have to change a pdf file that already exists. One I didn't create. I'm...
rdumas6 <reid@...>
rdumas6
Offline Send Email
Jan 3, 2003
3:33 am
1404
I'm assuming you're using ActiveState's Win32 ActivePerl. If so, it comes with a batch file called "PPM.BAT". PPM stands for Perl Package Manager (or...
James Pittman
jpittman1
Offline Send Email
Jan 3, 2003
2:00 pm
1405
Jamie: Once again I thank you for your time and help. I tried to use PPM and here is what I get: D:\Program Files\Perl\bin>PPM.bat PPM interactive shell...
merajunk_merahai <mer...
merajunk_mer...
Offline Send Email
Jan 3, 2003
6:12 pm
1406
Are you behind a firewall? If so, you have to set the following System Environment variable: Variable: HTTP_proxy Value: (your proxy) for example, for me,...
James Pittman
jpittman1
Offline Send Email
Jan 3, 2003
6:36 pm
1407
Jamie: I am at my home and have DSL connection. So, I don't think, I am behind a firewall. I un-installed 5.6 and installed the latest one 5.8 on my machine ...
merajunk_merahai <mer...
merajunk_mer...
Offline Send Email
Jan 3, 2003
7:24 pm
1408
OK I was successful in installing PDF::API2 in my ActiveState version of Perl on Windows 2000. Here's what I did: 1. Downloaded PDF::API2 from CPAN. 2. Looked...
James Pittman
jpittman1
Offline Send Email
Jan 3, 2003
7:26 pm
1409
That's OK. No question is stupid! :) Can you provide a copy of your perl script? I didn't test the PDF::API2 installation I just did. There are a lot of ...
James Pittman
jpittman1
Offline Send Email
Jan 3, 2003
7:30 pm
1411
You are an angel Jamie!!! I can't thank you enough. Here is the script. I am using this for testing purpose. My real task is to write a search app which will...
merajunk_merahai <mer...
merajunk_mer...
Offline Send Email
Jan 3, 2003
9:42 pm
1412
Jamie: Here is another script which reads a PDF file: #!"D:/Perl/bin/perl" -w use PDF::API2; $pdf = PDF::API2->new; $pdf = PDF::API2->open('test.pdf'); $page =...
merajunk_merahai <mer...
merajunk_mer...
Offline Send Email
Jan 3, 2003
11:18 pm
1413
I got this for converting my PDF files into HTML and it's free. http://sourceforge.net/projects/pdftohtml/ [free] After conversion, my searching is a piece of...
merajunk_merahai <mer...
merajunk_mer...
Offline Send Email
Jan 4, 2003
4:36 am
1414
Hi, I wanted to patch PDF::API2's importpage to include form elements when it imports a page, but the simple hacks I tried (inserting Annots into the array of...
woody@...
s2156945
Offline Send Email
Jan 6, 2003
6:52 am
1415
Fredo, Will you be coming out with an API2 release soon that you will consider a non-alpha release? Dan...
Dan Leavitt
daniel_leavi...
Offline Send Email
Jan 6, 2003
1:46 pm
1416
Merajunk, Sorry I haven't replied to your messages. I only get these at work. What did you do to get your PDF::API2 working? That "Use of /c modifier is...
James Pittman
jpittman1
Offline Send Email
Jan 6, 2003
2:49 pm
1417
OK another question. If I use the save_xml() method to convert my PDF file to text, how would I go about weeding out just the text of the document? Jamie...
James Pittman
jpittman1
Offline Send Email
Jan 6, 2003
4:33 pm
1418
hi! sorry for the silence, but the holydays * family as always. i'm currently finishing 0.3a28 (rel. mid-jan) and if it's well-received i'll bump it to 0.3b1...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Jan 6, 2003
7:59 pm
1419
Here is a patch to make the importpage method also import form data and annotations. COMMENTS (on the patch) * I don't think it will handle AcroForm Field...
woody@...
s2156945
Offline Send Email
Jan 7, 2003
2:42 am
1420
Hello again, Still persevering - I have downloaded the latest version of ghostscript and run the example PDFs 05_open_import_clone-pl.2.pdf and...
madmilliemog <rcparma...
madmilliemog
Offline Send Email
Jan 7, 2003
2:30 pm
1421
hi! after fighting with santa-clause and our infamous new-year hangover ... ... TATAAA ... i'd like to announce PDF::API2 version 0.3a28 Features/Changes: -...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Jan 7, 2003
5:22 pm
1422
... and forgot the most important one ! - removed dependancy on Font::TTF so the only module you're required to install is Compress::Zlib :) --fredo...
alfredreibenschuh <al...
alfredreiben...
Offline Send Email
Jan 7, 2003
5:39 pm
1423
Alfred, I know you probably have a million things on your plate, but: Wouldn't it be nice if you could get to the elements that have been placed on a PDF page....
James Pittman
jpittman1
Offline Send Email
Jan 7, 2003
5:45 pm
1424
Hi, me again. Is it possible to access a PDF file's document info? Jamie...
James Pittman
jpittman1
Offline Send Email
Jan 7, 2003
5:47 pm
1425
i'd urge you to convert the pdf to ps beforehand using the "pdftops" tool coming with xpdf 2.01 http://www.foolabs.com/xpdf/ it does a far better job than gs. ...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Jan 7, 2003
6:01 pm
1426
hi! any language is supported via Truetype and UTF8, so if you have a properly constructed TTFont (those comming with windows and coreldraw are) and using the...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Jan 7, 2003
6:25 pm
1427
... assume ... it be ... be ... sorry but the actual page-descriptions ARE NOT objects and parsing such is not my intention --fredo...
alfredreibenschuh <al...
alfredreiben...
Offline Send Email
Jan 7, 2003
8:49 pm
Messages 1397 - 1427 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help