30
Views
0
Comments
[simpe PDF Concatenate] Cannot handle iref streams
pdf-image-png
Web icon
Forge asset by Flexlogic
After using this component with some pdfs (as it is said: PDF to be concatenated need to be version 5 format or below (limitation of the PDFSharp library) I got the following error:
Cannot handle iref streams. The current implementation of PDFsharp cannot handle this PDF feature introduced with Acrobat 6. 

So I created the extension in attachment (thanks Garrudo) that uses the iTextSharp instead of the PDFSharp library to merge PDF files and overcome that error.
It receives a list of files and concatenates them into one.
iTextSharp.xif
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.