Search found 1 match

by ArturZigel
Wed Nov 17, 2021 5:32 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: After merging PDF the result is much bigger
Replies: 1
Views: 3843

After merging PDF the result is much bigger

After merging PDF the result is much bigger. Why is it so ? I code it with "imagecollection" because sometimes i want to merge PDF with JPG, TIFF or PNG. When i want to merge PDF with PDF the result is much bigger. Here is my Code: For Each file In inputFile imageCollection.Add(file) Next ...