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...
... 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 ...
... 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...
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"); ...
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...
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,...
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...
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()...
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...
... 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....
... 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...
You can ask for the corners of the actual table rectangle x1,y1,... by info_table(). Kurt...
Kurt Stützer
kurt@...
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 ...
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...
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...
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...
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...
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....
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...
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...
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...
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@...
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...
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@...
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....