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...
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 17885 - 17917 of 19965   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17885
I'm having a problem with a matchbox I define in a textflow when it happens to become the first thing to show on a page. When using info_matchbox, the...
Dan Smorey Jr.
the_0ne_ne0
Offline Send Email
Nov 1, 2007
12:51 pm
17888
I'm trying to fit a text in a pdflib block. The text i'm trying to fit has two words. The second word is too big to fit on an empty line. I would like the text...
Rick Schippers
rickschippers
Offline Send Email
Nov 2, 2007
2:13 pm
17889
Dan, ... is it possible, the matchbox is not available on the last page? ... Please check, if the matchbox "sig" exists on the last page. (see chapter 4.4....
Rainer Plöckl
ruebennase_de
Offline Send Email
Nov 2, 2007
3:56 pm
17890
Someone please help me with installing PDFLib. I am evaluating the Lite version before we decide to purchase. We are running this on a Linux server. I've...
chadgoodrich
Offline Send Email
Nov 2, 2007
7:15 pm
17891
... You cannot purchase PDFlib Lite. Please use one of our binary PDFlib packages for evaluation. This will also save you from the hassles of building the...
Thomas Merz
thomasmerz1
Offline Send Email
Nov 2, 2007
7:42 pm
17893
Hi Rick, please show us the relevant code to reproduce the described phenomenon. I'm not aware that it's possible to create text lines with different font...
Kurt Stützer
kurt@...
Send Email
Nov 5, 2007
2:08 pm
17894
Thanks Rainer, it was a bug in my code that revealed you are correct. The sig box was not on the page I was trying to place the image in. Thanks again... ... ...
Dan Smorey Jr.
the_0ne_ne0
Offline Send Email
Nov 5, 2007
9:06 pm
17895
We are using v5.0.3 lite & encounter the following error: "Software error: PDFlib Error [1994] PDF_begin_page: Found 4 CPUs - license covers only 2" Is there a...
NuGuy98
Offline Send Email
Nov 5, 2007
10:48 pm
17896
The code is setup in some classes and functions. The only part that seems to matter is this: $optlist = ' fillcolor={ cmyk '.$c.' '.$m.' '.$y.' '.$k.'}'; ...
Rick Schippers
rickschippers
Offline Send Email
Nov 6, 2007
8:36 am
17897
My friends think I'm a sweet, confident and sexy blonde with good shape. I want to find my second part here.After registering a free profile here you can...
dolikeastone09
Offline Send Email
Nov 6, 2007
12:36 pm
17898
... Hash: SHA1 Hi there, I have a problem accessing different fonts in one text block. I add font outlines to the pdf using a loop like this: foreach($fontlist...
Lars Grunewaldt
lgw@...
Send Email
Nov 6, 2007
2:48 pm
17899
Is there a way to import a PDF with PDI from a blob stored in mysql and not a file on disk? For clarity: I don't need help getting the file out of the DB, I...
uopjohnson
Offline Send Email
Nov 6, 2007
10:09 pm
17900
... PVF is your friend: the PDFlib Virtual File system (PVF) lets you create pseudo files from data in memory, such as your DB blobs. PDFlib will accept these...
Thomas Merz
thomasmerz1
Offline Send Email
Nov 6, 2007
10:24 pm
17901
Hi Lars, I must admit that I didn't understand your problem completely. The deciding statement seems to be "The problem is, the character spacing of the text ...
Kurt Stützer
kurt@...
Send Email
Nov 7, 2007
10:18 am
17902
Input file is word templates and it will be genreated PDF as output file by Using PDFLIB. currently we are using PDFLIB v4 for generating PDF on the fly in our...
kandevarajan
Offline Send Email
Nov 7, 2007
1:35 pm
17903
neevia.com's DocConverter has worked fine for us. _____ From: kandevarajan [mailto:kandevarajan@...] Sent: Wednesday, November 07, 2007 8:36 AM To:...
Esher, Marc (4-7260)
jonnycattt
Offline Send Email
Nov 7, 2007
1:37 pm
17904
Input is Word document? Then why not use Microsoft Office + Adobe Distiller to convert it? Just need some VBscript you can do it automatically. kandevarajan...
Jonathan Lee
jlee_lee740304
Offline Send Email
Nov 7, 2007
10:29 pm
17905
I want to write in a PDF file with a specified font by using a randomly selected glyphid: p.load_font(fontname, "glyphid", "embedding"); ...
efaramarzi
Offline Send Email
Nov 8, 2007
7:00 am
17906
Hi, this depends on the programming language. If you are programming in Java for instance you can treat glyph IDs as Unicodes: p.show("\u0041"); Here the glyph...
Kurt Stützer
kurt@...
Send Email
Nov 8, 2007
10:49 am
17907
In the PDFLib 6.0 Com-DotNet manual, Section 5.2 contains the following: "General considerations. It is important to understand that PDI will only import the...
Lou Hoelbling
notlkh
Offline Send Email
Nov 8, 2007
2:20 pm
17908
Hi, ... you can find it in the PDFlib 7 Tutorial, chapter 6.2.2. In the doc directory you find two the PDFlib-Tutorial(-Windows).pdf and the API reference. ...
Rainer Plöckl
ruebennase_de
Offline Send Email
Nov 8, 2007
2:22 pm
17909
... For PDFlib 7 we split the documentation into two separate manuals. PDFlib-API-reference-Windows.pdf contains the raw API description, while...
Thomas Merz
thomasmerz1
Offline Send Email
Nov 8, 2007
2:24 pm
17910
Got it. Thanks Thomas and Rainer! ... -Lou ________________________________ From: pdflib@yahoogroups.com [mailto:pdflib@yahoogroups.com] On Behalf Of Thomas...
Lou Hoelbling
notlkh
Offline Send Email
Nov 8, 2007
2:40 pm
17911
Hi, I'm evaluating PDFlib for doing simple dumps from database tables, iterating over a Java ResultSet. I got it working from the examples but since the final...
nickarls
Offline Send Email
Nov 9, 2007
7:36 am
17912
Hi, I'd like to know how to build the table without having to specify rowheight, so that the table rows just form around my text. As of now I am using...
Dan Smorey Jr.
the_0ne_ne0
Offline Send Email
Nov 9, 2007
4:26 pm
17913
This goes along with my previous email. I'd like to know also why I have to specify the bottom y coordinate in the fit_table call? Isn't there a way for the...
Dan Smorey Jr.
the_0ne_ne0
Offline Send Email
Nov 9, 2007
4:37 pm
17914
Hi, I'm really sorry if this is a completely newbie question to ask, but I can't find an answer anywhere. I'm trying to use TET, currently it's the evaluation...
adamsonsk
Offline Send Email
Nov 9, 2007
8:19 pm
17915
... Please start with the "extractor" sample which is included in all TET packages. It contains the minimum code required for extracting PDF text with TET. ......
Thomas Merz
thomasmerz1
Offline Send Email
Nov 9, 2007
8:39 pm
17916
... I'm ... intend to ... try the ... I've ... wrong? ... Thank you. My problem was checking for boolean false rather than -1. Apparently the open command was...
adamsonsk
Offline Send Email
Nov 9, 2007
10:52 pm
17917
3 Steps will change your life 1- Join Memolink For Free Becoming a Memolink member is simple and takes less than a minute. 2- Earn Points Earn points for...
mox_hi_12@...
mox_hi_12
Offline Send Email
Nov 10, 2007
1:16 am
Messages 17885 - 17917 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