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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 7559 - 7588 of 19971   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7559
we can try to compile source code ourselves. what we need to make subsetting work? licence code? licence file? some additional source files? Nerijus ... ...
nerijus_skruodys
nerijus_skru...
Offline Send Email
Apr 1, 2003
9:49 am
7560
... Unfortunately, there was a mistake in updating the LT version; instead of 3.0.0, it's 3.0.2 - although some functionality was removed, e.g. the PDF-1.2...
Evgeny Stambulchik
fnevgeny
Offline Send Email
Apr 1, 2003
10:40 am
7561
This won't work since PDFlib Lite does not contain subsetting, and PDFlib source code is not available. We are working on the Tru64 version, but it may take a...
Thomas Merz
thomasmerz1
Offline Send Email
Apr 1, 2003
11:02 am
7562
Sigh. We checked only for removed functions, but not functionality controlled via string or other parameters. It seems proper libtool versioning is going to...
Thomas Merz
thomasmerz1
Offline Send Email
Apr 1, 2003
11:14 am
7563
... Any exception, by and large, means the client doesn't get exactly what he expected, not? Well, I can re-formulate my question the other way around: what is...
Evgeny Stambulchik
fnevgeny
Offline Send Email
Apr 1, 2003
12:17 pm
7564
It seems that there is a limit on how many blocks you can draw in a document. My problem is that I have a document with already existent form fields (>100 in...
cgrigor
Offline Send Email
Apr 1, 2003
12:54 pm
7565
Hello I try to write some parts of my PDF in Verdana Bold, but I don't know how to set the font ? Can anyone help me ?...
mailfou10
Offline Send Email
Apr 1, 2003
12:56 pm
7566
I'm not aware of any static limits, but the plugin or Acrobat may run into resource problems. I'd appreciate it if you could send sample data and relevant...
Thomas Merz
thomasmerz1
Offline Send Email
Apr 1, 2003
12:59 pm
7567
I supplied a sample document to the adress stated below. Now I see that it complains about an "exception in AcquireBlockCosDict". /C ... in a ... existent ... ...
cgrigor
Offline Send Email
Apr 1, 2003
1:27 pm
7568
How can I access a block property that returns a float list? I am using java and can access properties that return a string or a float, but not a float list....
Matt Johnston
ocoeethere
Offline Send Email
Apr 1, 2003
5:41 pm
7569
Check your file permissions! ... http://docs.yahoo.com/info/terms/ **************************************************** This email and any files transmitted...
Joe Hughes
joeh@...
Send Email
Apr 1, 2003
6:36 pm
7570
For various reasons (mostly related to the supported language bindings) the PDFlib is restricted to simple values as return values. For this reason you must...
Thomas Merz
thomasmerz1
Offline Send Email
Apr 1, 2003
7:02 pm
7571
... The client is supposed to check the return value after trying to open an image. Since the client is responsible, NO exception will be thrown in case of an...
Thomas Merz
thomasmerz1
Offline Send Email
Apr 1, 2003
7:41 pm
7572
Thanks. That worked. Now I need to grab the color information from the block. The manual says it returns a "color" type. How do I read this? I am wanting...
Matt Johnston
ocoeethere
Offline Send Email
Apr 1, 2003
10:48 pm
7573
... ;-). ... combination ... Obviously, ... users ... Can you please add a parameter like "disable_death_exceptions" which would result in avoiding calling...
Evgeny Stambulchik
fnevgeny
Offline Send Email
Apr 2, 2003
1:11 pm
7574
Thomas, Could you please clarify the "Open Source Developer Exemption" clause. Does it refer (when speaking about the _use_ of the integrated product) to the...
Evgeny Stambulchik
fnevgeny
Offline Send Email
Apr 2, 2003
3:44 pm
7575
... Could you please clarify? The exit(99) is only called if the user-supplied error handler returns; this severely violates the PDFlib API contract, and there...
Thomas Merz
thomasmerz1
Offline Send Email
Apr 2, 2003
8:15 pm
7576
... Why does PDFlib force me to use the setjmp stuff? ... Well, that's exactly what I don't like. I.e., it's fine with me if at some moment PDFlib decides to...
Evgeny Stambulchik
fnevgeny
Offline Send Email
Apr 3, 2003
8:04 am
7577
Hello, Which is the limiting size of the pdf generated by PDFLib please ? Thank you (sorry for my bad english)...
joebarteam88fr
Offline Send Email
Apr 3, 2003
12:09 pm
7578
There are no static data structure limits in the software. However, some adjustments for dealing with files > 2GB on certain platforms were planned for the 5.0...
Thomas Merz
thomasmerz1
Offline Send Email
Apr 3, 2003
12:22 pm
7579
So but, i have a problem. I use DomXML and PDFLib. I have a XML in input that i parse with DomXML and i generated a PDF with PDFLib. PHP : 4.3.1 PDFLib : 4.0.3...
greg gp
joebarteam88fr
Offline Send Email
Apr 3, 2003
1:07 pm
7580
Are you sure you didn't ignore an exception? Thomas ... _______________________________________________________________ Thomas Merz tm@......
Thomas Merz
thomasmerz1
Offline Send Email
Apr 3, 2003
1:10 pm
7581
Ok i go search this. Thomas Merz <tm@...> wrote:Are you sure you didn't ignore an exception? Thomas ... ...
greg gp
joebarteam88fr
Offline Send Email
Apr 3, 2003
1:13 pm
7582
Ok i go search this. Thomas Merz <tm@...> wrote:Are you sure you didn't ignore an exception? Thomas ... ...
greg gp
joebarteam88fr
Offline Send Email
Apr 3, 2003
1:16 pm
7583
Please check also in your php.ini the memmory limit: [snip] ;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 30 ; Maximum...
Rainer Ploeckl
ruebennase_de
Offline Send Email
Apr 3, 2003
1:20 pm
7584
is there a howto for upgrading pdflib 4 to pdflib 5? os: redhat 8.0 dev_lang: perl 5.8...
british
british@...
Send Email
Apr 3, 2003
1:25 pm
7585
try & catch exist in PHP ? or just test the excute result of a command ? Thomas Merz <tm@...> wrote:Are you sure you didn't ignore an exception? Thomas ...
greg gp
joebarteam88fr
Offline Send Email
Apr 3, 2003
1:31 pm
7586
Hi, no, there is no howto. But it's very easy: - download PDFlib 5 for Linux from http://www.pdflib.com/products/pdflib/download/index.html - and the...
Rainer Ploeckl
ruebennase_de
Offline Send Email
Apr 3, 2003
1:34 pm
7587
max_execution_time = 1200 memory_limit = 96M For 23 pages => 1 seconde, and for 24 => 1 seconde but PDF = 0 ko. Rainer Ploeckl <rp@...> wrote:Please...
greg gp
joebarteam88fr
Offline Send Email
Apr 3, 2003
1:49 pm
7588
We downloaded PSP for testing, set user and master passwords, turned of editing and printing and copying all at 128 bit, everything looks great and works...
David Herman
aspdave1
Online Now Send Email
Apr 3, 2003
1:52 pm
Messages 7559 - 7588 of 19971   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