Skip to search.
perl-text-pdf-modules · Mailing-List for Users of PDF::API2

Group Information

  • Members: 441
  • Category: Other
  • Founded: Jun 30, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 3722 - 3751 of 3751   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3722 Jeffrey Ratcliffe
jeffreyratcl... Offline Send Email
Sep 7, 2010
3:16 pm
... Thanks. Would you mind sharing a complete example? Regards Jeff...
3723 Jeffrey Ratcliffe
jeffreyratcl... Offline Send Email
Sep 7, 2010
3:48 pm
... Would you mind sharing an example? ... I was trying with DejaVu. ... With core fonts: use Test::More tests => 2; use strict; BEGIN { use_ok('PDF::API2') };...
3724 Roger Burton West
roger@... Send Email
Sep 7, 2010
3:55 pm
... For me: plenty of warnings and nothing in pdftotext, but evince doesn't complain. Seems to be consistent over multiple fonts. When I've seen this sort of...
3725 Khare, Anchal
anchal.khare Offline Send Email
Sep 8, 2010
7:25 am
Its a huge script but yes.. I have managed to show how it works with its two main functions. most of the other part in the original script is from the...
3726 Jeffrey Ratcliffe
jeffreyratcl... Offline Send Email
Sep 8, 2010
9:15 pm
... Thanks for sharing. If I call it with global warnings turned on (the -w flag) then I get the same set of warning messages as with my example. And pdftotext...
3727 the Shelter
the_shelter Offline Send Email
Sep 8, 2010
10:09 pm
im rather short of time - but pls post the pdf and I'll analyze it. Cheers ... From: Jeffrey Ratcliffe <Jeffrey.Ratcliffe@...> Subject: Re:...
3728 Jeffrey Ratcliffe
jeffreyratcl... Offline Send Email
Sep 9, 2010
6:31 am
... Here it is - just "My text" in DejaVuSans. Regards Jeff...
3729 Jeffrey Ratcliffe
jeffreyratcl... Offline Send Email
Sep 9, 2010
1:27 pm
Figured it out. I was missing the -unicodemap => 1 option: #!/usr/bin/perl -w use strict; use PDF::API2; my $pdf = PDF::API2-> new(-file => 'test.pdf'); my...
3730 oscar.pereira59 Offline Send Email Feb 23, 2011
8:49 pm
I'm getting this error when trying to generate a pdf with images (png): Unsupported Interlace(1) Method at...
3731 Shawn H Corey
shawnhcorey... Offline Send Email
Feb 23, 2011
9:50 pm
... I think it's PDF::API2 that's complaining. Try opening the PNG with GIMP and "Save as..." and change its interlace options or remove interlacing...
3732 Michiel Beijen
michiel.beijen@... Send Email
Mar 7, 2011
8:01 pm
Hi, My name is Mike and I work on the OTRS.org project. We use the PDF::API2 module to generate PDFs. One of our users reported a while ago that they aren't...
3733 Shawn H Corey
shawnhcorey... Offline Send Email
Mar 7, 2011
8:11 pm
... No but the viewer must have the ttfont on his machine. PDF::API2 creates PDFs, version 1.4. In 1.4, the corefonts are not embedded in the document. This...
3734 Roger Burton West
roger@... Send Email
Mar 7, 2011
8:23 pm
... That shouldn't affect pdftotext, which doesn't look for font resources at all. R -- <<< Everything below this line is inserted by YahooGroups >>>...
3735 Jeffrey Ratcliffe
jeffreyratcl... Offline Send Email
Mar 7, 2011
9:08 pm
... As soon as you use a unicode font, you can't convert the glyphs in the PDF into text without help. This help is an optional map linking the glyph to the...
3736 Jeffrey Ratcliffe
jeffreyratcl... Offline Send Email
Mar 7, 2011
9:32 pm
... I should also point out, that if you start perl with the -w flag, i.e. #!/usr/bin/perl -w which is global, as opposed to the use warnings, which is scoped,...
3737 Michiel Beijen
michiel.beijen@... Send Email
Mar 7, 2011
9:41 pm
Hi Jeffrey! On Mon, Mar 7, 2011 at 10:08 PM, Jeffrey Ratcliffe ... Thanks! That was very helpful. It now works for me. I guess it should be added to the...
3738 aashish_shah Offline Send Email Mar 17, 2011
7:35 pm
Can someone let me know how to create a pdf file by importing all the images from a tiff (tagged image file format) file having multiple pages. I tried with...
3739 Rick
fc_moderator... Offline Send Email
Mar 17, 2011
8:45 pm
... Back in 2003, I was faced with this problem, and had to "cut" the tiff images into individual pages for importation into the PDF. Rick...
3740 Jeffrey Ratcliffe
jeffreyratcl... Offline Send Email
Mar 17, 2011
8:55 pm
... This is what I do in gscan2pdf. However, if you are just interested in turning a multipage TIFF into PDF, then there is always tiff2pdf Regards Jeff...
3741 aashish_shah Offline Send Email Mar 18, 2011
1:11 am
Thanks for your responses. I noticed that tiff2pdf is a separate utility which you need to purchase. Also found that its mostly for windows platform. Do you...
3742 Rick Measham
rick_measham Offline Send Email
Mar 18, 2011
1:30 am
Try `apt-get install libtiff-tools` or whatever packaging system your linux flavor uses. Cheers! Rick Measham...
3743 Matthieu
mc_hendriks Offline Send Email
Mar 21, 2011
11:52 am
Is it possible to place an image (like a smiley) in an Table Cell using PDF::Table and if yes how do I do that? Thanks in advance....
3744 aashish_shah Offline Send Email Mar 22, 2011
11:17 pm
Thanks Rick. Installed libtiff-3.8.2-7.el5_6.6 package on the linux box and was able to use the tiff2pdf utility for converting the tiff file having multiple...
3745 Matthieu
mc_hendriks Offline Send Email
Mar 30, 2011
10:38 am
PDF::ReportWriter seems to have options for this....
3746 John
johngslng Offline Send Email
Oct 28, 2011
4:51 pm
I'm wondering if anyone has had experience of using PDF::API2 for creating PDFs in Arabic. I've been playing around with this for a few days and have managed...
3747 swbeitzel Offline Send Email Apr 9, 2012
11:15 pm
I'm running on a Mac and have a cyrillic font installed at /sw/lib/X11/fonts/applettf/CharcoalCY.ttf. Here's some code: my $p = PDF::API2->new(); my $page =...
3748 John
johngslng Offline Send Email
Apr 10, 2012
7:09 am
API2 is unicode aware. Try using -encode => 'utf8', instead of -encode => 'unicode', in your font declaration. That works for me. Also, you may find it a...
3749 Stephen Beitzel
swbeitzel Offline Send Email
Apr 10, 2012
6:13 pm
Thank you for the reply! At least I now have some assurance that it can somehow be made to work. In the long run, the unicode characters will certainly be...
3750 John
johngslng Offline Send Email
Apr 10, 2012
7:09 pm
Actually, it turns out that it may be a Mac issue. After posting the reply, I did a Google search for the error message you were getting and did find one or...
3751 Roger Burton West
roger@... Send Email
May 23, 2012
11:40 am
As a subtask of merging PDFs into a single file, I wish to read outlines (i.e. what I'd normally call bookmarks) from existing files and extract useful data...
Messages 3722 - 3751 of 3751   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help