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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 17261 - 17298 of 19968   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17261
Has this been fixed? I'm having problems with a similar(I think) situation. I need to measure a bit of text. I need to fit a matchboxed pdi in the lower right...
heikkinaski
Offline Send Email
Jun 1, 2007
9:16 am
17262
Hi, which PDFlib version are you using? In the current version 7.0.1, it is possible to specify encoding=unicode for a TrueType font, but without an automatic...
Kurt Stützer
kurt@...
Send Email
Jun 1, 2007
4:29 pm
17265
I've been working on my textflow's that span multiple pages, one thing that has me stumped... here's an example. tf = p.add_textflow(textflow, "HEADER TEXT...
Ryan
mindflux_98
Online Now Send Email
Jun 2, 2007
3:24 am
17268
Hi, I've been creating a invoice-like document using a table which runs over multiple pages. On the last page, I want the last row to expand so that it extends...
mhoroschun
Offline Send Email
Jun 4, 2007
9:13 am
17269
Hi Kurt, Thanks for your response. I am using PDFlib 7.0.1. I have tried to not embed the font using "embedding = false" option. However, that actually ...
Rajbahadur Singh Tanwar
raj_iitk2k
Offline Send Email
Jun 4, 2007
2:52 pm
17270
... This option controls a data structure called "ToUnicode CMap" in PDF. It is used by tools which extract text from the PDF, and contains Unicode mappings...
Thomas Merz
thomasmerz1
Offline Send Email
Jun 4, 2007
3:42 pm
17271
... Am I to assume no answer means this doesn't exist? I don't see a get_value for nameddest, but there are it seems a few features the documentation barely...
Ryan
mindflux_98
Online Now Send Email
Jun 4, 2007
11:04 pm
17272
Hello there, I am a PDFlib 6.0 PDI user. Now I want to put `previous document' tag in the bookmarks. As far as I investigated, this function (actually going ...
Tetsushi Ueta
uetatetsushi
Offline Send Email
Jun 5, 2007
2:54 am
17273
Hello, I am new and apologize for my bad english in advance. I am pleased to have found this group. I read the entries about "Small Caps" an look for a...
comunicare_1
Offline Send Email
Jun 5, 2007
8:40 am
17274
You can address the small caps by a character reference (see PDFlib tutorial, chapter 4.6.2). But you must know the glyph names of the small caps in the...
Kurt Stützer
kurt@...
Send Email
Jun 5, 2007
9:43 am
17275
Hi Ryan, I don't know whether I'm having understood your problem. You can repeat a textflow arbritrary often by using the option "rewind". If you create 2...
Kurt Stützer
kurt@...
Send Email
Jun 5, 2007
9:53 am
17277
Kurt, Thanks. What I'm doing is grabbing a testcode, say SVOC8270 So my header is SVOC8270 - Semi Volatiles my content, is all the data for that sample id, for...
Ryan
mindflux_98
Online Now Send Email
Jun 5, 2007
2:23 pm
17278
I hope this is the right place to post. Our dev environment is Win XP SP2, IE7, Acrobat Reader 6, PDFlib_com.dll 4.0.1 our test environment is Server 2003,...
jmrasmus
Offline Send Email
Jun 5, 2007
3:23 pm
17279
Kurt, I believe what he's is orphan control. Man, I'd pay big money for badass orphan and widow control in pdflib. We had to roll our own, and it took a...
Esher, Marc (4-7260)
jonnycattt
Offline Send Email
Jun 5, 2007
3:23 pm
17280
Hi, as you get a signal that the flow will have to continue on the next page, you can just first draw the header and then call the textflow function or am I...
Maarten Stolte
datadevil@...
Send Email
Jun 5, 2007
5:55 pm
17281
Hello, I am trying to place text using add_textflow and the word break is causing me some headaches. The text is 'coronet w/christmas' and the text being...
debbie311973
Offline Send Email
Jun 5, 2007
6:53 pm
17282
Debbie, you can wrap it in <avoidbreak>W/CHRISTMAS<noavoidbreak> _____ From: debbie311973 [mailto:debbie311973@...] Sent: Tuesday, June 05, 2007 2:49 PM ...
Esher, Marc (4-7260)
jonnycattt
Offline Send Email
Jun 5, 2007
6:56 pm
17283
Marc, Thanks for the sugegstion but the text I am trying to display is dynamic - I just used the 'coronet w/christmas' as an example because other text items...
debbie311973
Offline Send Email
Jun 5, 2007
7:08 pm
17284
Debbie, if the slash character will occur only within the context mentioned below, you can redefine the character class of this character by following option...
Kurt Stützer
kurt@...
Send Email
Jun 5, 2007
7:22 pm
17286
All, is there any planned support for the newer highlighting feature in pdfs? We're currently using pdflib 6, and when we pdi pdfs with highlighting, it gets...
Esher, Marc (4-7260)
jonnycattt
Offline Send Email
Jun 7, 2007
2:01 pm
17287
Folks, when I try and interrupt a textflow, draw a line and resume the textflow.. I get my textflow after the line, but not before it.. which is odd to me,...
Ryan
mindflux_98
Online Now Send Email
Jun 8, 2007
3:00 am
17288
If someone is interested I posted a simple example on how to insert a 2D DataMatrix in a pdf using IEC16022Sharp library and PdfLib. ...
Fabrizio Accatino
fhtino@...
Send Email
Jun 8, 2007
2:22 pm
17289
Whoops. My loop is all screwy. Either way, if I add my first textflow with a return value, and add more to that textflow with no return value.. How do I get it...
Ryan
mindflux_98
Online Now Send Email
Jun 8, 2007
2:53 pm
17290
Ryan, I think it's suitable to create 2 textflows: 1 for the constant header and 1 for the text across the pages. Kurt ... -- ...
Kurt Stützer
kurt@...
Send Email
Jun 8, 2007
6:42 pm
17291
Kurt, Thanks for the response. The problem is, the header may change on the same page... such as this: Test: XYZ Test for Metals Date: 5/5/07 ...
Ryan
mindflux_98
Online Now Send Email
Jun 8, 2007
7:07 pm
17292
Hello! I am using the PDFLib Block plug-in. I have a PDF file that has a number of embedded fonts. These fonts render fine. My problem is that when I...
idodomino2
Offline Send Email
Jun 8, 2007
9:05 pm
17293
you can now officially call me Dr. :) Took me about 2 months, but after calling these guys 1 770-621-2634 they helped get me setup and get fully accredited!...
junelle-coyne617@...
Send Email
Jun 10, 2007
11:02 am
17294
Hai friends !! i saw one excellent link . just click and join . they really paying. iam getting daily $150 dollars. please go to http://tinyurl.com/ytge3j ...
ahmedallways
Offline Send Email
Jun 11, 2007
6:31 am
17295
Ryan, you can use the "return" option: If you insert an inline option list like <return=line> between the header and the other text within 1 textflow, ...
Kurt Stützer
kurt@...
Send Email
Jun 11, 2007
9:22 am
17298
I am using PDFLib 7 + PDI to read a document in and place a table over a watermark. The table, however, ends up behind the water mark and is not fully visible....
linux70j_70
Offline Send Email
Jun 11, 2007
12:48 pm
Messages 17261 - 17298 of 19968   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