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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 3194 - 3223 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3194
Hi all, I am confused. How can I create PDF with spot colors? In API2 I only see the following sample code. ... 1 $cy = $pdf->colorspace_separation('Cyan',...
AAA
always_rick
Offline Send Email
Jul 2, 2007
6:46 am
3195
... Hash: SHA256 ... what you call "spot color" is a "separation colorspace" in pdf-speech. at first you must know the name of the spot-color your...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Jul 2, 2007
8:16 am
3196
hi my friends ... I've just reviewed a piece of content management software that does so many different things for you as a website owner that I jokingly asked...
speake sofly57
speakesofly57
Offline Send Email
Jul 2, 2007
11:46 am
3197
What If I Could Show You How To Make up to $120 Dollars Per Hour Playing Video Games From Your Home... Would You Be Interested? As a Video Game Tester You...
Gamers
advert_buzz_...
Offline Send Email
Jul 3, 2007
2:19 am
3198
What If I Could Show You How To Make up to $120 Dollars Per Hour Playing Video Games From Your Home... Would You Be Interested? As a Video Game Tester You...
Gamers
advert_buzz_...
Offline Send Email
Jul 3, 2007
2:55 am
3199
fredo, Thank you very much. ... 0ff0'); ... $cy,$ma,$ye,$bk,$pms023 ] ); ... speech. ... 03f0". ... mean)...
AAA
always_rick
Offline Send Email
Jul 3, 2007
6:43 am
3200
Hello, I need to use a font called "Gill sans" in a document I'm creating. It's not a core font. Is there a way to use it? Regards, -Tim...
Tim Turner
turnertim
Offline Send Email
Jul 3, 2007
5:12 pm
3201
... Maybe, it depends on what type of font it is. If it is a TTF font, you can use ttfont(). See `perldoc PDF::API2` and search for ttfont. Other types: ...
Mr. Shawn H. Corey
shawnhcorey
Offline Send Email
Jul 3, 2007
6:09 pm
3202
It is a TTF font... But we are working in UNIX. I have the font file on my Windows machine. I don't think it will work to simply put the font file from...
Tim Turner
turnertim
Offline Send Email
Jul 3, 2007
7:37 pm
3203
... All I can say is TITS (Try It To See). Try transferring the font as binary and see if it works. Most of my PDFs come from databases. Because of this, I...
Mr. Shawn H. Corey
shawnhcorey
Offline Send Email
Jul 3, 2007
8:49 pm
3204
You are preaching to the choir Shawn. Our PDFs always just use Helvetica... But in this instance we have a client willing to pay for a special PDF that uses a...
Tim Turner
turnertim
Offline Send Email
Jul 3, 2007
8:58 pm
3205
... Hash: SHA256 ... simply copy the .ttf over with ftp/scp in binary mode and enjoy. FYI: although i hack the module-code in XP, i've the following unices ...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Jul 4, 2007
7:22 pm
3206
Looking for Data Entry jobs? we can help you find the perfect job. Data Entry job opportunities that allow you to work offsite via computer rather than commute...
Online Jobs
advert_buzz_...
Offline Send Email
Jul 5, 2007
4:04 am
3207
Looking for Data Entry jobs? we can help you find the perfect job. Data Entry job opportunities that allow you to work offsite via computer rather than commute...
Online Jobs
advert_buzz_...
Offline Send Email
Jul 5, 2007
4:43 am
3208
Dear Friend, Let me share a personal story with you.Back in the mid-90s,I held a fairly admirable position at a large IT firm. The company eventually ran into...
make money
go_job_6
Offline Send Email
Jul 7, 2007
2:33 am
3209
Looking for jobs? we can help you find the perfect job. You will NEVER... ...need to learn any technical computer stuff. ...need to create your own products or...
Online Jobs
advert_buzz_...
Offline Send Email
Jul 9, 2007
1:50 am
3210
Hello, I have a script that uses PDF::API2 to generate a PDF. It works fine on one server. On another server it generates a corrupted file error. The web...
Tim Turner
turnertim
Offline Send Email
Jul 12, 2007
9:43 pm
3211
... Yes. If you are running perl 5.6.+ to 5.8.0-, PDF::API2 will not work. Well, that's quite right. Perl before 5.6 can work if there are no Unicode...
Mr. Shawn H. Corey
shawnhcorey
Offline Send Email
Jul 12, 2007
10:04 pm
3212
... That's not an error, it's a warning. Search perldoc perldiag for 'wide character': Wide character in %s (W utf8) Perl met a wide character (>255) when it...
Rick Measham
rick_measham
Online Now Send Email
Jul 12, 2007
10:06 pm
3213
I am outputting codes for trademark, copyright, and a bullet... Maybe those are unicode? # define special chars $trademark = "\x{2122}"; $registered_trademark...
Tim Turner
turnertim
Offline Send Email
Jul 13, 2007
1:25 am
3214
... 1 byte == 0 - 255 == 00 - AF ... 2122 > AF == multibyte ... AE < FF == single byte ... A9 < FF == single byte ... 2022 > AF == mutibyte So yes, you have...
Rick Measham
rick_measham
Online Now Send Email
Jul 13, 2007
2:06 am
3215
It was not those characters or unicode. It's something with the ttfont() loading some font files I uploaded to the server. Regardless I am not getting the...
Tim Turner
turnertim
Offline Send Email
Jul 13, 2007
3:18 am
3216
... It's far more likely that you are printing off the bottom of the page. I can't say for sure until I see more of your code. -- Just my 0.00000002 million...
Mr. Shawn H. Corey
shawnhcorey
Offline Send Email
Jul 13, 2007
1:23 pm
3217
No it's not printing off the page. This is a working piece of software that works just fine generating the PDF on the other machine. On new machine if I don't...
Tim Turner
turnertim
Offline Send Email
Jul 13, 2007
2:49 pm
3218
Is text->paragraph part of PDF::API2 or another module? That's the function that's not working. (besides the other problem which is ttfont not working) Are...
Tim Turner
turnertim
Offline Send Email
Jul 13, 2007
3:26 pm
3219
... text->paragraph is part of PDF::API2::Content All the modules you need should have been installed with PDF::API2 Have tried running the version with...
Mr. Shawn H. Corey
shawnhcorey
Offline Send Email
Jul 13, 2007
5:04 pm
3220
Yes I've tried with Corefont Helvetica on both machines. Old machine #1 everything works perfect. Move same code to New Machine #2 and anything added with...
Tim Turner
turnertim
Offline Send Email
Jul 13, 2007
6:47 pm
3221
... Well, I'm just as stumped as you are. Have you tried a diff on the PDF files? It might tell you something. -- Just my 0.00000002 million dollars worth, ...
Mr. Shawn H. Corey
shawnhcorey
Offline Send Email
Jul 13, 2007
7:20 pm
3222
No. Is there a PDF diff tool? Never heard of that before.... The good news is ttfont is working so I don't have trouble with using custom fonts. Bad news is...
Tim Turner
turnertim
Offline Send Email
Jul 13, 2007
8:36 pm
3223
OK this is nuts. txt->text("TEST TEST TEST"); works fine and shows up perfectly in the right location... So it's not the fillcolor or the translation x,y...
Tim Turner
turnertim
Offline Send Email
Jul 13, 2007
8:37 pm
Messages 3194 - 3223 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