Hi, i try to fill two blocks with text. The second block is only used, if the text is to long for the first block. For both blocks "textflow = true" is used in...
escobar@...
Aug 1, 2007 2:56 pm
17542
Hi Mark, this is a bug which will be fixed in the next maintenance release. Kurt ... -- _______________________________________________________________ Kurt...
Kurt Stützer
kurt@...
Aug 1, 2007 5:41 pm
17544
... We've hit on this very bug too today too (and there I was, so happy that my textflow code was finally taking off ;-). I know this is usually a difficult...
Sascha Welter
deuche.ya@...
Aug 2, 2007 2:30 pm
17545
... Yes, we generally do not announce the release dates of maintenance versions in advance... ... ...but I can say that PDFlib 7.0.2 will be available ca. ...
Hello All, I am using fit_textline to output single line text. We have a requirement to be able to display the single line text as if its justified. We are...
Hi all, I am new to this group and need some help on creating a chart in pdf. I have created a bar chart using pdflib->rect(x1,y1,x2,y2) to create the...
Raj, what is it: CDC::SetTextJustification? That's not from PDFlib. You can justify a single text line by the Textflow functions: add_textflow() or...
Kurt Stützer
kurt@...
Aug 6, 2007 9:20 am
17557
You can define pattern by the functions begin_pattern(), end_pattern(), shading_pattern() of PDFlib. Kurt ... -- ...
Kurt Stützer
kurt@...
Aug 6, 2007 10:52 am
17558
Hello Kurt, Thanks for the response. The CDC::SetTextJustification is a MFC function. I cited this as an example. As I said, this function adds specified space...
... Okay, but justifying is so complicated that you can achieve it only by adding some spaces between words. In tetxflow there are some options for ...
Kurt Stützer
kurt@...
Aug 6, 2007 2:59 pm
17560
... I meant: ...justifying is so complicated that you CANNOT achieve it only by adding some spaces between words. In textflow there are some options for...
Kurt Stützer
kurt@...
Aug 6, 2007 3:19 pm
17561
... That are very good news... Cheers, Mark -- Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten Browser-Versionen downloaden:...
escobar@...
Aug 6, 2007 4:57 pm
17562
Hi, Thanks for your help. I have tried using begin_pattern() //added some pattern of my own like rectangle end_pattern() Its working fine. If I need to draw...
Sorry, but PDFlib doesn't support any methods to construct vectorial fill pattern like hatching. Kurt ... -- ...
Kurt Stützer
kurt@...
Aug 7, 2007 10:10 am
17565
Hi, I'm new to PDFLib and have been looking for a method to move pages in an existing pdf. As I understand it the xref table just needs rewriting, but how is...
... Actually I've now learned that it's the pages array(s) that needs to be modified. I cannot see that pdflib can do this. I believe it can read the arrays...
... PDFlib is not your tool, then. While it may be simple or not to fiddle with the metadata inside the PDF, PDFlib's only tools for reordering pages is to ...
Hi there, Is there any way to use the library to extract all the attributes (posX,posY, text, etc.) from all the elements composing a PDF documents to then...
... This is wrong. According to the API documentation, parent=__ should receive a handle to the bookmark, not the name as a string. Your first call to ...
Hello all, I've got an interesting problem, and hopefully somebody has encountered this *and* solved it. I'm using pdflib to generate reports in different...
I cannot see the whole error message, only Option 'parent' has bad number value... The parent is a number, namely the return value of the desired...
Kurt Stützer
kurt@...
Aug 11, 2007 1:23 am
17581
Hi all, Is there any function to calculate the height of the text. I have created a chart with vertical labels on the x-axis. inorder to place the lables...
The maintenance update PDFlib 7.0.2 is available for all users with a valid 7.0.x license. Updating to 7.0.2 is recommended for all users of PDFlib Lite,...
I can not for the life of me figure out the documentation on using create_textflow to insert an image. What I'm trying to do is insert a signature in my...
¡î¡îwelcome¡î¡îHi, are you interested in chate with tall people who came from other country?having more friends,having more roads ,even make you more...
Hi all, I got the problem, that PDFlib ignores the wrap box in calculating the height of a Table cell. If you specify the height of a table cell with a low...
Thomas Eimers
eimers@...
Aug 16, 2007 10:26 am
17586
I'm still trudging through this problem I am having. I can not figure out how to insert an image into a textflow. I create a variable which holds the entire...
As you say, fit_image() does not have the usematchbox option, so you cannot do it like you explain below. I've not used matchboxes, but from reading the user...
Thanks for the reply Lance. Funny you mention info_matchbox(), because I have been messing around with that. As one of the many ways I am trying to achieve...