Read a PDF file and return as stream from a WCF service?
问题 I want to create a WCF service (working like windows service). This service will read a PDF file from a specific path, extract pages, create a new PDF file and return it to the caller. How can I do this ? I use QuickPDF to process on PDF files, I can extract and create new PDF file. How can use this in a WCF service ? Waiting your helps... This is only sample code : public Stream ExtractPdf(string PathOfOriginalPdfFile, int StartPage,int PageCount) { PDFLibrary qp = new PDFLibrary(); Stream