... your ... the ... Thanks for the suggestion, I'll look into that. I have been reviewing a before/after version of the file that was sent to hotmail, and it...
FYI, I once received a PDF copy of something from some service/utility zipped. I thought it was strange since the .zip file was actually a few bytes longer...
Unite with the arts forum, where the artist can discuss and post projects of many mediums, from film to art to music. This community is a great place for...
Hey, there! When I have needed to include vector-based artwork, I just export a pdf from the program that generates the EPS, and use PDI to place it on the...
For those of you interested, I've been able to fix the problem. Though at first it seemed to me that the problem was with the filesize of the images, it...
... In one of the very few references to this problem that I found in the usenet archives (deja.com), this ended up being the final solution. I'll probably...
We are eventually upgrading to version 5, but I need to know what syntax to use to create links to varying pages within the PDF in earlier versions. Can you...
I am using the php gd lib to produce a barcode: // Barcode if (extension_loaded('gd')) { $bc_value = "VISA12345671V"; if (isset($bc_value) && strlen($bc_value)...
Hi, I wanted to know if somebody can help me with som example code regarding stringwidth function using ASP. Here is how i am trying to use the function...
... I don't know about the C39Object, but if you have a handle to the image data you can use to create a PDFlib Virtual File (PVF), and then pass its file name...
I am looking for an effective way to create a pdf which uses PDI to insert pdf files from various sources. One page can have a pdf file included many times....
... What makes you think so? You can place an imported page within a template as well as within a page. ... No. ... If I understand your question correctly it...
I'm working with PHP 4.3.1 and pdflib 4.0.3, when I try to run a php script I get this error message "PHP Warning: Unknown(): Unable to load dynamic library ...
Cecilia Diaz
adiaz@...
Mar 3, 2004 11:55 am
10292
... [...] ... you can pass a PHP GD image resource to pdf_open_memory_image() (assuming you have access to the image resource within your barcode object) see...
Hartmut Holzgraefe
hartmut@...
Mar 3, 2004 2:42 pm
10293
... Note that pdf_open_memory_image() is not a supported function of the PDFlib PHP binding, and its implementation is based on a deprecated PDFlib function....
Hey group, I'm having severe problems creating a PNG image with transparency in GIMP - or rather: I'm having problems getting PDFlib to acknowledge the fact...
... PDFlib does not support alpha channels in PNG images. Single transparent color values are supported, however. For multiple values, only the first one with...
Hey, Yea, I kinda figured that out by reading the manual... :o) BUT! Any chance anybody here knows how to create a PNG image with transparency that works with...
I'm going to be developing an application using coldfusion and the java binding of pdflib. There seem to be a number of ways to make this happen. the cfobject...
i'm trying to get pdflib set on a win2K server to use with coldfusion. in trying to get test it i've gotten the hello.java code to compile. hoever when i try...
I have a variable: $text = "Ship To: ABC Company 123 Lane Townsville, USA 12345"; then I do : PDF_show_xy($pdf, $text, 10, 200); the output looks like tis: ...
I'm beginning to get to the bottom of this problem and it has nothing at all to do with fonts. It seems that the problem lies with decoding streams. I've been...
I've encountered this before. The only workaround I have found is to use Acrobat to "re-make" the PDF. This can be batch automated as needed. Wish I could be...