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...
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@...
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...
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...
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 ...
... 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...
... 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...
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 ...
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...
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@...
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@...
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...
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,...
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...
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@...
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...
Debbie, you can wrap it in <avoidbreak>W/CHRISTMAS<noavoidbreak> _____ From: debbie311973 [mailto:debbie311973@...] Sent: Tuesday, June 05, 2007 2:49 PM ...
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...
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@...
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...
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,...
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@...
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...
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...
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@...
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 ...
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@...
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....