« Gestures on Mac OS X | Home | MBS Real Studio Plugi… »

Tip of the day: PDF with Images

15 07 11 - 11:44 You can add transparent pictures to a PDF using our MBS Real Studio DynaPDF Plugin. The InsertPicture function can be called with a picture and a mask picture. This way you can get transparent pictures easily into a PDF.
You insert a picture like this:

call d.InsertPicture(p, m, x, y, w, h)

Where p is the picture, m is the mask picture and the 4 other parameters are the rectangle where to place the picture.
Of course you also can use transparent picture files (GIF, PNG, TIFF) with InsertImage function. Or if you have picture in memory buffer, use InsertImageFromBuffer. For selecting the right picture in a multi picture tiff file, use InsertImageEx.

PS: You only need the DynaPDF Starter Edition for this.
No comments

  
Remember personal info?

Emoticons / Textile

Comment moderation is enabled on this site. This means that your comment will not be visible on this site until it has been approved by an editor.



Notify:
Hide email:

Small print: All html tags except <b> and <i> will be removed from your comment. You can make links by just typing the url or mail-address.