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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 16608 - 16647 of 19965   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16608
Hi, I have created a PDF (stored in buffer, not in file) with PDFLib 6. Now I want to place this PDF-buffer in a new PDF, how can I place the PDF-buffer on a...
spike2109
Offline Send Email
Feb 1, 2007
11:28 am
16609
... one? ... Hey Andreas It's not possible to place your buffer a special place ind your browser - it automaticly shows the PDF-document like when you opens a ...
brianstaal
Offline Send Email
Feb 1, 2007
12:15 pm
16610
... Hi, I don't want to print the buffer, I want to create a PDF object and place it several times for example on a DIN A4 page. I want to duplicate an...
spike2109
Offline Send Email
Feb 1, 2007
12:38 pm
16611
Hi, why don't you use templates? Templates are perfect for this kind of work. best regards Benedikt Quirmbach...
Benedikt Quirmbach
benedikt@...
Send Email
Feb 1, 2007
12:52 pm
16612
... I read the part about templates in the manual and this sounds very good. I will try it ... THANKS! :-)...
spike2109
Offline Send Email
Feb 1, 2007
1:04 pm
16613
Is there a way to change the color of the font. For a report I need to change the font color from black to white....
kamat_anita
Offline Send Email
Feb 1, 2007
1:28 pm
16614
Hi, I'd like to crop a part of a pdf to a new pdf. To do this I wrote the following code double dPageHeight = pdf.pcos_get_number(iDoc, "pages[0]/height"); ...
reynard_michel
Offline Send Email
Feb 1, 2007
1:55 pm
16615
I've been asked to get Cyrillic scripts (Russian in particular) working on an older PDFLIB application we use that I did not author and am not very familiar...
mmarconi2
Offline Send Email
Feb 1, 2007
9:01 pm
16616
Hey guys and gals, I have a strange problem. No matter what colour i try to set in a script it is always black. example: pdf_setcolor($pdf, "fill", "rgb", 0,...
a_puckey
Offline Send Email
Feb 2, 2007
1:38 am
16617
Hi everyone, I successfully built the pdflib C library file on my server. (Running Linux/PHP 5.1.6) and it resides at /usr/local/lib (libpdf.so). Trying to...
siogo
Offline Send Email
Feb 2, 2007
2:35 am
16619
Hi, you should get the important hint in your error log. You might also enable the PHP error reporting, to get this issue directly: ... returns: pdf_setcolor()...
Rainer Plöckl
ruebennase_de
Offline Send Email
Feb 2, 2007
8:08 am
16620
Dear experts, ;-) is there a way in PDFlib 7 to ask a table - placed by fit_table - for its lowest x/y position, similar to info_textflow with...
metadaten
Offline Send Email
Feb 2, 2007
8:11 am
16621
hello everyone, sorry, my english is not so good so maybe someone is here who can read german: ich hab folgendes problem mit pdflib. ich möchte einen text...
moritz
henry2581
Offline Send Email
Feb 2, 2007
9:22 am
16622
... Hello pdf->setcolor("fillstroke", "rgb", 1.0, 1.0, 1.0, 0.0); This will change the color of all subsequent calls to text- or paint routines to white....
lars_stegelitz
Offline Send Email
Feb 2, 2007
10:55 am
16623
... Hi, I tried to use a template, but my Acrobat says "Diese Datei ist beschädigt und kann nicht repariert werden" (this file is corruptet and cannot be...
spike2109
Offline Send Email
Feb 2, 2007
11:02 am
16626
You can ask for the corners of the actual table rectangle x1,y1,... by info_table(). Kurt...
Kurt Stützer
kurt@...
Send Email
Feb 2, 2007
11:41 am
16627
Hi Andreas, my route of solving this is by using PDF blocks. I would place the 8 blocks where they need to be and then you can fill the blocks with the ...
marvin.dent
Offline Send Email
Feb 2, 2007
1:18 pm
16628
Thank you. Regards, ... Anita Kamat MIS Department Interstate National Dealer Services, Inc. Tel: 800-942-0400 ext 1016 mailto:anita_kamat@... ...
anita_kamat@...
kamat_anita
Offline Send Email
Feb 2, 2007
1:27 pm
16629
Hallo Moritz, ich denke es kommt darauf an, wie Du den Text plazierst. Mit Fitboxes und textflows sollte das eigentlich gut gehen. Zuerst musst Du checken ob...
marvin.dent
Offline Send Email
Feb 2, 2007
1:31 pm
16630
Hola a todos (sobretodo a los hablahispana), Mi problema es que cuando cambio el color de texto a un bloque con la opcion fillcolor={rgb 1 0 0} y que pongo...
asnodeejay
Offline Send Email
Feb 2, 2007
1:32 pm
16631
Hola a todos (sobretodo a los hablahispana), Mi problema es que cuando cambio el color de texto a un bloque con la opcion fillcolor={rgb 1 0 0} y que pongo...
asnodeejay
Offline Send Email
Feb 2, 2007
1:33 pm
16634
Hello Im using the function textblock and have one char that I would like in a bigger font size. Is this possible to do, and how would I then do it. Best...
Cristina Eriksson
d98_cer
Offline Send Email
Feb 2, 2007
6:25 pm
16635
Please have a look at the chapter "Multi-line textflows" in the manual. Especially the text about inline macros - might be exactly what you are looking for....
Frank Arensmeier
dasendevomnetz
Offline Send Email
Feb 2, 2007
7:40 pm
16636
Un saludo a todos los integrantes de este grupo, estoy intentando hacer un script en PHP que extraiga textos y graficas de un documento PDF, consultando se que...
Jorge Eduardo Olaya P...
olayajeo
Offline Send Email
Feb 2, 2007
10:34 pm
16638
I finally got PDFlib working, version 7, PHP 4.4.4., Linux The older server I am migrating from uses PHP 4.4.2/PDFlib GmbH Version 5.0.2/Linux On the newer...
siogo
Offline Send Email
Feb 4, 2007
1:24 am
16639
Julian, ... I tested this with PDFlib 7 and PHP 5.1.x and PHP 4.4.3 and both works fine. I simple use the precompiled binaries from the PDFlib 7 package. I...
Rainer Plöckl - PD...
ruebennase_de
Offline Send Email
Feb 4, 2007
12:14 pm
16643
Hi, I want to colorize a masked tif-image. This works as descibed in the manual with a spot color. But I don't want to use a spot color, i need a simple cmyk...
Benedikt Quirmbach
benedikt@...
Send Email
Feb 6, 2007
4:55 pm
16645
... This works only indirectly since CMYK requires four color channels, but you can only colorize 1-channel images. However, you can define a custom spot color...
Thomas Merz
thomasmerz1
Offline Send Email
Feb 6, 2007
5:27 pm
16646
Hi there, i want to use python and pdflib_py to put some Datamatrix Codes into existing pdf files. My first steps led me to try something out with one of the...
Thomas Sprinzing
thomas@...
Send Email
Feb 6, 2007
5:52 pm
16647
Hi Thomas, ... I think this is a missunderstanding: I have a grayscale tiff that i masked with a 1bit tiff. Now I want to colorize this masked grayscale image....
Benedikt Quirmbach
benedikt@...
Send Email
Feb 6, 2007
6:13 pm
Messages 16608 - 16647 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