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...
Show off your group to the world. Share a photo of your group with us.

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 13301 - 13330 of 19973   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13301
Hi, I was wondering if there is a way to check if a PDF has multiple colorspaces. For example, I would like to verify that a PDF only contains CMYK...
phongleland
Offline Send Email
Jun 1, 2005
8:39 am
13302
... Not using PDFlib, unfortunately. There are other tools available that can provide you this information programmatically. Try PDFSpy from Apago...
Leonard Rosenthol
leonardr@...
Send Email
Jun 1, 2005
10:06 am
13303
Hello I have this error message on our production machine : The description for Event ID ( 78 ) in Source ( PDFSrv ) cannot be found. The local computer may...
beric20
Offline Send Email
Jun 1, 2005
3:35 pm
13304
The PDFlib Text Extraction Toolkit (TET) is a new product for reliably extracting text information from PDF, and convert all text contents to Unicode strings. ...
Thomas Merz
thomasmerz1
Offline Send Email
Jun 1, 2005
5:57 pm
13305
is there a way to programmatically print the pdf you just created with PDFLib? tia! debuke...
debuke
Online Now Send Email
Jun 1, 2005
9:31 pm
13306
We are currently using a two-step printing solution that involves the creation of pdf files (using a tool other than PDFlib), and the insertion of those pdf...
yehosha_red
Offline Send Email
Jun 1, 2005
9:36 pm
13307
... Sure, take a look at the PVF feature (PDFlib Virtual File System). Using PVF you can access any kind of data (PDF, fonts, images, etc.) directly from...
Thomas Merz
thomasmerz1
Offline Send Email
Jun 1, 2005
9:44 pm
13308
Friends, I found some of the very useful (free) magazines on net.. For computer, telecom, electronics, laser, photonics, chip, offshoring and what not,...
anoo patel
anoo_patel
Offline Send Email
Jun 2, 2005
5:17 am
13309
I have been looking for quite a time now, for some sort of table support in the pdflib. Is there one?? thanks mel...
cu_melanie
Offline Send Email
Jun 2, 2005
6:29 am
13310
Hello, for the following problem I have a workaround, but no real solution: If I create a textfield with PDF_create_field(...) , the name of the generated...
Herbert Kopp
hkopp2001
Offline Send Email
Jun 2, 2005
7:31 am
13311
Hi, My development is a CMS like under PHP. Authors writes articles using a Wysiwyg editor (like HTMLArea or KFC-Editor) with bold, italic, pictures, tables,...
antonomase
Offline Send Email
Jun 2, 2005
8:56 am
13312
Hi ... Using PDFlib's macros (Section 4.9.3 in the manual) might be better. We have a PHP site that produces PDFs by way of a class wrapped around PDFlib that...
Chris Jones
chris_jones_sta
Offline Send Email
Jun 2, 2005
9:24 am
13313
using the following code in vbscript and PDFLib version 4.0.3: Dim ImageFileMapped ImageFileMapped = Server.MapPath("logo.gif") Dim Image Image =...
deanbawden
Offline Send Email
Jun 2, 2005
11:31 am
13314
Hi, ... it's recommende to enable imagewarning. see also chapter 3.1.3 in the PDFlib 4.0.3 manual. In chapter 3.4.1 in the manual you find further details on...
Rainer Plöckl
ruebennase_de
Offline Send Email
Jun 2, 2005
11:42 am
13315
Hola, For Windows only : Here is some VBA code (MS-Word macro) for printing a PDF file. Print asynchronously : lngRes = ShellExecute(0, "print", strFileName,...
BULEON Eric
beric20
Offline Send Email
Jun 2, 2005
1:04 pm
13316
Hello! Is there a way to capture errors reagrding license problems. We are using PDFLib+PDI 6 and PHP 4.3.9 and Apache 1.3.33 and if the license info is not...
andreia_mahler
Online Now Send Email
Jun 2, 2005
3:05 pm
13317
... If PDFlib doesn't find any license key it will run in evaluation mode and create the diagonal stamp (otherwise free evaluation would not be possible). If...
Thomas Merz
thomasmerz1
Offline Send Email
Jun 2, 2005
3:19 pm
13318
Thanks Thomas, Would PDF_get_errmsg($p) get the exceptions generated by a bad license? I wonder why there was nothing in the php error log - normally we would...
andreia_mahler
Online Now Send Email
Jun 2, 2005
3:35 pm
13319
I have a table that outputs 2 different results depending on the recordcount of the resulting query. I need to take that logic and stick it into my PDFLib...
James
jman_2k1
Offline Send Email
Jun 3, 2005
7:28 pm
13320
Hi Group, THE ERROR get_errnum [2246] get_errmsg [End character U+003E for inline option list not found] get_apiname [PDF_create_textflow] THE...
PrasadGL
prasad_g_lukas
Offline Send Email
Jun 3, 2005
8:43 pm
13321
i've been wondering about this myself and if there's any easy or at least doable way in pdflib without parsing all text into words and managing text on a...
jonnycattt
Offline Send Email
Jun 3, 2005
11:19 pm
13322
For tables I use PDF_fit_textline and - margin (2 2) to have the space to the collumn vertical stroke - position (100 100) to position the content somewhere ...
Adib Taraben
theadib
Offline Send Email
Jun 4, 2005
9:46 am
13323
HI, PDF_utf16_to_utf8() function throws PHP error "Call to undefined function" even though im running the PHP binding (on Win 2000 and IIS) and PHPlib 6.0.0 ...
d0nk3y_lee
Offline Send Email
Jun 4, 2005
6:41 pm
13324
... The PDF_utf16_to_utf8() and PTF_utf8_to_utf16() functions have been added to the PHP, Perl, Python, Cobol, and RPG language bindings in PDFlib 6.0.1....
Thomas Merz
thomasmerz1
Offline Send Email
Jun 4, 2005
6:53 pm
13325
If I specify an owner password, a user password and don't specify any permissions, PDFlib encrypts the strings in the document information dictionary. Adobe...
astrodanco
Offline Send Email
Jun 5, 2005
7:42 am
13326
... Correct behavior. The PDF reference explicitly says that the plainmetadata setting affects only the XMP metadata stream, but not old-style document info...
Thomas Merz
thomasmerz1
Offline Send Email
Jun 5, 2005
8:38 am
13327
Hi ... Could you not just put textflows around the image? For example: +-------------+ ... +----+---+----+ ... +----+---+----+ ... +-------------+ (the box...
Chris Jones
chris_jones_sta
Offline Send Email
Jun 6, 2005
8:44 am
13328
That'd definitely work in many cases. I suppose I'm thinking of this sort of like within pagemaker. Here's a scenario that I'm sure people encounter all the...
Esher, Marc (4-7260)
jonnycattt
Offline Send Email
Jun 6, 2005
11:46 am
13329
Hi ... It's too many years since I last used pagemaker for me to remember it ;) ... To continue with the ascii diagrams, you could do that thus: ...
Chris Jones
chris_jones_sta
Offline Send Email
Jun 6, 2005
12:06 pm
13330
Well, we're doing this kind of thing already, in a roll-your-own system, but the problem is that it's cumbersome to have all this code to do what I wish came...
Esher, Marc (4-7260)
jonnycattt
Offline Send Email
Jun 6, 2005
12:14 pm
Messages 13301 - 13330 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