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 to share photos of your group with the world? 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 1731 - 1760 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1731
Hi fredo, Thanks for a great module in PDF::API2. I posted a bug report and was curious whether it is something that you plan to address, and if so, when?...
Bill Catlan
wcatlan
Offline Send Email
May 1, 2003
1:19 pm
1732
hi! ... the warning has been fixed in 0.3d68, i could not verify the 'equal'-character bug, but using "=" in text does work here. if something is wrong please...
fredo
alfredreiben...
Offline Send Email
May 2, 2003
1:27 pm
1733
Are you still battling through this, I've done something similar in the past and could look it up for you. ... -- Woody...
Anthony Wood
s2156945
Offline Send Email
May 6, 2003
6:02 am
1734
i have two different pdf files, p1.pdf and p2.pdf which i am trying to place, both, on a page as follows: $gfx = $page->gfx; $img1 =...
naknomum
Offline Send Email
May 7, 2003
1:25 am
1735
Problem 1 Below... ... I never could work out this, basically you want to copy the file you are working on and then modify it. What you are doing is opening a...
Anthony Wood
s2156945
Offline Send Email
May 7, 2003
8:35 am
1736
Paul, I've had a look at your script. You aren't too far off. I'm quite rusty on this and can't spend much more time on it. A few things you are doing wrong: ...
Anthony Wood
s2156945
Offline Send Email
May 7, 2003
9:04 am
1737
Hi Everyone, I finally got around to creating a module for tables based on some work, I had previously done. The module is good for simple text based tables. ...
Stephan Bill (LMC)
stephanbill
Offline Send Email
May 7, 2003
4:06 pm
1738
i have solved my own problem, after an *insane* crash course on learning internals of PDF::API2 over the last 40 or so hours.... haha (can you tell i have a...
naknomum
Offline Send Email
May 8, 2003
6:41 am
1739
... sorry for not getting back to you. i was not using the very most recent version of PDF::API2. i upgraded and it fixed this problem! thanks very much for...
naknomum
Offline Send Email
May 8, 2003
6:46 am
1740
hi, how to tell $txt->paragraph to have a linebreak somewhere in the text? is there a "command character" doing this? like "\n" in perl ? many thanks!...
score365
Offline Send Email
May 9, 2003
10:07 am
1741
On Fri, 9 May 2003, score365 wrote: s> how to tell $txt->paragraph to have a linebreak somewhere in the s> text? is there a "command character" doing this?...
Psychiator
psychiator@...
Send Email
May 9, 2003
2:08 pm
1742
Hi, is it possible to change the gravity of the document. Now it has its point of origin at the lower left corner, but i would like to have it on the upper...
christiannoss
Offline Send Email
May 9, 2003
5:04 pm
1743
Hi, im very new to the pdf stuff and PDF::API2, so please excuse my (stupid ?) questions: How do I calculate the absolute position of an image or text block ...
bernderik
Offline Send Email
May 11, 2003
2:10 pm
1744
hi! ... you could change it via a matrix, but it will cause a number of "unexpected behaviours" unless you specify y-sizes negatively. -- __ _ /...
fredo
alfredreiben...
Offline Send Email
May 12, 2003
1:27 pm
1745
hi! ... there is no such way use more than one invokation of paragraph to do this. ... write your own paragraph_fancy method and submit it for inclusion. -- __...
fredo
alfredreiben...
Offline Send Email
May 12, 2003
1:29 pm
1746
hi! ... i judged it from this statement. ... although i do modify $PDF::API2::seq during import, it seams that the change does not propagate properly across...
fredo
alfredreiben...
Offline Send Email
May 12, 2003
1:51 pm
1747
Can someone show me how to rotate an image 90 degrees? I can do it with transform for text, but i'm having trouble with my jpg image. Thanks in advance, Bob...
bobplace2002
Offline Send Email
May 14, 2003
5:58 pm
1748
Untested, but from documentation $gfx->rotate(degrees) rotates the object around its origin by the specified number of degrees. Mark ... From: bobplace2002...
Mark Fowle
mfowle@...
Send Email
May 14, 2003
7:57 pm
1749
For some reason that does not work for me... Any other thoughts? ... degrees. ... http://docs.yahoo.com/info/terms/...
bobplace2002
Offline Send Email
May 14, 2003
8:40 pm
1750
RE: [perl-text-pdf-modules] rotating an imageHi, Just off the top of my head, (i.e. what I say could be totally wrong) : When I was coding postscript, I found...
Michael Davis
miked@...
Send Email
May 14, 2003
8:45 pm
1751
Hi, There seems to be a problem with updates. here is the minimum code to reproduce the problem : use PDF::API2; my $pdf = PDF::API2->open ( "old.pdf" ); ...
siukurnin
Offline Send Email
May 16, 2003
9:20 am
1752
More fun with outlines ;) When I open an existing file and call $pdf->outlines I get back an object. The problem is : - when the file did not contains...
siukurnin
Offline Send Email
May 16, 2003
2:24 pm
1753
How would I encrypted, lock or password protect a pdf? On a basic level? Nothing too secure. Thanks in advance, -Bob...
bobplace2002
Offline Send Email
May 16, 2003
8:15 pm
1754
Thanks, that worked! ... rotated ... Therefore you ... onto the ... library in ... image goes ... degrees. ... my ... http://docs.yahoo.com/info/terms/ ... ...
bobplace2002
Offline Send Email
May 16, 2003
8:16 pm
1755
Hi, I've an A4 pdf (attached), wich I want to print with Ghostscript (using v7.04). I use this command: gs -q -dSAFER -sDEVICE=ljet4 -sOutputFile='|lpr'...
Dani Pardo
dani@...
Send Email
May 20, 2003
2:42 pm
1756
When it comes to PDFs, we couldn't get ghostscript to rotate or resize the document for printing. You could rotate it using a perl script and then send it to...
Joe Vigil
ornamentalnoise
Offline Send Email
May 20, 2003
8:54 pm
1757
... It's ok for me this solution. Is there any easy way to rotate a page and transform it Portrait? Something like $page->rotate? :) Thanks! -- Dani Pardo,...
Dani Pardo
dani@...
Send Email
May 21, 2003
7:09 am
1758
... Let me answer myself: [..] $pdf->saveas("/tmp/A4.pdf"); $pdf->end(); $pdf=PDF::API2->new; $page=$pdf->page; $page->mediabox(595,842); $gfx=$page->gfx; ...
Dani Pardo
dani@...
Send Email
May 21, 2003
8:36 am
1759
Hi, is anyone using PDF::API2 with japanese characters? i have read the previous post regarding this that said to use a japanese ttf and use utf8 in PDF::API2...
Ben Hare
ben_h_2003
Offline Send Email
May 22, 2003
1:54 am
1760
Currently we are building a pdf generator that automatically generates documents from various sources. An issue came up when we needed to store information...
jknaty
Offline Send Email
May 22, 2003
9:04 pm
Messages 1731 - 1760 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