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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 13772 - 13801 of 19965   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13772
... If you determine the proper font name using one of the methods suggested in the PDFlib manual you will find that it's called "Arial Unicode MS". In order...
Thomas Merz
thomasmerz1
Offline Send Email
Sep 1, 2005
9:30 am
13773
Hi everyone, I'm testing your library on an IBM Iseries using RPG-ILE (the latest release available for Iseries servers is 6.01). Even if we've not purchased...
baldan_marco
Offline Send Email
Sep 1, 2005
1:17 pm
13774
... The call looks ok. Could you try with numerical block addressing instead of name-based addressing? "vdp/Blocks[0]/Rect[0]", with increasing block indices. ...
Thomas Merz
thomasmerz1
Offline Send Email
Sep 1, 2005
3:15 pm
13775
Hi group, I'm trying to re-creating a design in PDFlib which features images contained in a stroked box with rounded corners. Example: ...
mdspdrsn
Offline Send Email
Sep 4, 2005
9:47 pm
13776
... I should add that saving in a special format and/or processing the image before using it in PDFlib is a last resort as the image is probably going to be...
mdspdrsn
Offline Send Email
Sep 4, 2005
10:03 pm
13777
We are currently using the image and a mask (using imagemagick to automatically extract the path and create a mask image) and this works fine. The problem is...
David OMalley
david_omalley
Offline Send Email
Sep 5, 2005
3:36 am
13778
This should be relatively simple - draw the rounded rectangle using normal moveto, lineto and curveto methods, then use the clip method to make a clipping area...
Arne Sostack
alfarlin
Offline Send Email
Sep 5, 2005
7:48 am
13779
... If you want a binary mask only (1-bit mask, as opposed to soft 8-bit masks) you should be fine. ... Generally, soft masks are considered harmful in...
Thomas Merz
thomasmerz1
Offline Send Email
Sep 5, 2005
8:39 am
13780
Hello, is it possible to read out the currently set value of linewidth? TIA, Holger...
holgerdors
Offline Send Email
Sep 5, 2005
8:54 am
13781
... PDF_get_value(p, "underlinewidth", 0); Thomas _______________________________________________________________ Thomas Merz tm@......
Thomas Merz
thomasmerz1
Offline Send Email
Sep 5, 2005
10:44 am
13782
We have followed all your advice and upgraded to the latest version (6.0.2) of PDFlib. And yes, some of the HTML entities in an UTF8 environment print just ...
bettermadthansad
bettermadtha...
Offline Send Email
Sep 5, 2005
6:42 pm
13783
... Thanks, Arne!!! This was exactly the tip I needed. It took me a while to get my head wrapped around the clipping-feature, but now that I've got it is all...
mdspdrsn
Offline Send Email
Sep 5, 2005
8:17 pm
13784
... Are you sure that your font actually contains the characters that you need? You can specify whatever you want -- if the font does not contain the...
Thomas Merz
thomasmerz1
Offline Send Email
Sep 5, 2005
8:28 pm
13785
2312 views 1657 views 1532 views 1503 views 1299 views 1157 views 1010 views 1007 views 991 views 987 views 907 views 869 views 163 files on 14...
janet janet
janet_sexy_de
Offline Send Email
Sep 5, 2005
10:30 pm
13786
Hi, Do anyone know if in multipage tiff image format there is a max number of pages allowed in the same file? If yes how many? Thanks, regards, Roberto...
Roberto Bonuccelli
roberto.bonuccelli@...
Send Email
Sep 6, 2005
10:30 am
13787
... Perhaps and EPS with a clip can be converted to PDF (Distiller, Photoshop, OS X tools or otherwise) and then the PDF could be placed? Regards, Juergen...
Juergen Schreck
juesch_2000
Offline Send Email
Sep 6, 2005
3:47 pm
13788
... Thank you for the tip - debug- mode always helps. It turned out that we had an unicode font but not the right setting. We changed it to the following: 1....
bettermadthansad
bettermadtha...
Offline Send Email
Sep 6, 2005
4:15 pm
13789
Hi there, Is it possible to recognize if a Text was wrapped ? Or better: Is it possible to get the number of Textwraps of a fitbox ? Thanks in Advance Thomas...
Thomas Eimers
eimers@...
Send Email
Sep 7, 2005
1:03 pm
13790
The problem concerned the wrong CCSID of the RPG-ILE source other than 37 Thanks ... latest ... block ... in ... UNMIS ... instead ... version...
Marco Baldan
baldan_marco
Offline Send Email
Sep 7, 2005
2:30 pm
13791
Hello, I'm now trying to produce a 4 pages output PDF with the same header stored in a PDI file. I perform the open_pdi and open_pdi_page, then I fill all...
Marco Baldan
baldan_marco
Offline Send Email
Sep 7, 2005
3:07 pm
13792
Instead of creating a PDF file from other formats, is it possible to measure margins, spacing, numbering and its positions of existing PDF files and how? ...
and_miwa
Offline Send Email
Sep 7, 2005
5:27 pm
13793
... If I understood your problem correctly you could try the following variants: - If the text really doesn't change at all, you could enter it as default text...
Thomas Merz
thomasmerz1
Offline Send Email
Sep 7, 2005
7:05 pm
13794
I'm not sure if someone will be able to help me, but i'm currently working in pdflib 4.0.3 (yes, i know it's old) I'm inserting images into a pdf document, the...
elgroovyone
Offline Send Email
Sep 8, 2005
2:37 am
13795
I'm guessing here, but could it be that you're scaling before you translate the coordinate system? If so, try it the other way around. Best regards, Unik...
Arne Sostack
alfarlin
Offline Send Email
Sep 8, 2005
5:53 am
13796
... I'm sorry, but this always returns 0, even if I set the linewidth using setlinewidth. Are you sure that it's possible to read out that value? TIA, Holger...
holgerdors
Offline Send Email
Sep 8, 2005
11:31 am
13797
... Sure, because PDF_setlinewidth() sets the line width for drawing, not for text underlines. Use PDF_set_value(p, "underlinewidth", v) to achieve the latter....
Thomas Merz
thomasmerz1
Offline Send Email
Sep 8, 2005
11:40 am
13798
... That's what I meant with "linewidth", yes. :-) ... Well, it's not that easy right now, because the value is set outside of the scope of the object that's...
holgerdors
Offline Send Email
Sep 8, 2005
12:01 pm
13799
Hello, I'm trying to improve the looking of my imported pdi file with some graphical objects created with the Acrobat editor, as boxes, circles, etc. The PDI...
Marco Baldan
baldan_marco
Offline Send Email
Sep 8, 2005
2:21 pm
13800
Hi, After I have created layers, is it possible to change the order? Or I need to know the correct order of the layers when creating a document with layers? ...
Develop
driver_develop
Offline Send Email
Sep 8, 2005
4:40 pm
13801
I have this terrible problem and I will greatly appreciate if anybody could offer insights into this problem. I use PDFLPrintDoc to print a PDF into a...
pmj00
Offline Send Email
Sep 8, 2005
8:29 pm
Messages 13772 - 13801 of 19965   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