Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load Pdf file from byte array/stream #899

Open
MasterIPI opened this issue May 20, 2024 · 4 comments
Open

Load Pdf file from byte array/stream #899

MasterIPI opened this issue May 20, 2024 · 4 comments

Comments

@MasterIPI
Copy link

MasterIPI commented May 20, 2024

Just a feature request/question

Is there any plans on adding functionality of creating pdf "Document" from a byte array/stream of existing pdf file?

It would be great if we could get already existing pdf files as byte arrays/streams and then merge with the generated file or just merge existing pdf files.

@rima1098
Copy link

Have a look at https://www.pdfsharp.net/. It is possible to merge PDFs with this tool and might be sufficient for your needs

@HakamFostok
Copy link

Document.Merge would really be helpful if we could merge already existing files in the Disk.
Right now merging documents will work for documents created by the code only.
Hope to see this feature.

@MasterIPI
Copy link
Author

Have a look at https://www.pdfsharp.net/. It is possible to merge PDFs with this tool and might be sufficient for your needs

I know about this library and currently we are using IronPdf, but we have a request to move from that to something else, to find out if some other library works faster that IronPdf and without drops in performance if run within docker linux container.

@HakamFostok
Copy link

No, no, my situation was much simpler, I just wanted to combine a couple of pdfs files in one, locally on my machine, that is it.
I switched to pdfSharp and it solved my problem completely.
Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants