Hi, I'm hoping someone can help me. I'm looking to add some text to a document which is a link to another page in the same document. I've tried using a link...
Hi, you must create a named destination with the same text "Q1" as specified in PDF_fit_textline: PDF_add_nameddest(p, "Q1", 0, "type=... page=8"); ...
Kurt Stützer
kurt@...
Aug 1, 2005 10:46 am
13625
Kurt, Thanks for the reply. Is it because I have not got a matching named detination that there is no text appearing then? I was just hoping that I could add...
... Yes, this is possible. The option "locallink" is only a convenience option in PDF_fit_textline for the case that you have identical strings both for the...
Kurt Stützer
kurt@...
Aug 1, 2005 11:20 am
13627
Hi! Sometimes, I have loaded and analyzed an image with load_image, just to find that (under some special conditions) I don't want to print that image....
Holger - Hopefully this isn't the definite answer, but just an idea. You could just create another [temporary] PDF object and load images for analysis in...
Hi everyone, Since I haven't gotten much feedback on my original posts, I've posted an example image at http://www.innernine.com/hort/proto.jpg . I'd...
If you are alone, call this number 800-211-9293. Connect with Real Singles from your local area instantly for only $0.99/min with a $4.99 connection fee. A...
Has anyone encountered problems with printing a PDF and the margins not lining up? I have a PDF that gets created and has the exact dimensions as an Avery...
Are you sure that you're not selecting "Shrink to fit," "Enlarge to fit paper size," or some similarly worded option in the dialog box that you get when you...
I tried everyting it seems plus what you mentioned. I've seen posts aroung the net about people with similar problems but the answer always seems to be...
hi, i think i added my two TTF fonts (into /usr/local/fonts) as per the manual, but am still getting the following error. included is the pdflib.upr files and...
Steve Rieger
steve.rieger@...
Aug 1, 2005 9:11 pm
13635
Well, now that you've written back, I've read your original post plus this post more carefully; and I'm wondering what you mean, exactly, when you say the...
What I've done to get a generated PDF to line up with a printer is to begin each page with a translate() command to "offset" the printer's error. It will take...
Thanks for your answer. If you take an Avery template - say - 5264 (4"x3.33" - 6 labels) and physically measure it you'll get exact dimensions. For example,...
Well, I don't know why you're having the problem - but if you're interested, I can sell you some software that will allow you to correct it. The product is an...
There's another great product that lets you do the same thing. AND you can use many different programming languages to define diverse, custom ways to...
Of course, you could deal with this issue in PDFLib by doing a translate (as someone else suggested). If Greg Meckes has control of the entire production ...
We currently use 4.0.3 and we are converting our source code to widechar. I was wondering whether there is Unicode build option in the new version (6.0). We...
Hi, I assume that you program in C and on Windows platforms. We doesn't support "TCHAR *" for strings in C. You can specify only "char *" in the API function...
Kurt Stützer
kurt@...
Aug 3, 2005 5:19 pm
13643
I'm evaluating PDFlib blocks for use within our organization and I'm running into the following problem. I have several thousand forms that have PDF form...
Hello, I have not been able to get around to this project so we are considering hiring someone to do it for us ... our company has technical documentation that...
Hello everyone, I've only recently began using TET, and have determined that there's a problem that isn't handled gracefully within the library. I've searched...
Hi, I did not receive any email regarding this problem which I submitted earlier. I thinks this is not possible to import existing bookmark using pdflib. In my...
We just fixed a problem related to internal string handling in TET. Judging from the stack dump you provided you ran into the same problem. Please contact our...
... I can reproduce this behavior -- it's a bug. We will investigate and fix it for the next maintenance release. ... Completely understandable. The conversion...
Hi Thomas, ich sehe du bist auch wieder am werkeln. Das schaut so aus, als ob wir beim Plugin auch noch eine neue Runde einlegen müssen. Ich habe ja leider...
... Thanks for your reply - please keep me posted if there will be a fix in the near future. I'm currently evaluating this and othe PDFlib components and I...
To the PDFlib developers: We'd like very much to be able to run time activate PDFlib on UNIX platforms the way we can on the OpenVMS and Windows platforms....
Hi All, Greetings! I have a Business Card which is of 437 X 250 pixels ie 3.5 * 2 inches. When I Load the Image using below code Image size gets reduced approx...