http://www.masmarriage.com/indian/profile.asp?id=mas00615f ... Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. ... Do you Yahoo!? Yahoo!...
Hi there, I know it may not make a lot of sense, but I'm trying to make a white spot color. PDFLib 5 let me do this without any trouble, PDFLib 6 throws an...
... We added this warning because in many cases people forget that the current fill color will be used when a custom color is defined (as opposed to predefined...
Hi, Is there someone who you can help me : In multi-line textflows, if my text has a winansi encoding, the CRLF is ok BUT not with a builtin ???? With oPdf ...
... CRLF could be builtin code. Therefore within a builtin text, no code will be evaluated by textflow. You must set: Texte = "<fontname=OCRB fontsize=10...
Kurt Stützer
kurt@...
Mar 1, 2005 12:10 pm
12752
I am not having font embedding issues, but for other reasons, I am trying to create EPS files from PDFs that I build with PDFlib 6. Using Ghostscript 8.5, I...
Hello ! Where do the values "capheight", "ascender" and "descender" come from ? Is it taken from the font file or is it calculated by PDF-Lib when the font is...
Johan Pålsson
johan@...
Mar 1, 2005 3:35 pm
12755
Sorry, forgot to tell: I run 6.01, W2K server with ASP The font is installed via a UPR-file. /Johan...
Johan PÃ¥lsson
johan@...
Mar 1, 2005 4:03 pm
12756
Hi Thomas, I'm sorry, it is not possible to put a textflow text into more than one text block. But we think about this request. Kurt ... -- Best regards, Kurt ...
Kurt Stützer
kurt@...
Mar 1, 2005 4:06 pm
12757
Hi everyone, I apologize if this is straightfoward but I had no luck finding the answer in the manual (most likely due to my lack of understanding). But I am...
Hallo, this would not work with GS if you need am vector-based CMYK-EPS. If you need a bitmap based one, you can use the bitcmyk or tiffsep device to produce...
nauckt@...
Mar 1, 2005 6:14 pm
12759
Hi ok, thanks. As an alternative do you know how to split a long tekst into several smaller ones, based on the number of lines it would occupy ...say 80 lines...
Here's how I'm centering, and it's working pretty well so far. First, I account for Paper Size, so I set $WIDTH and $HEIGHT variables according to the PDFlib...
Give us your opinion and be rewarded! Be entered into our Plasma TV or $ 2,500 cash giveaway. Join our interactive Survey Panel and be rewarded for your...
Hello I am getting the following error when opening an input file with PDFLib 6.01p on Windows XP ASP.Net. PDFlib_dotnet.PDFlibException: PDF format error in ...
Hello, I am trying to send some GET params with my webaction, see code below. How is this done? I am getting the error: "PDFlib exception occurred in fs...
Which M&M's do you Prefer: Plain or Peanut's? Tell us and earn up to $25 cash or $50 Gift Certificate. I Prefer Plain Click Here! I Prefer Peanuts Click Here! ...
!!#1 POKER SITE ***PLAY FREE ONLINE POKER*** AS SEEN ON TV PARTYPOKER*** PLAY PARTY POKER AS SEEN ON TV! Free Playmoney Account, Interactive Chat , FREE 20% UP...
Hi there, Thanks for all the help. I have a new question (naturally ;)) How do you calculate how many chars are left after placing a textflow in a box with...
GENUINE DEAL - I always sell fast and cheap and my payment terms offer you the opportunity to receive, inspect and agree with the goods before release the...
Hi Keith, you must set $webaction = $p->create_action("URI", "url {jump.php?stat=new}"); because '=' is a separator sign in option lists (see chapter 3.1.4). ...
Kurt Stützer
kurt@...
Mar 3, 2005 10:42 am
12771
Hi, we use the PDFlib6 with PHP to generate datasheets on the fly. At the moment each generated PDF has the name of the PHP-script which produce the document. ...
Daniel Klee (web-e-fa...
d.klee@...
Mar 3, 2005 12:45 pm
12772
Daniel, ... this works with Mozilla/Firefox, when you use "Save page as". This does not work with IE or when you use the save button of the Acrobat Plugin...
Thanks for your answer, Rainer. ... ...as always;-/ If anybody knows a workaround, pls let me know....
Daniel Klee (web-e-fa...
d.klee@...
Mar 3, 2005 1:11 pm
12774
Hi all, I'm working with pdflib 6.0 and coldfusion. I've to display values from the form with captions and imprint it on to the pdf file. Actually it is a...
We had this problem to: it was off by one. We fixed this by replacing cr + lf with just cr before passing text to the fit_textflow() call. ... From: Arne...
Use pdflib 6's macros. Set a macro to the font you want, say "bold". Find the font that is the bold font and load it as you normally load fonts. Then, do...