Hi,
I have used the pdf library with a lot of success. Many thanks.
In one application I have a full page background picture over which I print text and also place a logo, which is in PNG format. This works very well except I cannot find how to make the borders to the logo transparent, so my logo appears in a rectangular white box. The docs for pdf_Image() say that I need to specify a transparent colour, but I don't know how to do this. Can it be done with MS Paint or Paint.net?
Regarding the images I have some questions and ideas:
- Is it possible to add a paperless format or is something like this already implemented?
- We can add images by full filename or memory address, I think it would be good to just pass a PureBasic ImageNr as well. Is there a restriction or could this be done easily?
- How can I add an image so that it always fits best the paper size and without loss of resolution?
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
How to change a space between lines in PurePDF? I want to change a space between lines in document with PurePDF but i cannot find a way to do it. I used Chunk and Paragraph for output text but they haven't any properties to change space between lines. Please help.
I downloaded this version, but the Help file for it says it's V2.08 still.
Also, got a question: I used this code to add a very tall image (5000 pixels high) to a new PDF file, but the image only went on the first page, and not continued over any next pages. How could I do that?
Hi, I just tested this lib and I find it very useful, but I am unable to create a PDF with an RTF file and its formatting. Is this possible? and if yes, how to do that? Thanks.
I've tried outputing unicode text using PurePDF and although it writes the ascii characters correctly, the unicode characters out of the normal ascii range are not displayed.