Rank: Newbie Groups: Member
Joined: 3/28/2012 Posts: 4
|
I've got a process that creates pdfs from html and then merges them into one pdf. If I just look at one of the generated pdfs before merge it looks fine, but after the merge of pdfs, the pages seem to be stretched vertically. Is there a setting I am missing somewhere?
PdfDocument mergeDoc = PdfDocument.Merge(pdfs.ToArray()); MemoryStream pdfMemoryStream = new MemoryStream(); mergeDoc.Save(pdfMemoryStream);
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
No. I do not believe PdfDocument.Merge should change anything, thus there is no setting about this. If you continue to have problem, please try to isolate the problem into a test project and send us the test project. Once we have that we will be happy to take a look. Let us know when you have the test project so that we can tell you where to send it.
Thanks!
|