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...
Show off your group to the world. Share a photo of your group with us.

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 19940 - 19971 of 19971   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19940
Hi Thomas Yes I close the page, here is my code IF lnPage <> -1 oPDF.fit_pdi_page(lnPage,lnHPosition,lnVPosition,lcRotate) && Paste the page ...
vedataral
Offline Send Email
Nov 3, 2009
6:33 pm
19941
I've got the following block of code in PHP: $tf = $this->pdf->add_textflow($tf, $text, $opts); $optList = "verticalalign=justify linespreadlimit=120%"; ...
David Moylan
moylando
Offline Send Email
Nov 3, 2009
7:43 pm
19942
Hi David, this could be a bug. Therefore contact our support (support@...) and send a code snippet by which we can reproduce the wrong results. Thanks. ...
Kurt Stützer
kurt@...
Send Email
Nov 3, 2009
8:41 pm
19943
Hello; Are there any open issues regarding 'shrinklimit'? In 6.0.2, I was using; fontname=Helvetica fontsize=8 glyphwarning=false encoding=iso8859-1...
tolgaceylanus
Offline Send Email
Nov 3, 2009
10:12 pm
19944
Hi, the options nofitlimit and shrinklimit you mentioned have only an effect if you set alignment=justify. Please show us what you want to achieve with which...
Kurt Stützer
kurt@...
Send Email
Nov 4, 2009
11:37 am
19945
Hi all, I'm getting this annoying error when I try to add some text to my textflow by using the same font handler twice. On the first 'add_textflow' everything...
dummieme
Offline Send Email
Nov 4, 2009
11:40 am
19946
Hi, what's the value of tf? I think you must set tf = $p->add_textflow(0,$e, $optlist); tf = $p->add_textflow($tf,$f, $optlist); if you are programming in PHP....
Kurt Stützer
kurt@...
Send Email
Nov 4, 2009
1:05 pm
19947
Hey Kurt, ... it is initialized with a : $optlist = "fontname=Arial fontsize=10 encoding=unicode"; $tf = $p->create_textflow("", $optlist); ... Well in fact I...
dummieme
Offline Send Email
Nov 4, 2009
1:41 pm
19948
Hi, Okay. You get the error message after a call of $p->add_textflow($tf,$e, $optlist); This means that the handle $tf = 1 is no longer valid. Reason: A call ...
Kurt Stützer
kurt@...
Send Email
Nov 4, 2009
1:51 pm
19949
Hi I am trying to fit an image with a fixed size inside a table cell, but that does somehow not work. Here's the code, I'm using (PHP): $img =...
marcellosendos
Offline Send Email
Nov 4, 2009
4:35 pm
19950
Hi Marcel, the options "width" and "height" are without any effect for PNG images (see Reference Manual). Per default, images will be placed into a table cell...
Kurt Stützer
kurt@...
Send Email
Nov 4, 2009
5:09 pm
19951
Hi Kurt Thank you for answering that fast. The combination of both (rowheight and scaling) did it! The rowheight acts as a minimal row height parameter and the...
marcellosendos
Offline Send Email
Nov 4, 2009
5:46 pm
19952
Thanks Kurt, is this a change that was introduced after release 6.0.2? With 6.0.2, using alignment=center, the text used to fit 1 line. Now, it is getting a...
tolga ceylan
tolgaceylanus
Offline Send Email
Nov 4, 2009
5:48 pm
19953
Hello, I tried to use PDF_Delete function but it doesn't exist. I'm using PDFLib V7.0 Is there a replacement function if Delete is deprecated. Thanks, Here is...
vedataral
Offline Send Email
Nov 4, 2009
6:40 pm
19954
... No PDF_delete() is not deprecated, but it is not available in object-oriented language bindings since these automatically call it when the PDFlib object...
Thomas Merz
thomasmerz1
Offline Send Email
Nov 4, 2009
7:24 pm
19955
I'm writing to a file on disk. Here is my code: lnErrCode= oPDF.Begin_Document(this.OutFileName,"") .... .... oPDF.end_document ("") In same process this...
vedataral
Offline Send Email
Nov 4, 2009
8:13 pm
19956
  Please understand that I'm trying to minimize the amount of code changes required for this migration. We have thousands of lines of code that produced...
tolga ceylan
tolgaceylanus
Offline Send Email
Nov 5, 2009
12:08 am
19957
Tolga, please send a code snippet with the exact values for fit_textflow(), a sample text etc. to support@.... So we can reproduce the results and can...
Kurt Stützer
kurt@...
Send Email
Nov 5, 2009
10:23 am
19958
Jimisha made to expose in woods and indulging in sexual activity! Desi call girl Jimisha stripping herself and making herself ready for her customer. He then...
~~ Ainee ~~
aineehot1
Offline Send Email
Nov 7, 2009
12:40 am
19961
Hi We already use the pdfblock tool and PPS to allow us to easily add custom data to a pdf. We now need to handle a different situation and I am not sure who...
Zahir Lalani
zlalani
Offline Send Email
Nov 7, 2009
12:07 pm
19962
... First of all, you should consider whether you can gain more control/cooperation regarding the PDF creation process. If this is not possible you can achieve...
Thomas Merz
thomasmerz1
Offline Send Email
Nov 8, 2009
3:30 pm
19963
Thx Thomas Yes, I did see that example. But what I did not realize was the ability to extract the font info and to replace the text in the original font. Your ...
Zahir Lalani
zlalani
Offline Send Email
Nov 8, 2009
6:28 pm
19964
Is there a rough estimate of the PRC implmentation date?...
randall.toepfer
Offline Send Email
Nov 9, 2009
4:52 pm
19965
It's definitely post PDFlib 8.0 which we will release very soon. The priority of PRC support after PDFlib 8 depends on user inquiries, and so far we haven't...
Thomas Merz
thomasmerz1
Offline Send Email
Nov 9, 2009
6:15 pm
19966
Thanks Thomas. If I used another appliation to create a PDF that only contains a 3D annotation/poster, I should then be able to use the pdflib merge...
randall.toepfer
Offline Send Email
Nov 10, 2009
7:54 pm
19967
... No, this won't work since PDI imports only the actual page contents, but not any interactive elements. Thomas ...
Thomas Merz
thomasmerz1
Offline Send Email
Nov 10, 2009
8:01 pm
19968
Hi, When I submit a utf-8 text to a php file, I don't get the expected result. This text: Wij vinden een goed ondernemersklimaat belangrijk. Daarom moet er...
bontjerate
Offline Send Email
12:47 am
19969
Are you sure $this->pagina4Tekstblok2Tekst is emitting utf-8 encoded text? I've had trouble before where the problem was the database handle used to get the...
guy@...
guy_mmmmmm
Offline Send Email
2:45 am
19970
Hi, We are evaluating PDF lib developers kit for generating a PDF which will have two rows layout for each of the transaction. We are planning to provide a PDF...
nihirporecha
Offline Send Email
5:57 am
19971
Hi, The data is pulled straight from a $_POST var. Is there a way to check if a string is UTF-8 or not? If I echo $this->pagina4Tekstblok2Tekst to the screen...
bontjerate
Offline Send Email
6:51 am
Messages 19940 - 19971 of 19971   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