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 3661 - 3690 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3661
Can I affect the DPI that a document thinks it is. My documents are defaulting to 72dpi, but I'm trying to create press ready docs and they want to see...
Ray
rawbear
Offline Send Email
May 28, 2009
11:26 pm
3662
... A PDF is resolution independent, so I'm guessing you're talking about including images in the file. From the documentation for PDF::API2::Content ...
Rick Measham
rick_measham
Online Now Send Email
May 28, 2009
11:31 pm
3663
DPI depends on the embedded bitmap, i.e. rasterized files- u cannop influence the quality of a bmp file with i.e. simply changing an attribute in a headerline....
the Shelter
the_shelter
Offline Send Email
May 29, 2009
12:55 pm
3664
Thanks for the response. I understand about dpi and image quality for printing. My images are the right size. My problem was that I had (possibly, ...
Ray Wadkins
rawbear
Offline Send Email
May 29, 2009
9:16 pm
3665
... PDF is a resolution-independent format. You don't need to specify or set, or even imply a resolution. The size of the PDF should be 8.5 x 11. Everything...
Rick Measham
rick_measham
Online Now Send Email
May 30, 2009
5:23 am
3666
G'day Folks, Looking back through the archives there's really only been one person that's mentioned changing data in a PDF using Javascript. Has anyone else...
Rick Measham
rick_measham
Online Now Send Email
Jun 20, 2009
9:00 am
3667
Hi, I have had some free time and created PDF::Kit It has, among other things, a subroutine, print_paragraph(), that can print bold text in the middle of a...
Shawn H. Corey
shawnhcorey...
Offline Send Email
Jul 5, 2009
5:42 am
3668
Sounds a lot like PDF::TextBlock, which I wrote in March: http://search.cpan.org/~jhannah/PDF-TextBlock-0.01/lib/PDF/TextBlock.pm...
Jay Hannah
deeferret
Offline Send Email
Jul 6, 2009
3:09 pm
3669
... Does it do italic too? Can it do nested font changes? I don't mean to brag...well, OK, I do but in a humble sort of way :) PDF::Kit can do almost any font...
Shawn H. Corey
shawnhcorey...
Offline Send Email
Jul 6, 2009
4:26 pm
3670
Sure, it does any font you have the font file for -- bold, italic, underlined, color changes, size, whatever. <i> is whatever font file you assign to <i>. No,...
Jay Hannah
deeferret
Offline Send Email
Jul 6, 2009
5:38 pm
3671
Feel free to browse the demos http://github.com/jhannah/pdf-textblock/downloads <http://github.com/jhannah/pdf-textblock/downloads> j ...
Jay Hannah
deeferret
Offline Send Email
Jul 6, 2009
5:42 pm
3672
... This is not clear in the documentation. For example, how do I specify two different sizes? BTW, what you call a font is not a font; it's a typeface. This...
Shawn H. Corey
shawnhcorey...
Offline Send Email
Jul 6, 2009
6:27 pm
3673
... You specify size whenever you instantiate a PDF::TextBlock::Font object: http://github.com/jhannah/pdf-textblock/blob/master/t/20-demo.t ... Oops! I¹m...
Jay Hannah
deeferret
Offline Send Email
Jul 6, 2009
6:50 pm
3674
... Most other parts were made up of harder metals to withstand the pressures. It is called a press; a lot of force is used. Lead is used because it is...
Shawn H. Corey
shawnhcorey...
Offline Send Email
Jul 6, 2009
7:21 pm
3675
I fixed some spurious warnings. You should find 0.02 on your favorite CPAN mirror near you in a few hours. Patches welcome! ...
Jay Hannah
deeferret
Offline Send Email
Jul 13, 2009
5:20 pm
3676
FYI, http://search.cpan.org/~shcorey/PDF-Kit-v1.0.0/lib/PDF/Kit.pm -- Just my 0.00000002 million dollars worth, Shawn Programming is as much about organization...
Shawn H. Corey
shawnhcorey...
Offline Send Email
Aug 3, 2009
3:44 pm
3677
... Nice job! Thanks for the contribution....
jeffchimene
Offline Send Email
Aug 4, 2009
3:24 pm
3678
Hi All, We are having HOT job opening in PHP for a multinational company in Chennai. Exp: 2+Years (Opening For a small company) Exp : 5 to 6 Years in PHP (For...
Varghese john
johnfromcherry
Offline Send Email
Sep 8, 2009
11:53 pm
3679
Hello, I've had some API2 code working for a long time but moving to a new server we are now getting this error: Can't locate object method "compress" via...
turnertim
Offline Send Email
Sep 28, 2009
6:05 pm
3680
I'm using a much older version or API2 than you, but compress seems to lead back to the module: Compress::Zlib You might want to try installing that via cpan...
Mark Fowle
mfowle@...
Send Email
Sep 28, 2009
7:06 pm
3681
Yes the admin tried that and it still gave the error. For now we have commented out all of the Compress calls. Does anyone know if we really need to call that?...
Tim Turner
turnertim
Offline Send Email
Sep 28, 2009
7:33 pm
3682
... Yes, PDF::API2 uses Compress::Zlib which uses libcompress-zlib-perl It should have been installed if you used cpan to install PDF::API2. If you installed...
Shawn H Corey
shawnhcorey...
Offline Send Email
Sep 28, 2009
7:35 pm
3683
... Almost all PDF are compressed. You may not be able to load PDFs without the library. If you are just creating new ones, you should be fine. But they can...
Shawn H Corey
shawnhcorey...
Offline Send Email
Sep 28, 2009
7:46 pm
3684
Yes we used CPAN to install both PDF::API2 and Compress::Zlib ... From: perl-text-pdf-modules@yahoogroups.com [mailto:perl-text-pdf-modules@yahoogroups.com] On...
Tim Turner
turnertim
Offline Send Email
Sep 28, 2009
8:22 pm
3685
... ISTR this error was also caused by corrupting the object instance. You might want to put a break at that line and examine the object. I'm guessing that...
jeffchimene
Offline Send Email
Sep 29, 2009
2:40 pm
3686
The code has been in place for years and has worked with no problem... Then we had to move it to a new server and the admin installed API2 version 0.73... And...
Tim Turner
turnertim
Offline Send Email
Sep 29, 2009
2:49 pm
3687
... Did you comment out the `use` lines as well? The only thing I can think of is that the libraries are not being found. On my machine, it is here: ...
Shawn H Corey
shawnhcorey...
Offline Send Email
Sep 29, 2009
3:51 pm
3688
Tim, If it really is a question of the script not being able to find the compress library, why not try uploading it manually to a lib directory beneath your...
johngslng
Offline Send Email
Sep 30, 2009
1:09 am
3689
Tim, Your ISP has somehow failed to install the Compress module. They might install it for you if you ask. If not, make a subdirectory called Compress and...
johngslng
Offline Send Email
Sep 30, 2009
1:10 am
3690
Hello, I have some code that has worked for a long time... on new server we installed exact same version of PDF::API2 as on old server. That version is 0.49...
turnertim
Offline Send Email
Oct 6, 2009
6:37 pm
Messages 3661 - 3690 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