Hello everybody, in my application, I must concatenate PDF files. THe concatenation works, but some problems appear in the final PDF file. For example, we have...
4359
Thomas Merz
tm@...
Oct 1, 2001 3:19 pm
... I'm not sure whether I understand you correctly, but you may be running into a font-related problem in Acrobat 4.0 which has been fixed in Acrobat 4.05 and...
4360
Wangs@...
Oct 1, 2001 5:04 pm
I need to generate multi page document programmatically. I have to put the page number in each page in the format of (Page 1 of 10, Page 2 of 10...). I need...
4361
David Teran
david.teran@...
Oct 1, 2001 6:12 pm
Hi, if you wait one week, then you can try out our XML and PDFlib based product, PDFGenerator which supports this besides a lot of other very nice features...
4362
zliang68@...
Oct 2, 2001 4:06 am
I generated a pdflib.dll from the pdflib_dll project and placed it into windows system directory. added #define PDFLIB_DLL in the pdftest.c before #include...
4363
Matthew R. Williams
mrw@...
Oct 2, 2001 5:09 am
I am using PDFLib and PDI to basically drop dynamic text on existing PDF templates. The existing PDFs, which I read using PDI, have embedded fonts. I would...
4364
Shepherd, Tim
tim_shepherd@...
Oct 2, 2001 5:24 am
Hiya I have a application using PDFLIB 3.03 (activex package) to generate large volumes of pdf files at one time (by "large volume" I mean 300+ individual ...
4365
Tony
t_galan@...
Oct 2, 2001 6:28 am
This is what I get when trying to make. Any ideas on how to get around this? Thanks in advance Tony Galan # make cd tiff && make ../libtool --silent...
4366
Thomas Merz
tm@...
Oct 2, 2001 9:41 am
... Frankly, I have no idea what might be causing this -- it's definitely not an undocumented feature to generate bad PDF output :-) If you send a few samples...
4367
Thomas Merz
tm@...
Oct 2, 2001 9:45 am
... Both cannot be done with PDFlib/PDI, although PDI internally has a list of fonts which are used in imported documents. Even if we exposed this list you...
4368
Rainer Schaaf
rjs@...
Oct 2, 2001 12:23 pm
You might try to configure PDFlib so that it does not use the -Aa compilerflag. $ CFLAGS= ./configure will do this. Another option is to use gcc. ... -- Rainer...
4370
ram prakash
ramprakashtnj@...
Oct 3, 2001 12:32 pm
Hi there, Is there anyway I can generate a PDF document using PDFLIB Component after XML + XSL or XSL Transformation? Timely help is greatly appreciated. ...
4371
ram prakash
ramprakashtnj@...
Oct 3, 2001 12:33 pm
Hi there, Is there anyway I can generate a PDF document using PDFLIB Component after XML + XSL or XSL Transformation? Timely help is greatly appreciated. ...
4372
Samuel Ledresseur
samuel.ledresseur@...
Oct 3, 2001 3:03 pm
4373
suma ronanki
sronanki@...
Oct 3, 2001 3:13 pm
Unsubscribe __________________________________________________ Do You Yahoo!? Listen to your Yahoo! Mail messages from any phone. http://phone.yahoo.com...
4374
arnet@...
Oct 3, 2001 4:08 pm
Hi there, Is there anyway I can generate a PDF document using PDFLIB Component after XML + XSL or XSL Transformation? Timely help is greatly appreciated. ...
4375
Jean-Marc Strauven
Jeanmarc.Strauven@...
Oct 3, 2001 6:42 pm
Unsubscribe...
4376
danedor2@...
Oct 3, 2001 7:32 pm
Hello, My question is how to create a pdf file with multiple pages? Do you call p.dumpPage() many times or use p.continue()? I will appreciate your help. dane...
4377
bbhaskarn@...
Oct 3, 2001 8:25 pm
Is there any tool, where we can specify an image to be single strip ? ... report ... DPI:216.0x216.0...
4378
Randy H. Drisgill
drisgill@...
Oct 4, 2001 4:33 am
Trying to decide between pdflib and activepdf... I need to have many pdf templates on a server (some rather large), that get populated with data and possibly...
4379
David Teran
david.teran@...
Oct 4, 2001 8:20 am
Hi, we will release our XML to PDF tool with Java, PHP4 and Servlet examples, of course also WebObjects within the next week. It uses PDFlib to convert XML...
4380
avalon@...
Oct 4, 2001 9:49 am
Hello, I am trying PDFLib and I would like to generate a document that has mixed landscape and portrait sheets. This can be acomplished by swapping width and...
4381
culleyharrelson@...
Oct 4, 2001 1:35 pm
I have been working with 4.01 (php bindings) on my devleopment machine and I have finally found an isp who supports pdflib but they are on version 3.01. How...
4382
mikapva@...
Oct 4, 2001 1:41 pm
4383
Thomas Merz
tm@...
Oct 4, 2001 2:35 pm
I'm not aware of any mainstream image editor which lets you specify the number or size of strips in an image. However, the tiffcp program which is part of the...
4384
resourcemail5th@...
Oct 4, 2001 2:51 pm
No need for searching & researching for endless hours to find the best ways & tools for promoting your website, nor the need for endless hours of site link...
4385
Shiva Sankaran
Shivsank@...
Oct 4, 2001 2:54 pm
Hi, I want to create PDF files using some kind of plugin or ActiveX object from within ASP. I am trying to find the right COM object to do this. I read the...
4386
Bala Bhaskaran
bbhaskarn@...
Oct 4, 2001 2:56 pm
Hi, tiffcp allows you to specify rows/strip. But you have to know ImageLength to make it SingleStrip. I have made an internal change to tiffcp.c to actually ...
4387
Rainer Schaaf
rjs@...
Oct 4, 2001 4:30 pm
The main problem is, that the PHP wrapper for PDFLib V3 is not complete. There are missing some important features (one of themis PDF_new, PHP used another...