... 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...
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...
... 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. ...
... 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...
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...
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...
... 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...
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 ...
... 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...
... 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...
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@...
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...
... 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....
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@...
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...
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...
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? ...
... 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...
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...
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...
... 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...
... 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....
... 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...
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...
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? ...
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...