How can we merge different-2 pdf into one pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-06-21 07:49 AM
------------------------------
Sahil Chankotra
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-06-21 02:48 PM
There are a few tools on the DX that can be used for merging PDFs. Here area a few links:
https://digitalexchange.blueprism.com/dx/entry/3439/solution/pdf-management-2
https://digitalexchange.blueprism.com/dx/entry/9648/solution/blue-prism---pdf-toolkit
The first link is for a connector that only handles splitting and merging of PDFs, but I don't believe it requires any special web service account creation. So you might want to give it a try first. The connector on the second link supports more functionality, but it requires an account with Adobe DC.
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-06-21 03:12 PM
first thank you for your reply. I can use this DX link but my organization doesn't give me access to use this. So can you please tell me how can I do this via code stages or any other methods?
------------------------------
Sahil Chankotra
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-06-21 01:46 PM
Are you able to download the connector at all? If so, you can open the file in any text editor (it's just XML) and see the code and associated libraries that are used. You can then just copy-and-paste that into your own BP VBO.
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-12-21 01:05 PM
The dll for first link for the "Function for PDF Management" VBO isn't available on GitHub:
"Dependencies:
This VBO uses the PdfSharp library (PdfSharp.dll). You can download a copy of the required DLL from the following link:
https://github.com/blue-prism/PDFManagement/raw/master/PdfSharp.dll"
Do you have an updated link?
------------------------------
David Rubiano
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-12-21 01:49 PM
We've just updated the asset card on the DX. It includes a new download link to the library under the Documents section.
https://digitalexchange.blueprism.com/dx/entry/3439/solution/pdf-management-2
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-12-21 02:03 PM
Thanks alot!
Cheers,
------------------------------
David Rubiano
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-08-22 05:52 AM
The Merger is not working at all and getting the below error.
"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."
What could be possible way to resolve this error or any alternative solution?
Got the above error while trying merge pdf please help to resolve the issue.
------------------------------
Gopinath Venkatesan
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-08-22 10:16 AM
Please check this thread for the answer to same question here
------------------------------
If I was of assistance, please vote for it to be the "Best Answer".
Thanks & Regards,
Tejaskumar Darji
Sr. Consultant-Technical Lead
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-08-22 11:26 AM
The feature does work, but only for certain versions of the PDF specification. In your case, your PDF is based on spec 1.5 or later. Unfortunately, the maintainers of PDFSharp haven't implemented support for several features of newer PDF specs.
This is discussed on their FAQ page.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------