Welcome Guest Search | Active Topics | Sign In | Register

Merging PDF stretches result Options
David Osborn
Posted: Wednesday, March 28, 2012 12:31:20 PM
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);
eo_support
Posted: Wednesday, March 28, 2012 1:40:30 PM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.