I am developing an application in which i have to create multi page PDF and email such PDF. The content which is to be converted to PDF contains text as well as some images. I have seen some posts reg
I have 5 single page tiff images. I want to combine all these 5 tiff images in to one multipage tiff image.
I\'m looking to create a multi page ordering form the first page would contain some dropdown and text fields, the second page would contain more text fields, the third page would be an order summery w
I need a way to take several jpgs and convert them into a single multi page Tiff.I have that working using GDI+ however it only works with the compression LZW which is lossless.This means that my 3 50
I might be asking a very basic question and I am sorry for that. I have a web application which is sort of a reporting portal. I have a ReportViewer.aspx p开发者_如何学编程age which has the crystalre
I need to view a multipage tiff with WPF. I currently have the following: <FlowDocumentReader> 开发者_如何学运维 <FlowDocument>
Has anyone already created a PDF document in an iPad app? I see that there are new functions in the UIKit to do this, but I can\'t find any code example for it.
I\'m trying to understand the best options for pulling off a wizard form in ruby on rails. Ideally I\'d like to have it so the application signup has a back and next button that allows the user to sub
I\'m trying to generate a multipage TIFF file from an existing picture using code by Bob Powell: picture.SelectActiveFrame(FrameDimension.Page, 0);