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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 14314 - 14343 of 19973   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14314
... Boo, I'm a ghost ;-) ... There is a flag! Have a look at chapter 8.2.1 of the documentation - table 8.2 at the end (it's a long table repeating on the next...
Patrick Schulz
pschulz@...
Send Email
Dec 1, 2005
8:57 am
14315
We have an application created with the new VB Express (.net) which uses PDFlib and TET. The application runs fine as a VB Script (wscript) with the license...
pdflibpilot
Offline Send Email
Dec 1, 2005
11:08 pm
14316
... We will soon release a version of TET which is compatible with .NET 2.0. Please contact our support if you have a support contract and need immediate...
Thomas Merz
thomasmerz1
Offline Send Email
Dec 1, 2005
11:12 pm
14317
I wonder if anyone on this list have compiled libpdf_php.dll for the use on a windows2000 or a windows2003 server If so - could it be made donwloadable - I am...
Jesper Palmqvist [Ta...
jesper.palmqvist@...
Send Email
Dec 2, 2005
9:07 am
14318
Morning, I've got a bit of a strange problem - to give you the background, I work for a commercial printing house and have the task of supporting the print...
julianburr2005
Offline Send Email
Dec 2, 2005
10:31 am
14319
Hi! Does anyone knows a linux commandline tool for changing versions in a pdf document. When we try to import a pdf document using PDI we get errors, regarding...
ingo.mommertz.im@...
ingomommertz
Offline Send Email
Dec 2, 2005
11:26 am
14320
You need to set the output version to match the input version (Or higher), for example pdflib_set_parameter('compatibility', '1.6'). HTH Dan....
Dan Cooper
danc00per
Offline Send Email
Dec 2, 2005
11:28 am
14321
Thanks for the help! I have tested it now, and I still can't get it to work. I have tried both pdf_set_parameter($pdf, "charref", "true"); (not for 5.0.2 or?) ...
junglesore
Offline Send Email
Dec 2, 2005
11:32 am
14322
We do a lot of paper stock switching. We prepend a "jobticket" to the beginning of the PDF, and the jobticket has all the calls for the switches. I'm pretty...
Esher, Marc (4-7260)
jonnycattt
Offline Send Email
Dec 2, 2005
12:10 pm
14323
Hi Dan! That should be ok if you know the right version at the begining. In our case, there are many different input versions. Just think about a hotfolder...
ingo.mommertz.im@...
ingomommertz
Offline Send Email
Dec 2, 2005
12:30 pm
14324
Just set it to 1.6, that should cover everything, the output version has to be the same or higher. You will only see problems if the output version is lower...
Dan Cooper
danc00per
Offline Send Email
Dec 2, 2005
12:52 pm
14325
... PDFlib does not allow you to interfere with the generated PDF output in order to prevent damaged or otherwise invalid PDF. In order to attach custom...
Thomas Merz
thomasmerz1
Offline Send Email
Dec 2, 2005
2:01 pm
14326
Hi, i need to install PDFlib 6.0.2 + PDI with PHP 5.1.1 on WindowsXP. I download the package, read the PDFlib-in-PHP-HowTo file and copy ...
jc_glombard
Offline Send Email
Dec 2, 2005
9:54 pm
14327
Hi, I'm using PDFLib 6.0.2 with PHP 4.4.1 on OS X 10.4.3. I'm using the .so . This is a dev machine, so I am logged in as my user whilst the webserver of...
Juergen Schreck
juesch_2000
Offline Send Email
Dec 3, 2005
1:33 am
14328
I am having trouble with using PDFlib +PDI to create new PDF pages from existing PDF. If the full path for the original PDF contains spaces my VB.NET...
pdflibpilot
Offline Send Email
Dec 4, 2005
2:54 am
14329
if you find where exactly it fails and post the code maybe we can help you ... From: "pdflibpilot" <ben@...> To: <pdflib@yahoogroups.com> Sent:...
Alan Wolfe
atrix256
Offline Send Email
Dec 4, 2005
6:19 pm
14330
... Exactly ! As I began to add milestone messages to my application to track the progress it became apparent that my app was not failing at all. There is no...
Ben Marchbanks
pdflibpilot
Offline Send Email
Dec 4, 2005
7:45 pm
14331
Hello! I added the libpdf_php.so as an extension to my php. It is showing up in phpinfo() PDF Support enabled PDFlib GmbH Version 6.0.2 PECL Version 2.0.3 ...
daveb662001
Offline Send Email
Dec 4, 2005
8:55 pm
14332
Hello, your revison number is different from our. So it looks like, you do not use our provided libpdf_php.so. Is it possible, that you have compiled a PDF...
Rainer Plöckl
ruebennase_de
Offline Send Email
Dec 4, 2005
9:34 pm
14333
could it be because I first compiled the PDF-Lite, installed it and then built pdf.so with pecl, then decided to just install the pre-compiled libpdf_php.so? ...
daveb662001
Offline Send Email
Dec 4, 2005
10:48 pm
14334
OK, that Revision showed when I compiled php.so with pecl Now I changed php.ini to pint to precompiled libpdf_php.so and now this is what it says in phpinfo():...
daveb662001
Offline Send Email
Dec 4, 2005
10:52 pm
14335
Hi Thomas, Thanks for the reply, I figured that was why there was no way of writing to the PDF (and it's an extremely sensible approach to take!) However, the...
Julian Burr
julianburr2005
Offline Send Email
Dec 5, 2005
12:03 pm
14336
... The "metadata" option for PDF_begin/end_page_ext() was introduced in PDFlib 6.0.2 (and is only documented in the 6.0.2 manual). Thomas ...
Thomas Merz
thomasmerz1
Offline Send Email
Dec 5, 2005
12:52 pm
14337
Is there any way with pdflib to change a pdf from one version to another? For example, to take an existing pdf from version 1.5 and reduce it to 1.3? I'm not...
Esher, Marc (4-7260)
jonnycattt
Offline Send Email
Dec 5, 2005
6:14 pm
14338
I tried again. Basically the output is an empty file. I also tried with php4.3.11 on the same server and I got the same result- the 'hello' example works fine,...
daveb662001
Offline Send Email
Dec 6, 2005
2:06 am
14339
Yes, it's very easy, you must only define it at PDF_begin_document: PDF_begin_document($pdf, "", "compatibility=1.3")...
Kunsmann, Matthias
kunsmann@...
Send Email
Dec 6, 2005
7:22 am
14340
Hi, do you adujst the searchpath for the other examples? Do the script found the needed resources? I assume you get the detail explanation of your problem in...
Rainer Plöckl
ruebennase_de
Offline Send Email
Dec 6, 2005
8:20 am
14341
But last time I tried this, it didn't work. If I'm "downsizing" 1.5 files, I'd have to begin a new document, set the compatibility to 1.3, then pdi the...
Esher, Marc (4-7260)
jonnycattt
Offline Send Email
Dec 6, 2005
11:52 am
14342
... You cannot "downgrade" a PDF with any of our products, and for good reasons so. Decreasing the version number would potentially require a large amount of...
Thomas Merz
thomasmerz1
Offline Send Email
Dec 6, 2005
12:12 pm
14343
Yes, the search path points to dir that contains everything from the 'data' folder from the downloaded archive. Nothings gets recorded in error log file,...
daveb662001
Offline Send Email
Dec 6, 2005
2:39 pm
Messages 14314 - 14343 of 19973   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