Hi, I am using fit_textline() to fit a text in a box. I want the text to be clipped when the text lenght exceeds the box length. I tried using different...
... Yes, this doesn't help, because the clipping path is the border of the text box. The size of the text box can be set by the "matchbox" option (see chapter...
Kurt Stützer
kurt@...
Sep 4, 2007 4:04 pm
17657
Hi kurt, I am a little confused. I am actually writing the code as pdf_fit_textline(string,len,pXTw,pYTw,boxsize{urx,ury} fitmethod clip) I tried various...
Hi Vijay, sorry, my last reply was wrong: the clipping path in the case of "fitmethod=clip" in pdf_fit_textline is not the textbox but the fitbox. If you are...
Kurt Stützer
kurt@...
Sep 7, 2007 8:27 pm
17660
Does anyone have advice on this - all of my programmers are stumped!! Help? Ada ... -- Ada Vaughan Executive Vice President Allegro Communications, Inc. -...
Have you actually examined the PDFs to see what colors ARE being written? Does the color shift happen in all versions of all viewers? If not - where does it...
Leonard Rosenthol
leonardr@...
Sep 9, 2007 3:36 pm
17663
Yes - I am getting different values for all 4 - CMYK all change. The color shift is happening in all versions tested to date. No transparency is involved, and...
Hello, I want to use inline styles for a textflow. Is there any way to return to a previously used style without knowing what style it was? Something like...
Benedikt Quirmbach
benedikt@...
Sep 10, 2007 11:08 am
17665
Can you provide some minimal code that reproduces a pdf file with your described issue? -Lou...
Don't SUSPECT anything... Adobe Acrobat has the tools you need to determine the colorspace of a given object. Go ahead and use it to check the PDF. Leonad...
Leonard Rosenthol
leonardr@...
Sep 10, 2007 12:04 pm
17667
I have checked the PDF, and that's how I know the colors are wrong. A ... -- Ada Vaughan Executive Vice President Allegro Communications, Inc. - Central Office...
This from my team: Yes, the explicit setting for the /fillcolor/ on the PDF_fill_textblock() function is commented out, this is because the /fillcolor/ is set...
Can you post a sample PDF? I still would like to see what values you think are wrong - and why. Thanks, Leonard...
Leonard Rosenthol
leonardr@...
Sep 10, 2007 8:42 pm
17672
I have had this problem before. But thought that I had solved it by adding a file name to begin_document so that PDFLib would use the HD instead of the HEAP...
Hello, is there anyone who uses tinymce to write content for PDFs? I'm looking for PHP code to transform formated text that comes from tinymce to a text...
Benedikt Quirmbach
benedikt@...
Sep 11, 2007 11:59 am
17674
... We're not using tinymce, but I've been looking at doing something similar (with a simpler WYSIWYG textarea handler) for some time now. My plan so far is to...
Sascha Welter
deuche.ya@...
Sep 11, 2007 1:39 pm
17675
We are using tinymce and I'm doing just what you are trying to accomplish, however, it's in ruby. It's pretty simple, what I did was took the tags that I am...
Hi Dan, thank you for your infos! I will try to do the same in PHP. There is still another thread of me unanswered in the list: "return to prev. style". I was...
Benedikt Quirmbach
benedikt@...
Sep 11, 2007 3:21 pm
17677
The only way I found to do that is have a default style to go back to. I found pdflib tags do not work like html, you don't have a start bold tag and then an...
Many girls get herpes and hpv.They are very alone. Do you want to fill them? You just need to create a free anonymous personal ad. Then you will be able to...
No, 1) Acrobat doesn't support Java. It supports JavaScript. The only commonality between the two languages is that they have 'Java' in the name. 2) To...
Douglas Hanna
douglas.hanna@...
Sep 11, 2007 6:33 pm
17681
You Have Finally Found It Genuine Lifetime Income!! www.moreinfo247.com/9509568/CB <http://www.moreinfo247.com/9509568/CB> Earn!! ŕ 5000 US Dollars per month...
This is really bad... I want to have more controle over the styles to use. So tinymce writes code with stylesheets like "<span class='mystyle'> the text</ ...
Benedikt Quirmbach
benedikt@...
Sep 12, 2007 6:18 am
17683
Not sure about somebody posting something about this, and I'm not sure about an archive either. What I do know is you are right, the regexes I had to write to...
Thank you very, very much for the code! ... but I got it on my own now. I decided to return allways to a standard macro on "</span>" or "</p>". It would be...
Benedikt Quirmbach
benedikt@...
Sep 12, 2007 3:07 pm
17685
Greetings all, is there a way to force text to continue past the bounding box when using create_textflow/fit_textflow for single lines of text? Thanks. marc ...