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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2695 - 2724 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2695
Hi All We work only with capital markets organizations and one of our largest projects/ customers needs candidates with following profiles. (i) Business...
kirubapaulraj
Offline Send Email
Aug 1, 2005
11:02 am
2696
Greetings. I have been given the task of displaying PDF output on Avery 5388 paper. ...
Uber Spaced
uber_spaced
Offline Send Email
Aug 1, 2005
2:56 pm
2697
Hi, There is a script at http://pdfapi2.sourceforge.net/cgi-bin/view/Main/TwoUp that takes 8.5x11 in. PDFs and prints them two pages per page. You might be...
Shawn Corey
shwncorey
Offline Send Email
Aug 1, 2005
6:30 pm
2698
Thanks. ... 8.5x11 ... use it...
uber_spaced
Offline Send Email
Aug 1, 2005
7:54 pm
2699
Hi I can't find much about this item either. Not enough for me to get started, at least. Can I find an existing method to process a marked up text? It could be...
Kaare Rasmussen
kar@...
Send Email
Aug 2, 2005
1:13 pm
2700
... Sadly, no. There has been talk about in this mailing list but nothing exists yet....
Shawn Corey
shwncorey
Offline Send Email
Aug 2, 2005
2:50 pm
2701
The code pasted below is an extension of the script found here: http://pdfapi2.sourceforge.net/cgi-bin/view/Main/TwoUp It creates a PDF document with 8 pages...
uber_spaced
Offline Send Email
Aug 2, 2005
7:13 pm
2702
hi! ... i'm actually finishing wrapping up a alpha PDF::APIx module which can do this. cheers, -- __ _ / _|_ __ ___ __| | ___ unix, linux,...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Aug 2, 2005
10:53 pm
2703
... Wouldn't this translate command put the text to left of your mediabox, that is, outside of the card?...
Shawn Corey
shwncorey
Offline Send Email
Aug 3, 2005
12:29 am
2704
... Oops, forget this message; it is totally wrong. When PDF::API2 writes with text_right() or text_center(), it uses the TJ operator to adjust the text matrix...
Shawn Corey
shwncorey
Offline Send Email
Aug 3, 2005
1:06 am
2705
... Interesting. When will the alpha be released, and how do you expect it to work?...
Kaare Rasmussen
kar@...
Send Email
Aug 3, 2005
10:09 pm
2706
hi! ... you can see a preview here: http://pdfapi2.sourceforge.net/cgi-bin/view/Main/PdfApi2ForFunAndProfit cheers, -- __ _ / _|_ __ ___ __| |...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Aug 3, 2005
10:50 pm
2707
I have to output a line in reverse, ie black background and white letters. The easiest way, if you think about it, is to draw a black rectangle and write the...
Kaare Rasmussen
kar@...
Send Email
Aug 4, 2005
9:06 am
2708
... Why don't you write a simple script to test it? You will needed to set the text object's fillcolor, not the strokecolor....
Shawn Corey
shwncorey
Offline Send Email
Aug 4, 2005
11:14 am
2709
... Sorry for the noise, I have the bad habit of thinking out loud. I did test it, and it works nice. I have yet to see where I set the text color....
Kaare Rasmussen
kar@...
Send Email
Aug 4, 2005
11:30 am
2710
... Kaare, and everyone else, I've answered question (though I note you've solved it already) on the Wiki in the Text FAQ ...
Rick Measham
rick_measham
Online Now Send Email
Aug 4, 2005
1:11 pm
2711
... letters. ... and ... Just for kicks, I whipped up a quickie script to show the relative ease of doing this. The following code will create a black...
Michael
mercutio_viz
Offline Send Email
Aug 4, 2005
5:56 pm
2712
Hi there, I don't even know if I'm barking up the right tree, but... Is there way with PDF::API2 to append pdfs togther such that n pdfs on the server could be...
Yani Copas
iyanifera
Online Now Send Email
Aug 4, 2005
9:29 pm
2713
Hi, I have recently started using PDF::API2 on perl, v5.8.7 built for MSWin32-x86-multi-thread. I have a PDF document for which I would like to find text and...
Tamer Rizk
stone0000000
Offline Send Email
Aug 5, 2005
2:06 am
2714
Hi Ming, Did you ever solve your problem? It seems as if I am having the same. Thanks, Tamer...
stone0000000
Offline Send Email
Aug 5, 2005
3:44 am
2715
... MSWin32-x86-multi-thread. I have a PDF document for which I would like to find text and create hyperlink annotations. On my test PDF document (as well as...
Michael
mercutio_viz
Offline Send Email
Aug 5, 2005
7:25 am
2716
Michael, I removed the declaration for a new $pdf object and the argument -fith, thanks! I also uploaded the problem PDF to http://danielcrahen.com/pg_0258.pdf...
Tamer Rizk
stone0000000
Offline Send Email
Aug 5, 2005
8:00 am
2717
I am able to display hyperlinks with the page annotation code. my $annot_view_link = $page->annotation(); $annot_view_link->url($url, -rect => [...
googleartist
Offline Send Email
Aug 5, 2005
4:48 pm
2718
... I could be wrong (it happened once before I think) but it's your OS that decides how to handle URLs that you click on. If not, then it would be your PDF...
Rick Measham
rick_measham
Online Now Send Email
Aug 5, 2005
9:58 pm
2719
FYI, I havent had problems annotating PDFs with URLs then launching Firefox or IE onclick when either are closed. My guess would be this is OS specific as...
Tamer Rizk
stone0000000
Offline Send Email
Aug 5, 2005
11:35 pm
2720
... -fith, thanks! I also uploaded the problem PDF to ... layers and the document is heavily layered? The annotation operation certainly seems to have executed...
Michael
mercutio_viz
Offline Send Email
Aug 6, 2005
8:13 am
2721
Michael, I have tried the code on both WinXP SP2 and Windows 2000 using PDF::API2 v0.44 with Perl 5.8.6 build 813. I get the text ('click here for google'),...
Tamer Rizk
stone0000000
Offline Send Email
Aug 6, 2005
5:32 pm
2722
... PDF::API2 v0.44 with Perl 5.8.6 build 813. I get the text ('click here for google'), but no hyperlink annotation. The output file is located ... answers as...
Michael
mercutio_viz
Offline Send Email
Aug 6, 2005
9:34 pm
2723
hi! i've looked into this file ... seams like a mis-feature discovered on 2005/06/14. could you test version 0.45 just made available via cpan ? cheers, -- __...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Aug 6, 2005
9:37 pm
2724
Michael, Looks like Fredo beat us to the punch. My email can be found at http://danielcrahen.com/myemail.txt for the next hour or so. Thanks for your help...
Tamer Rizk
stone0000000
Offline Send Email
Aug 6, 2005
9:57 pm
Messages 2695 - 2724 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