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',...
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...
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...
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...
... 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: ...
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...
... 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...
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...
... 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 ...
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...
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...
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...
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...
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...
... 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...
... 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...
I am outputting codes for trademark, copyright, and a bullet... Maybe those are unicode? # define special chars $trademark = "\x{2122}"; $registered_trademark...
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...
... 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...
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...
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...
... 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...
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...
... 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, ...
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...
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...