Search found 1 match

by bdekker
Wed Apr 01, 2015 2:01 pm
Forum: Example requests & Code samples
Topic: Insert tiff at specific page in pdf and retrieve it again C#
Replies: 1
Views: 3297

Insert tiff at specific page in pdf and retrieve it again C#

Hi, I'm using version 10 and trying to insert a tiff image in a pdf after a certain page. In another process I want to extract all the images from that pdf. To insert the tiff image I use code below: string image_res_name = gdPicturePDF.AddImageFromGdPictureImage(imageId, false, false); var pageHeig...