27-06-21 07:49 AM
01-12-22 03:46 AM
01-12-22 01:43 PM
01-12-22 05:13 PM
19-01-24 06:33 AM
Hi Eric,
Is there any workaround for this issue? I want to merge multiple PDFs to one.
Internal : Could not execute code stage because exception thrown by code stage: Cannot handle iref streams. The current implementation of PDFsharp cannot handle this PDF feature introduced with Acrobat 6.
19-01-24 04:09 PM
Hello @sahana mohan,
The PDFSharp folks have released a beta version of a revised PDFSharp library. I haven't tested it myself, but it may help you out. You can download the Nuget package from the link below (use the Download package link on the right of the screen). If you're not familiar with Nugets, they're basically just zip files. Once you download the package you can change the file extension to ".zip" and open it with File Explorer, WinZip, etc. From there, you'll want to pull out the PDFSharp DLL and place it in your Blue Prism Automate folder. Then you can try your process again and see if it's capable of dealing with those newer PDFs.
https://www.nuget.org/packages/PDFsharp/6.1.0-preview-1#readme-body-tab
Cheers,
27-01-24 09:17 PM
In my experience, Supertool will be beneficial to you if you want to merge multiple PDF files into one. There are also other basic features available for editing PDFs, such as color PDFs.
11-06-24 08:06 PM
Hi Team,
I have the same requirement for our project. However, the nuget website to download pdfsharp.dll is blocked. is there any way the dll file can be attached here?
Thanks
11-06-24 10:50 PM
Hello 🙂
Try with pdfpig https://digitalexchange.blueprism.com/dx/entry/3439/solution/pdfpig
Regards
12-06-24 04:38 PM
Hi @sonuiiml ,
You can try to download the same from my GitHub repository as here we cannot attach any files on the forum. I have the DLL listed under Dependencies folder and you can even use the release file if it's possible where I have the business object created with Split and Merge PDF files actions.