by jmunger11 » Mon May 19, 2008 3:24 pm
I am generating PDF files using VPE dll version 32.36. I use VpePicture with the PIC_IN_FILE flag set to insert .jpg files. This works most of the time and the images are written to the pdf fully. This is real nice when it works. Here is my problem. Occasionally, images will be chopped in length and the frame around the image is missing. This may be the same exact report that just worked with the same images and same code to generate it. I write one image per page always the same size with a page break prior to it. In the case where the image is chopped, the .jpg itself contains all of the data but it is just not written to the pdf. In addition, when I use preview to view the data, the image displays in its entirety.