... Yes! Please look for the option "avoidemptybegin" in PDF_add/create_textflow(). Kurt ... -- _______________________________________________________________...
Kurt Stützer
kurt@...
Jan 2, 2007 11:23 am
16450
... Ah, excellent. That was exactly what I was looking for. Working great now. Thanks, Rick...
Hi, We are using the Trial version (OCX) of of PDFlib to check if it's ok for our software product. We have written our own EMF parser and write out RTF text...
... As i ... font ... two ... coordiante, ... correct. ... Yes, i will prepare a small test app, but it's in Delphi. Bye the way, i think the "fakebold" is not...
... That's not really a big surprise. From the PDFlib API manual: "fakebold: ... It is strongly recommended to use bold font variations for emphasis; this...
Dear Lance (and everybody else), Is there another workaround with PDI blocks than the one I use below, that may result in embedded fonts? I double checked the...
Jolmer Tilstra
j.tilstra@...
Jan 4, 2007 10:28 am
16461
Hello, Can I do a bookmark with PDFLib ? Nicolas...
Close/End the page you are working on and then start a new one. ... From: "kamat_anita" <anita_kamat@...> ... Hello All, Does any one know how to create a...
... Yes! Look for the function PDF_create_bookmark(). Kurt ... -- _______________________________________________________________ Kurt Stützer...
Kurt Stützer
kurt@...
Jan 5, 2007 5:43 am
16465
Hello, I create PDFs with PDFLib 6.x and PHP. In the PDFs i use fonts, that should be embedded. I do this with: PDF_set_parameter($p, "FontOutline",...
Benedikt Quirmbach
benedikt@...
Jan 5, 2007 11:33 am
16466
Dear Lance (and everybody else), Is there another workaround with PDI blocks than the one I use below, that may result in embedded fonts? I double checked the...
Jolmer Tilstra
j.tilstra@...
Jan 5, 2007 2:48 pm
16468
... Jolmer, I think I may have misunderstood your request. You mention using PDI, which is for placing a PDF inside another one as an object. But you talk...
I only need to fill the PDI-blocks with PPS; I suppose the method i used is wrong? Is there an complete example how to fill a block, preserving the embedded...
Jolmer Tilstra
j.tilstra@...
Jan 5, 2007 3:25 pm
16470
... After looking through the PDFlib documentation, it looks like the fill_textblock function takes as optionlist items many of the same options as textflows....
It :is: possible to embed fonts when filling blocks, but they have to be resident in your operating system. Yes, you cannot reuse or extract the fonts that...
... Yes. This statement registers the connection between the PDFlib font name and the font file. ... Acrobat lists also fonts which are not embedded. The font...
Kurt Stützer
kurt@...
Jan 6, 2007 5:20 am
16473
TradePub.com is pleased to present complimentary one-year subscriptions to dozens of leading publications. There are absolutely no hidden or trial offers, and...
Hi All, I've tried to search for a solution to this error but I haven't had any success yet. Our server has the following specs: Linux Apache 1.3 php 4.4.2 ...
Hi, ... you have not used our provided PHP 4.3.0 DSO, and compiled you PHP with PDFlib support directly. Unfortunately you have use a wrong PDFlib wrapper. ......
Hi everybody (also Lance and Russen! I've tried virtually everything to get the fonts embedded, but without any luck. But isn't this one of the most common...
Jolmer Tilstra
j.tilstra@...
Jan 8, 2007 11:32 am
16477
Hello, ... just add "embedding" to the option list of PDF_fill_textblock(). Please take care, you must make the fonts available on the server, where you fill...
That’s it! Finally! :) You couldn’t have made me more happy, today! It works just fine now! Superb! Met vriendelijke groet, Jolmer Tilstra, Hellinga...
Jolmer Tilstra
j.tilstra@...
Jan 8, 2007 1:09 pm
16479
Hi! I also write about here: http://groups.google.com/group/comp.text.pdf/browse_thread/thread/ eb432060f5264d0b/b63b298e7f20027e? and here: ...
Hello, I create PDFs with PDFLib 6.x and PHP. I'm using macros to style texts in the PDFs. But sometimes these macros do not create the results i'm looking...
Benedikt Quirmbach
benedikt@...
Jan 8, 2007 2:50 pm
16481
How can i find the right position for PDF_fit_table() when i want to place the table after a textflow with PDF_fit_textflow()? How can i find the coordinates...