Search the web
Sign In
New User? Sign Up
pdflib · PDFlib users
? 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.

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 18771 - 18800 of 19965   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18771
Hi, ... No, PDFlib doesn't calculate ascender and descender. The distance between text rows is defined by option "leading". The default value is the current...
Kurt Stützer
kurt@...
Send Email
Jul 1, 2008
9:17 am
18772
Any news here? I try to workaround his using a pdflib.upr and TrueType fonts, but haven't been successful until now. I would like to know in which order...
Michael Müller-Hil...
michaelmh
Offline Send Email
Jul 2, 2008
12:17 pm
18773
Hi Michael, ... That depends on whether you are working with fonts installed at the host computer. In this case, the MAC font manager will search the font at...
Kurt Stützer
kurt@...
Send Email
Jul 2, 2008
4:00 pm
18774
So, I was surprised to find out (after using 6.0 for two years) that in 7.0 you can't rotate textflow but you can rotate textline. Please please please tell me...
kkvakic
Offline Send Email
Jul 2, 2008
6:28 pm
18775
Hi, I'm trying to setup pdflib for java on a windows machine and am getting the following exception: Caused by: java.lang.UnsatisfiedLinkError: PDF_boot at...
aarif_rashid
Offline Send Email
Jul 2, 2008
6:50 pm
18776
Hi, Never mind. I solved it. I had an old v6 pdflib.jar lurking that shouldn't have been. Sorry for any inconvenience. Regards, Aarif...
aarif_rashid
Offline Send Email
Jul 2, 2008
7:57 pm
18777
... Yeah... When you call add_table_cell(), the optionlist 'fittextflow={}' allows you to specify options that would work in the fit_textflow() command. One of...
Lance Cotton
jose_can_u_c
Offline Send Email
Jul 2, 2008
8:14 pm
18778
... command. ... Lance, I honestly thought the same thing before I've even wrote this but it did not work. Here is my opt_list being passed to...
kkvakic
Offline Send Email
Jul 3, 2008
12:09 pm
18779
... command. ... OK rotate worked, thanks Lance, but now the text is not in the cell at all its actually outside the cell. Hmm I guess different problem ...
kkvakic
Offline Send Email
Jul 3, 2008
12:18 pm
18780
Hi, orientate=west etc. within the option list of fittextflow must work. We don't know and cannot reproduce a bug in this regard. What is the effect? If you...
Kurt Stützer
kurt@...
Send Email
Jul 3, 2008
1:04 pm
18781
Hey Kurt, No effect, it just displays vertically as it would do without it, but rotate does work so I'm happy with that. However, rotate option rotates the...
kkvakic
Offline Send Email
Jul 3, 2008
2:23 pm
18782
Hey Kemal, ... As I said , orientate=west etc. must work. Please look for cookbook examples on our home page (http://www.pdflib.com/pdflib-cookbook/tables/),...
Kurt Stützer
kurt@...
Send Email
Jul 3, 2008
3:41 pm
18783
Hi Not sure if somebody could help me on this but Im very new to pdflib and have always worked with fop. I have pages that have 4 flow maps running down each...
whiting_barry
Offline Send Email
Jul 7, 2008
11:37 am
18784
I am extracting PDF text as XML and encountered a problem with the upside down exclamation point. I am using UTF-8 encoding and the character is displaying as...
Ben Marchbanks
pdflibpilot
Offline Send Email
Jul 7, 2008
2:18 pm
18785
Ben, your question requires some qualification... ... What does "display" mean here? Is some editor doing something weird but you know that the UTF data...
Thomas Merz
thomasmerz1
Offline Send Email
Jul 7, 2008
4:25 pm
18786
Hi, what are you meaning by "4 flow maps"? 4 textflows for each column? Or 1 table with 4 columns? Please describe a little bit more in detail what you want to...
Kurt Stützer
kurt@...
Send Email
Jul 7, 2008
4:37 pm
18787
Kurt, Orientate works, sorry I have used fittextline instead of fittextflow, however now rotate is causing problems. In textflow or in the table if you try to...
kkvakic
Offline Send Email
Jul 7, 2008
5:55 pm
18788
Hi Kurt I'm not using a table at all as I need the text to flow from column to column so they are textflows sorry as I said pdflib is very new to me Ive used...
whiting_barry
Offline Send Email
Jul 8, 2008
8:14 am
18789
Thank you for your email. I shall be away from the office from July 5th, and back on July 14th. If your enquiry is urgent, then please call my assistant on...
nroper@...
roper_nick
Offline Send Email
Jul 8, 2008
8:14 am
18790
Thank you for your email. I shall be away from the office from July 5th, and back on July 14th. If your enquiry is urgent, then please call my assistant on...
nroper@...
roper_nick
Offline Send Email
Jul 8, 2008
8:14 am
18791
Kemal, Indeed, it's easy to introduce the option "position" for the relative position of the reference point of the textflow fit box. But if rotate != 0, the...
Kurt Stützer
kurt@...
Send Email
Jul 8, 2008
9:44 am
18792
Okay - I have made some progress and identified the culprits. Here is the XML extraction - note the non-standard characters are appearing as "" which...
Ben Marchbanks
pdflibpilot
Offline Send Email
Jul 8, 2008
11:42 am
18793
65533 (decimal) is FFFD (hex), and U+FFFD (formally known as the Unicode Replacement Character) is the default "unknownchar" in TET. It will be created in all...
Thomas Merz
thomasmerz1
Offline Send Email
Jul 8, 2008
12:14 pm
18794
Hello, I understand how to do a axial color gradient between, for example, red and black. But how can i create a multi color gradient, with more stop colors....
heather nova
bautom
Offline Send Email
Jul 8, 2008
8:36 pm
18795
... Wouldn't that just be 3 separate gradients place in sequence so their start and end points line up appropriately? -Lance...
Lance Cotton
jose_can_u_c
Offline Send Email
Jul 8, 2008
8:41 pm
18796
I guess this is just an error in PDFLib for people out there and if it's not then GREAT, i would love to hear the explanation. If you have a table and you...
kkvakic
Offline Send Email
Jul 9, 2008
12:26 pm
18797
We released updated versions of the following plugins for use with Acrobat 9 on Windows: - PDFlib Block Plugin for use with PDFlib Personalization Server ...
Thomas Merz
thomasmerz1
Offline Send Email
Jul 9, 2008
3:30 pm
18798
Hi I have a problem with my pdflib. I have pdflib 5.xxx installed on a linux server with an java web application. The development of this application was on a...
radugabor
Offline Send Email
Jul 10, 2008
7:16 pm
18799
Hello, ... no, this is not possible. ... after reading your email, I get the following solutions in mind: - update your Linux PDFlib 5 version to PDFlib 7 -...
Rainer Plöckl
ruebennase_de
Offline Send Email
Jul 10, 2008
10:27 pm
18800
i need to simply fill existing PDF-Forms with values from a database. do i understand that right that - i would need to buy PPS to be able to do this with...
alexandra.schwebs
alexandra.sc...
Offline Send Email
Jul 13, 2008
2:32 pm
Messages 18771 - 18800 of 19965   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