Hi, I'm totally new to PDF lib. How (if possible) can I solve the following problem (using PDFlib & PHP): I want to search the titles of a PDF document and...
6261
Rainer Schaaf
support@...
Sep 2, 2002 1:16 pm
Hello, you may use the ActiveX Version of PDFlib. This version works with ASP and may be used from ASP.NET directly with some additional effort. To use...
6262
Leonard Rosenthol
leonardr@...
Sep 2, 2002 2:18 pm
... You can't - PDFlib doesn't support the functions you are asking for. You can using other tools such as pdftext, ghostscript, JPEDAL, etc. Leonard -- ... ...
6263
ricky1281214
Sep 3, 2002 2:02 am
Hello !! PDFLIB can Word(.doc) to PDF ??...
6264
project_pdf
Sep 3, 2002 7:51 am
Hallo! Im Zuge einer Ausbildung in in der Fachrichtung Informatik (3tes u. 4tes Semester) gibt es die Möglichkeit ein Projekt eigener Wahl durchzuführen. Wir...
6266
project_pdf
Sep 3, 2002 8:06 am
Hallo! Im Zuge einer Ausbildung in in der Fachrichtung Informatik (3tes u. 4tes Semester) gibt es die Möglichkeit ein Projekt eigener Wahl durchzuführen. Wir...
6267
project_pdf
Sep 3, 2002 8:08 am
Hallo! Im Zuge einer Ausbildung in in der Fachrichtung Informatik (3tes u. 4tes Semester) gibt es die Möglichkeit ein Projekt eigener Wahl durchzuführen. Wir...
6268
Rainer Ploeckl
ruebennase_de
Sep 3, 2002 8:14 am
Hello, please post only once, but in english to this mailing list. ... yes. ... you need a license, because you need the extension PDI. ... this depends to the...
6269
prismngp1
Sep 3, 2002 8:45 am
Friends, I just want to get the api files(.jar,.class) so that I could edit and publish a new pdf document using Java. Could anybody help me out? I read...
6270
Leonard Rosenthol
leonardr@...
Sep 3, 2002 12:48 pm
... No. Leonard -- ... Leonard Rosenthol <mailto:leonardr@...> <http://www.lazerware.com>...
6271
johnzarth
Sep 3, 2002 8:06 pm
Hi, I am using PDI to open an existing PDF document, wirte some footers on every page then save it. I noticed all the text annotations in the original PDF...
6272
Thomas Merz
thomasmerz1
Sep 3, 2002 8:56 pm
... This is documented behaviour, and there is no way to prevent this. However, you can add new hypertext elements using PDFlib calls. Thomas ...
6273
Rich Clingman
bachniv
Sep 4, 2002 6:40 am
When using PDFlib w/ PDI, is there a way to "rotate" the imported page before or during "placing" the page? I see how to "get" the rotation value, but don't...
6274
phillip@...
Sep 4, 2002 7:10 am
... Not in the current PDI API. Should be easy to implement: PDF_place_pdi_page($pdf, $page, lx, ly, sx, sy, rotation); Basically it is just setting the matrix...
6275
larrylarrigan
Sep 4, 2002 8:40 am
Hey there, Is it possible to print out the same PDF document on different printers and have them print to the exact same place on the page? I have tried this...
6276
Thomas Merz
thomasmerz1
Sep 4, 2002 8:45 am
... Sure! ... The /Rotate key is an internal value in PDF which doesn't really help you here. The solution is to appropriately translate and rotate the...
6277
David Bouw
maillist@...
Sep 4, 2002 9:06 am
Dear Larry ... This problem has more to do with your printer drivers than PDF. (Try printing the same Word document on the two printers and they would probably...
6278
usersarepowerless
usersarepowe...
Sep 4, 2002 9:14 am
Hi, Could someone give me some pointers with this? I've re-read the manual and looked at various posts on here but I'm still confused. I'm trying to set the...
6279
Thomas Merz
thomasmerz1
Sep 4, 2002 9:43 am
... makespotcolor makes a named spot color from the current fill color. Therefore you must set the required CMYK alternate values for you spot color before...
6280
larrylarrigan
Sep 4, 2002 9:53 am
... of calibration value in ... We were hoping to be able to print the PDF exactly the same on many different printers. Can you think of any way of ensuring...
6281
usersarepowerless
usersarepowe...
Sep 4, 2002 10:10 am
... It makes a named spot color from the current fill color?? And I have to set an alternative CMYK color first? So - I call setcolor with "cmyk" as the...
6282
Thomas Merz
thomasmerz1
Sep 4, 2002 11:02 am
... Whatever you set with your last call to setcolor. ... This is a requirement of PDF. Although the named color (spot color) will ultimately be used when you...
6283
usersarepowerless
usersarepowe...
Sep 4, 2002 11:46 am
Aha. So assuming I'm looping through a bunch of database records that have cmyk values, a spot color, and a text string to write: For each record, the text...
6284
Thomas Merz
thomasmerz1
Sep 4, 2002 12:00 pm
... Actually, you'll see RGB values (since your monitor works in RGB) which Acrobat calculated from the embedded CYMK values. ... Correct. Note that you...
6285
usersarepowerless
usersarepowe...
Sep 4, 2002 12:07 pm
... Hey, I just build the thing. They wanna go mental on spot colors, that's their issue.. :)...
6286
Thomas Merz
thomasmerz1
Sep 4, 2002 12:27 pm
Attached comes a patch which fixes the original pattern problem (not switching back from pattern colorspace) while avoiding the problem introduced with the...
6287
mortenfahrnholz
Sep 4, 2002 12:59 pm
Hi How come this doesn't work ????? According to the manual, there should be a file called "invoice.pdf" on my disc, Right ? <%@ LANGUAGE = VBScript %> <% Dim...
6288
Rainer Ploeckl
ruebennase_de
Sep 4, 2002 1:25 pm
Hello, use [snip] filename = Server.MapPath("invoice.pdf") ret = oPDF.open_file(filename) [snip] and take care, that you have write permissions to the...
6289
herbo2000
Sep 4, 2002 1:28 pm
Good morning, i have an interesting problem that i cannot solve. I was wondering if anyone can help. I am generating PDFs from tiff images using PDFLib 4.0.3...
6290
Holder, John
j_d_holder
Sep 4, 2002 2:47 pm
Different brands and models of printers have different sizes of non-printable areas on their margins, and the feed motors pull the paper and start printing, as...