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 18849 - 18878 of 19971   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18849
Hi all, I am using PDFlib-Lite with Debian etch and aubit-4GL -> C compiler. I have LANG set to es_ES@ISO-8859-15 and Putty, Freenx, MySQL etc all work ok on...
karl.rumpf
Offline Send Email
Aug 4, 2008
6:12 pm
18850
... PDFlib does not use the LANG setting for controlling page contents since the PDF (and PDFlib) encoding machinery is more powerful. You must use the...
Thomas Merz
thomasmerz1
Offline Send Email
Aug 4, 2008
6:27 pm
18851
Vielen Dank for the quick reply! Karl ... From: "Thomas Merz" <tm@...> To: <pdflib@yahoogroups.com> Sent: Monday, August 04, 2008 8:27 PM Subject: Re:...
klgmail
karl.rumpf
Offline Send Email
Aug 4, 2008
6:35 pm
18852
Hello all: I have a long paragraph of text which might occupy several pages. I have defined a textbox, then start to flow the text. The question here is I do...
Jonathan Lee
jlee_lee740304
Offline Send Email
Aug 5, 2008
8:28 pm
18853
I'm having trouble with high resolution images (22"x79" @300dpi). When trying to load an image of 6600px by 23700px I get the following error : Problems during...
dominicalie
Offline Send Email
Aug 5, 2008
11:05 pm
18854
Hi, you can create a dummy file which will be deleted afterwards. To determine the text chunks you can use the options "blind" and "rewind" of...
Kurt Stützer
kurt@...
Send Email
Aug 6, 2008
9:29 am
18855
Hi there, Every component works well in my Debian box (Debian 4.0r3, Apache, MySQL, PHP 5.2.0). I have done the following steps: 1. Download pdflib Linux/Unix...
aaaaa835
Offline Send Email
Aug 7, 2008
7:01 am
18856
Don't know if this helps, I installed pdflib using the aubit 4gl compiler install scripts for lite but I recall it suggested something like running #libtool...
klgmail
karl.rumpf
Offline Send Email
Aug 7, 2008
8:21 am
18857
Hi All, Can I set a preference so that position 0,0 is in the top left corner not the bottom left corner? Kind Regards, John....
John Ford
jossford
Offline Send Email
Aug 7, 2008
3:09 pm
18858
This is covered in the documentation. Somewhere around "transforming" or "translating" the coordinate system, or something like that :D ... -|...
Leo R. Lundgren
leo@...
Send Email
Aug 7, 2008
3:11 pm
18859
... check out the topdown parameter (get/set Paramters in the docs) and/or the topdown oplist option in begin_page_ext() -Lance...
Lance Cotton
jose_can_u_c
Offline Send Email
Aug 7, 2008
3:14 pm
18860
Thank you guys: topdown=true ... -- Drag And Drop Ltd Chichester House 45 Chichester Road Southend-on-Sea Essex SS1 2JU 08000 43 22 12...
John Ford
jossford
Offline Send Email
Aug 7, 2008
3:22 pm
18861
I see that there is a TET plugin for Windows, but not for MacOS. I've built the TET Lite package on Mac, and it works but sadly it doesn't contain the Acrobat...
eric_tiffany
Online Now Send Email
Aug 7, 2008
10:09 pm
18862
... Sorry, we currently do not offer Mac versions of the TET Plugin. ... You are confusing PDFlib Lite, and open-source package for PDF creation, and TET, a...
Thomas Merz
thomasmerz1
Offline Send Email
Aug 7, 2008
10:23 pm
18863
Hi, We have just acquired a license key for PDFLib. This means that the PDFLIb 'stamp' no longer appears on pages. However, we now want to add a similar stamp...
nick.roper
Offline Send Email
Aug 9, 2008
10:29 pm
18864
Hello, just have a look at this sample: http://www.pdflib.com/pdflib-cookbook/pdf-import/stamp-pages/ Or search our cookbook for more solution for problems you...
Rainer Schaaf
rjsatwork
Offline Send Email
Aug 10, 2008
12:09 am
18865
Hi Rainer, That's great, many thanks. Nick...
nick.roper
Offline Send Email
Aug 10, 2008
1:33 am
18866
We are using pdflib for creation of catalogs with losts of pictures. To decrease the file size of the resulting pdf-documents, I would like to write multiple...
christoph.rothe
Offline Send Email
Aug 11, 2008
9:00 am
18867
Hi, When i try to convert a huge file to pdf, using pdflib 6.0, the application crashes. i am using a file of around 400 pages. The trace shows up like this. ...
vijay bhaskar reddy
vijay_price
Offline Send Email
Aug 11, 2008
2:04 pm
18868
Hi All, I have a PDF document with 2 columns (col1, col2) created with the PDF Block tool. I also have a PHP form setup with a text box which I can input text ...
stangn99
Offline Send Email
Aug 11, 2008
8:23 pm
18869
Is there a way to link multiple text blocks with PHP? On the PDFLIB cookbook site, the only example they provide is in Java. Would someone happen to have a...
stangn99
Offline Send Email
Aug 11, 2008
8:44 pm
18870
Is there a way to link multiple text blocks with PHP? On the PDFLIB cookbook site, the only example they provide is in Java. Would someone happen to have a...
stangn99
Offline Send Email
Aug 11, 2008
8:44 pm
18871
Hey guys, So, don't tell me that you can't have inline text in the add_table_cell function. So if I had this $text = "<fontname=Arial>Text <fontname=Avenier>to...
kkvakic
Offline Send Email
Aug 12, 2008
11:41 am
18872
Sorry I meant to say add_textflow not add_table_cell. What ever add_textflow returns goes to add_table_cell as textflow= So I guess to not confuse you: Can we...
kkvakic
Offline Send Email
Aug 12, 2008
11:46 am
18873
... yes, it is possible. ... because you use the single fittextline feature. . ... well, you don't provide us with the $opt_list, so it's hard to answer this. ...
Rainer Plöckl
ruebennase_de
Offline Send Email
Aug 12, 2008
11:46 am
18874
Hello, ... just call multiple add_textflow() calls, with the font options in the option list. As example, please see our starter_textflow (it is located in the...
Rainer Plöckl
ruebennase_de
Offline Send Email
Aug 12, 2008
11:55 am
18875
But with that I will not be able to use inline. I still have to use option_list and my inline is very complex From orientation, font, fontsize, color, link,...
kkvakic
Offline Send Email
Aug 12, 2008
3:17 pm
18876
Hello kkvakic, ... for complex inline options, it's often much more easier to work with PDF_add_textflow() and so you can split the text into chunks and alway...
Rainer Plöckl
ruebennase_de
Offline Send Email
Aug 12, 2008
3:26 pm
18877
... The reason is you have no trouble with symbol and UTF-16 text and with text which contains the character '<' (see extra options in table 4.5 of the PDFlib...
Kurt Stützer
kurt@...
Send Email
Aug 12, 2008
3:47 pm
18878
... created ... Any help with this would be greatly appreciated. Just need a PHP code for the java sample code on the cookbook page for linking blocks. =)...
stangn99
Offline Send Email
Aug 12, 2008
4:44 pm
Messages 18849 - 18878 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