Hi, I have a b/w Tiff where the white has been made transparent and I want to import it into the PDF where I change the black to my favorite color. According...
... You can colorize only images with a single color component, but not 3-color or 4-color images (e.g. RGB, CMYK). Your image may look b/w, but it could...
Hi. I have a strange Problem with load_image in java under linux. Somethimes the load_image-Call returns me a handle which seems to be valid. But one line of...
Hi. I'm using fit_textflow for rendering some table cells for my data structure. I noticed a case where the fit_textflow funktion renders the text in 2 lines...
Hi Thimo, please send a small sample program, which leads to this result, to our support (support@...) and tell us which PDFlib version you are using. ...
Kurt Stützer
kurt@...
Aug 3, 2006 9:24 am
15553
One thing that jumps to mind-- any chance there is actually whitespace such as a newline at the end of that string? If so, trimming it before setting it might...
... %s",PDF_get_errnum(p),PDF_get_apiname(p),PDF_get_errmsg(p)); ... Hello Why are you operating on two library instances ? All your work should be done in...
Hi. I'm using fit_textflow with aligment=justiy and lastalign=justify to render text into a pdf. But if the text ist short enough to be printed on one line...
Hi Thimo, you can increase the value of following options: - nofitlimit (default: 75%) - maxspacing (default: 500%) - spreadlimit (default: 0) Kurt ... -- Kurt...
Kurt Stützer
kurt@...
Aug 4, 2006 12:38 pm
15558
This isn't a request for help or a moan about something that doesn't work as expected it's a message to all the guys at PDFLib to say thanks for providing us...
... Hi. Seems to be work fine with one limitation. Are there only two Words in a line then the line isn't justified. With three words it works. How can I force...
Great Bonus : Download 130 Million Email Address ourComplete Business Package: 250+ professional layered Photoshop PSD website templates 650+ HTML Website and...
Great Bonus : Download 130 Million Email Address ourComplete Business Package: 250+ professional layered Photoshop PSD website templates 650+ HTML Website and...
hi friends, I am strucked in the problem where I need to display different styles of CJK fonts in pdf document to be generated with pdflib apis. I want to set...
... Look for the option "fontstyle" of load_font(). Kurt but to use other fonts(italic chinese, bold ... -- Kurt ...
Kurt Stützer
kurt@...
Aug 7, 2006 12:46 pm
15566
Hi Guys, Fairly new to PDFLIB - I'm having problems trying to get the Macro functionality working in textflow - I've had no problem with the Inline method but...
... Textflow doesn't make a difference between one, two or more words. Textflow doesn't know about words, but looks for spaces (U+0020). If the "two words" are...
Kurt Stützer
kurt@...
Aug 7, 2006 6:18 pm
15568
Hi Gurddarsman, the option list of PDF_create_textflow() isn't an inline option list. Therefore you must sweep away the angle brackets < and > : $options =...
Kurt Stützer
kurt@...
Aug 7, 2006 6:33 pm
15569
Hi. Very strange. Space are value 0x20 and i have set maxspacing to 10000%, but if i put "aa bb cc" in my string it would be justified corretly. Setting "aa...
Hello- I am attempting to colorize a 2 color (monochrome) gif image in which one color has been made transparent. I can see the transprency in the image when I...
Thanks Kurt for your response, I searched in many documents about the function load_font(). I still am unable to find the oprion about style setting. Could...
Which PDFlib version are you using? I refer to version 6.0. Kurt ... -- Kurt _______________________________________________________________ Kurt Stützer...
Kurt Stützer
kurt@...
Aug 8, 2006 8:53 am
15573
Hi Kurt, I am using version 6.0. My questions is that what are the possible values for 3rd argument for functino load_font(). In short I want to know how can...
Please set "nofitlimit=100%", not "nofitlimit=0%". If "nofitlimit" is less than 100% textflow accepts text lines which are not completely fit into box width -...
Kurt Stützer
kurt@...
Aug 8, 2006 9:05 am
15575
... I think that you mean the argument "optlist". You can find the possible options of this option list in table 8.17. In chapter 4.6.3 "Text Variations" you...