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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 16096 - 16126 of 19965   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16096
Hello again. I would take a look at the PHP DOM functions. It should be possible to walk through a html page and for example retrieve all style attributes for...
Frank Arensmeier
dasendevomnetz
Offline Send Email
Nov 1, 2006
9:07 am
16097
I am using a program to generate an bar code image at the bottom of a pdflib document. My problem is when I go to multiple page documents that need a...
bjpc1
Offline Send Email
Nov 1, 2006
3:19 pm
16099
Hello, We have recently completed a project that called for something exactly like what you are describing. I have experimented with two options, and both of...
psomu
Offline Send Email
Nov 1, 2006
8:58 pm
16100
Ok, This is most certainly an OS X issue. As I am currently running a login session, OS X will give my user fonts precedence over the system wide fonts. Since...
Juergen Schreck
juesch_2000
Offline Send Email
Nov 1, 2006
9:27 pm
16101
... Yes, access to system fonts by applications without any user interface can have some "surprising" results on OS X. It gets worse if you install or...
Thomas Merz
thomasmerz1
Offline Send Email
Nov 1, 2006
10:32 pm
16102
... Thank you Thomas. I'll download that manual and read some more. I don't think I'd have the option to upgrade my client to version 7 for this project so I...
Juergen Schreck
juesch_2000
Offline Send Email
Nov 2, 2006
4:47 am
16103
Dear Stegelitz, thanks for contect. the Problem is that i am having some scanned documents in PDF format and i wanna shared it upon the network but i want to...
g k
kisspk2002
Offline Send Email
Nov 2, 2006
5:05 am
16104
Hi there, we realized this feature Q1/06, maybe this code excerpt helps: $iFontsize = 10.0; // Standard Schriftgröße $iHead1Size = 24.0; // Headline 1...
Alexander Hauck
dctvah
Offline Send Email
Nov 2, 2006
9:46 am
16105
Hi Alex, ... wow, this is really kind of you to show the whole thing! Thank you very much! Today there came up another question about this project: What to do...
Benedikt Quirmbach
benedikt@...
Send Email
Nov 2, 2006
10:22 am
16106
Hello, as i wrote in the thread "Texteditor" bevor, i am working on a project where text is filled in a web form and then written into a textflow for PDFLib. ...
Benedikt Quirmbach
benedikt@...
Send Email
Nov 2, 2006
10:28 am
16107
... Benedikt, have a look at http://www.w3.org/TR/html4/struct/text.html#h-9.3.3 The described characters are well-known to pdflib. Kind regards, Patrick...
Patrick Schulz
pschulz@...
Send Email
Nov 2, 2006
10:48 am
16108
Hi-ya. I am starting a pdflib project, and I would like to get some ideas on how I should model our page flow. We already have a Module concept and we...
kentusha
kentgibson
Offline Send Email
Nov 2, 2006
10:57 am
16109
Hi, Don't know how to explain, I'd like to have an area of a pdf dedicated to another pdf. Let's say we have a pdf for an invitation card with a text field for...
Flornet
Offline Send Email
Nov 2, 2006
11:31 am
16110
... Hello again I don't know if your problem can be solved, but to speak in terms of pdflib: You can protect your PDF files with the permissions dictionary....
lars_stegelitz
Offline Send Email
Nov 2, 2006
12:18 pm
16111
We place images into PDFLib blocks a lot. Mostly use JPEGS. But the program has a dropdown that allows for you to use a Block type of "image" and image type of...
Ada Vaughan
adavaughan
Offline Send Email
Nov 2, 2006
12:37 pm
16112
Hi and sorry for this question. I have three inputfields within php. I want to generate a textblock from this fields (let's call them field1, field2, field3). ...
jens_koerte
Offline Send Email
Nov 2, 2006
3:18 pm
16113
... Jens, what about a simple \n ? -- Kind regards, Patrick Schulz...
Patrick Schulz
pschulz@...
Send Email
Nov 2, 2006
3:57 pm
16114
Hi! I found the solution: use ... bla blub foo <nextline> bar foo ... Greetings Jens...
jens_koerte
Offline Send Email
Nov 2, 2006
4:02 pm
16115
... Jens, Try something like this: $output = $_GET['field1'] . "\n" . $_GET['field2'] . "\n" . $_GET['field3']; Note the double quotes around the \n. This is...
Adam
adam@...
Send Email
Nov 2, 2006
4:13 pm
16116
... This is not possible with PDFlib: You cannot start with a "very long page" and then split a too long page "into proper length", if the origin coordinate is...
Kurt Stützer
kurt@...
Send Email
Nov 2, 2006
5:13 pm
16117
Hello, I am currently rendering a PDF which contains 10 photos. I define a height / width for the image in my fit_image call. Because the photo doesnt always...
Luc Levesque
lucl2000
Offline Send Email
Nov 2, 2006
8:17 pm
16118
It is out and I need it desperately! the php_pdf.dll bundled with php 5.2 is extremely old. please hurry :)...
richardstallmann
richardstall...
Offline Send Email
Nov 3, 2006
7:55 am
16119
Hi all! I want to create a document with user-entered values. Here are the things I want to do: 1. Create a textbox with a fixed size 2. Place 3 Lines within...
jens_koerte
Offline Send Email
Nov 3, 2006
8:34 am
16120
Hi all! I want to create a document with user-entered values. Here are the things I want to do: 1. Create a textbox with a fixed size 2. Place 3 Lines within...
jens_koerte
Offline Send Email
Nov 3, 2006
8:34 am
16121
Hi all, Im trying to copy 3D artwork from source PDF document to newly created one using pdflib 7. I've managed to copy U3D object itself, but created document...
mr.fduch
Offline Send Email
Nov 3, 2006
10:00 am
16122
... We identified and fixed a problem in PDFlib 7.0.0 which affects the initial display of U3D annotations. The fix for this problem will be contained in the...
Thomas Merz
thomasmerz1
Offline Send Email
Nov 3, 2006
11:35 am
16123
... If this " background box" is identical with the fit box of PDF_fit_image() function (width=$PhotoWidth, height=$PhotoHeight in your code below) you can...
Kurt Stützer
kurt@...
Send Email
Nov 3, 2006
11:52 am
16124
Hi Jens, PDFlib doesn't provide an automatic procedure for that, especially for step 5. First, you must calculate the longest text string, here "I live...
Kurt Stützer
kurt@...
Send Email
Nov 3, 2006
12:04 pm
16125
How can I make drop shadow in PDFlib?...
Alexandru Ghiura
ghalexandru
Offline Send Email
Nov 3, 2006
12:05 pm
16126
How can I do drop shadow in PDFLIB ????...
Alexandru Ghiura
ghalexandru
Offline Send Email
Nov 3, 2006
12:08 pm
Messages 16096 - 16126 of 19965   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