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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 14635 - 14666 of 19965   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14635
Hi guys, just know i joined in this group .I have problem in my application (java) where i am using pdflib.jar 4.0.3 version.i have to use non native fonts in...
mohannaalla
Offline Send Email
Feb 1, 2006
11:56 am
14636
Hi, I am using TET 2.1.0 to extract the text content from the PDF files. I needed some information about the functions present in this. I wanted to know how...
apondu
Offline Send Email
Feb 1, 2006
2:41 pm
14637
sk bedi <skbedi2001@...> wrote: Date: Thu, 2 Feb 2006 03:02:06 +0000 (GMT) From: sk bedi <skbedi2001@...> Subject: Earn regular income through an...
sk bedi
skbedi2001
Online Now Send Email
Feb 2, 2006
9:02 am
14638
Hi All, If i put a text in a textbox using the option minlinecount to avoid single lines at the end of a textbox, it is ignored by pdflib. Please help, it is a...
Thomas Eimers
eimers@...
Send Email
Feb 2, 2006
9:22 am
14640
Hi all, I've been using pdflib for a long time creating address-labels with php (5) and apache (2) on linux. The application is completely utf8 based. I...
tobimarq
Offline Send Email
Feb 3, 2006
10:29 am
14641
Hi All, I'm new to PDFLib, so please bear with me - Is there any way to know the actual text that gets truncated if FitTextFlow returns "_boxfull"? I think I...
akritselis2002
Offline Send Email
Feb 3, 2006
6:43 pm
14642
... like to ... go to ... I'm creating the PDFs with PHP on Mac OS X. But that's not really relevant in this case. The PDFs are printed on very large...
kirk_samuelson
Offline Send Email
Feb 3, 2006
9:44 pm
14643
... I'm not sure if you can use ghostscript in Mac OSX but I did a system call in php to Ghostscript in order to print from my script. John Coder CoderSoftware...
John Coder
jcoder@...
Send Email
Feb 4, 2006
4:07 am
14644
I have problem in my application (java) where i am using pdflib.jar 4.0.3 version.i have to use non native fonts in my application for that i am using ...
mohannaalla
Offline Send Email
Feb 4, 2006
3:31 pm
14645
... From: pdflib@yahoogroups.com [mailto:pdflib@yahoogroups.com] Sent: Saturday, February 04, 2006 10:12 PM To: pdflib@yahoogroups.com Subject: [pdflib] Digest...
ian henry dagooc - MA...
dagski09
Online Now Send Email
Feb 6, 2006
5:06 am
14646
Hello, Term insurance is a life insurance contract that provides protection for a limited number of years. The death benefit is only payable if death occurs...
brinky 2006
brinky2006
Offline Send Email
Feb 6, 2006
5:55 am
14648
Hi Thomas, which version of PDFlib are you using? Kurt ... -- Kurt _______________________________________________________________ Kurt Stützer...
Kurt Stützer
kurt@...
Send Email
Feb 6, 2006
12:14 pm
14649
... You set the tint value for the spot color 1, that's white: ... $spotcolor, 1, 0, 0); Kurt ... -- Kurt ...
Kurt Stützer
kurt@...
Send Email
Feb 6, 2006
12:30 pm
14650
... That's monday morning ... :-( Please ignore the rubbish I wrote: The tint value 1 means full intensity, not white. I assume that you get an error message...
Kurt Stützer
kurt@...
Send Email
Feb 6, 2006
12:45 pm
14651
Is it possible to create a textflow with more then one ruler definition. I have two tables in my textflow and want to define different tab settings for the two...
oxbow1200
Offline Send Email
Feb 6, 2006
1:27 pm
14652
... That's not possible. After fitTextflow() you cannot access to the last text fragment. But why do you want to get it? ... I cannot imagine that you get...
Kurt Stützer
kurt@...
Send Email
Feb 6, 2006
1:32 pm
14653
... The ... text, ... commands ... way to ... But I ... I'm not printing the files here. I'm creating them to be printed elsewhere. Not knowing a great deal...
kirk_samuelson
Offline Send Email
Feb 6, 2006
2:08 pm
14654
Hi, I work at Getronics PinkRoccade - Document Services and we are also printing on large industrial printers. We print from a PRISMA print server to OCE...
Marc Smits
oxbow1200
Offline Send Email
Feb 6, 2006
2:22 pm
14655
Teachers enter student comments on a form, which then get printed on an evaluation report (pdf) I'm designing. I'd like to signal to them when the length of...
akritselis2002
Offline Send Email
Feb 6, 2006
2:36 pm
14656
... That's possible! You must define the new tab setting at the desired position in your text by inline option list: < ruler definition 1 > text 1 < ruler...
Kurt Stützer
kurt@...
Send Email
Feb 6, 2006
3:33 pm
14657
... But in your code snippet I cannot find any variable assignement of the infotextflow result like textendx = p.InfoTextflow(intTextFlow, "textendx"); Kurt ...
Kurt Stützer
kurt@...
Send Email
Feb 6, 2006
3:36 pm
14658
I do have it like you do(textendx = p.InfoTextflow (intTextFlow, "textendx") in my code. Anna ... printed on ... allocated on ... exactly ... breaks, ... but ...
akritselis2002
Offline Send Email
Feb 6, 2006
4:00 pm
14659
Okay, please send a mail to our support (support@...) with an attached logging output file of your program. You can create a logging output by the...
Kurt Stützer
kurt@...
Send Email
Feb 6, 2006
4:16 pm
14660
... Boy, do you have a LOT of wrong assumptions! ... PDF is a SUPERSET of Postscript, in terms of renderable content (let alone interactive content). It is,...
Leonard Rosenthol
leonardr@...
Send Email
Feb 6, 2006
9:48 pm
14661
Does anyone happen to know of anywhere that I might be able to find some sample PDF/X files that would be good for testing? Document content and size don't...
Mark Rickan
thx1138_ca
Offline Send Email
Feb 6, 2006
10:57 pm
14662
Hi, The following code does not produce what I would expect: <?php $g_encoding = "unicode"; $g_textformat = "utf8"; $pdf = PDF_new(); if...
pdflib4me
Offline Send Email
Feb 7, 2006
10:12 am
14663
Hi, The following code does not produce what I would expect: <?php $g_encoding = "unicode"; $g_textformat = "utf8"; $pdf = PDF_new(); if...
pdflib4me
Offline Send Email
Feb 7, 2006
10:14 am
14664
Hi, ... [...] so it would be fine, when you could explain what you expect to get. BTW, do you use the latest PDFlib 6.0.2 version? regards Rainer -- Rainer...
Rainer Plöckl
ruebennase_de
Offline Send Email
Feb 7, 2006
11:19 am
14665
... Altona test suite for PDF/X-3: http://www.eci.org/eci/en/060_downloads.php Kensington test suite for PDF/X-1a: http://www.pdf-x.com/pdfx_123_3.php You can...
Thomas Merz
thomasmerz1
Offline Send Email
Feb 7, 2006
11:20 am
14666
Hello everybody, I was suffering about DebtSteps, I saw the details here which providing you with no nonsense guidance to get out of debt. Offering advice and...
brinky 2006
brinky2006
Offline Send Email
Feb 7, 2006
11:38 am
Messages 14635 - 14666 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