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 15332 - 15361 of 19963   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15332
For an existing application I need to use STANDARD (AdobeStandardEncoding) I do not see Standard encoding as one of PDFLIB predefined encodings. Is there one? ...
mike9shon
Offline Send Email
Jun 2, 2006
5:22 pm
15333
... No, because it's unlikely to be useful for most applications. Actually, since Adobe StandardEncoding does not even contain the accented characters required...
Thomas Merz
thomasmerz1
Offline Send Email
Jun 2, 2006
7:30 pm
15334
... Yes, "stdenc" is the name of the predefined encoding in PDFlib for "AdobeStandardEncoding". Kurt...
Kurt Stützer
kurt@...
Send Email
Jun 4, 2006
9:32 pm
15335
Sorry for asking such a basic question, but can't seem to get the concept from documentation and searching forum. Are font metrics files required if the source...
ram2user
Offline Send Email
Jun 5, 2006
5:03 am
15336
... The appropriate font or font metrics file must be available for all text except for the PDF core fonts. You cannot rely on font information which is...
Thomas Merz
thomasmerz1
Offline Send Email
Jun 5, 2006
9:01 am
15337
hi, i want to create/fit a textflow with padding on top (and/or bottom). the documentation says that this is possible for left (leftindent) and right...
liedrig
Offline Send Email
Jun 5, 2006
7:15 pm
15338
I am new to this program so please bear with me. I have recently started working with the block tool to generate templates for business cards, postcards,...
mike_imrcorp
Offline Send Email
Jun 5, 2006
7:31 pm
15339
Mike, ... you should use the embedding option, when you do not use PDF Core fonts. (see chapter 4.3.2 in the PDFlib 6.0.3 manual) ... no. ... sure. see chapter...
Rainer Plöckl
ruebennase_de
Offline Send Email
Jun 5, 2006
8:33 pm
15340
Hi, ... why you do not change the ury/lly coordinate of the PDF_fit_textflow() to your need? Instead of apply a value to the optionlist, just add/ substitute...
Rainer Plöckl
ruebennase_de
Offline Send Email
Jun 5, 2006
9:01 pm
15341
I'm working on a PDF generator for my office. Currently I have the software reading in a data file, parsing the file for field names (which are then used to...
Mark Jubenville
ioncache_pdflib
Offline Send Email
Jun 5, 2006
9:43 pm
15342
Great idea, thank you very much! ... Von: pdflib@yahoogroups.com [mailto:pdflib@yahoogroups.com] Im Auftrag von Rainer Plöckl Gesendet: Montag, 5. Juni 2006...
M
liedrig
Offline Send Email
Jun 5, 2006
9:46 pm
15343
When a value is set for a custom property for a pdflib block, is it possible to programatically extract its value? thanks, tnf...
trynofate
Offline Send Email
Jun 6, 2006
2:30 pm
15344
... Sure, that's the point of custom properties :-) The following sample is from manual chapter 6.5: zip = PDF_get_pdi_parameter(p, ...
Thomas Merz
thomasmerz1
Offline Send Email
Jun 6, 2006
2:42 pm
15345
I am very interested in technology and communications, and would like to share something that has brought me sooooooo much understanding as to what is going on...
h.w_barker
Offline Send Email
Jun 6, 2006
8:22 pm
15346
Hi, I have a pdf document with a few PDF Lib blocks, each block has a font specified using the pdflib block plug-in. The fonts are all non core. I'm filling...
jeckhouse
Offline Send Email
Jun 7, 2006
3:40 am
15347
Hi, ... use the embedding option, as we demonstrate in the businesscard example. [snip] if ($p->fill_textblock($page, $key, $value, "embedding...
Rainer Plöckl
ruebennase_de
Offline Send Email
Jun 7, 2006
7:16 am
15348
While using PDFLib { in PERL } to insert a datamatrix barcode into a pdf document I used ' IDAutomationDMatrix ' font in " PDF_load_font " function. What is...
zentechind
Offline Send Email
Jun 7, 2006
3:28 pm
15349
Hello, I didn't get any replies. Can anybody please help!!! Thanks. ... PDF ... when ... following...
S_KHALIL
Offline Send Email
Jun 7, 2006
4:00 pm
15350
... Please try "builtin" at first. If PDFlib accepts this encoding the font is a symbol font. Otherwise PDFlib sets an appropriate encoding (e.g. "winansi") or...
Kurt Stützer
kurt@...
Send Email
Jun 7, 2006
4:24 pm
15351
The biggest clue would be to find out what the file *does* begin with. Chances aren't too bad that it might be an error message from ColdFusion. ColdFusion...
David Brown
daveaasvorg
Offline Send Email
Jun 7, 2006
4:25 pm
15352
Thanks, That helped with several issues. I still can't quite understand how to use Pantone colors, but for the moment we can work around them as long as the...
mike_imrcorp
Offline Send Email
Jun 7, 2006
6:05 pm
15353
Great! Thanks. That did give me a clue and I was able to trouble-shoot ths issue I was experiencing. It ended up an issue with the newer version of pdflib not ...
SAQIB KHALIL
S_KHALIL
Offline Send Email
Jun 7, 2006
6:51 pm
15354
Mike, you seem to be complicating things a bit... ... Use the Pantone names as printed on the color guides or in the PDFlib manual, and that's it. If you...
Thomas Merz
thomasmerz1
Offline Send Email
Jun 7, 2006
7:19 pm
15355
Mike, ... are you using PHP? Then please check http://www.php.net/addslashes Rainer -- Rainer Plöckl rp@... http://www.pdflib.com PDFlib...
Rainer Plöckl
ruebennase_de
Offline Send Email
Jun 7, 2006
7:27 pm
15356
Is it possible during the iteration of blocks, such as to get a blockname, to also find out (programmatically) if a certain block is an image-type block? ...
trynofate
Offline Send Email
Jun 7, 2006
8:29 pm
15357
Hello Guys. I just want to know, how pdflib works in therms of special characters like, copyright, trademark, and superscripts characters. Also I want to know,...
Oswaldo Otero
oswaldo_otero
Offline Send Email
Jun 7, 2006
8:34 pm
15358
Is there any way, or any plans to develop a way to create or import/export PDI blocks programmatically? Thanks...
janderson78759
Offline Send Email
Jun 8, 2006
1:41 am
15359
... Sure you can, its just another paramater value to get my $blockcount = PDF_get_pdi_value($p, "vdp/blockcount", $template, $page, 0); for (my $blockno = 0;...
Mark Jubenville
ioncache_pdflib
Offline Send Email
Jun 8, 2006
2:36 am
15360
Hi, ... enable the textflow option for the blocks and then use a textflow with inline option to switch the fonts. See chapter 4.9 in PDFlib 6.0.3 manual about...
Rainer Plöckl
ruebennase_de
Offline Send Email
Jun 8, 2006
8:57 am
15361
Hi, We are using the PDFlib_dotnet library successfully on two development machines but we have since added another and get the following error from VS2005...
Dan Cooper
danc00per
Offline Send Email
Jun 8, 2006
1:21 pm
Messages 15332 - 15361 of 19963   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