Add existing PDF as background #843
-
|
Is it possible to add an existing PDF as background for a new PDF that I create? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Unfortunately, QuestPDF does not provide any support for editing or opening existing PDFs. You may be able to use another library to render the existing PDF into an image (either raster or vector) and use that as a background in QuestPDF. |
Beta Was this translation helpful? Give feedback.
-
|
I am currently preparing a long-term roadmap for the library. I am excited to include this enhancement 😄 Most likely, the work will be done by using already existing C++ libraries and surfacing their API to the managed C# code. Depending on the complexity and value-added, it will be done as part of QuestPDF or a secondary MIT library. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, We are closing this thread due to inactivity. We apologize for the delayed response. Thank you for taking the time to reach out and contribute to the project — your feedback helps us improve QuestPDF. This functionality has been available since version 2024.12.0. You can use an existing PDF as a background by underlaying it beneath your generated content with Should you encounter any further problems, please don't hesitate to open a new issue. |
Beta Was this translation helpful? Give feedback.
I am currently preparing a long-term roadmap for the library. I am excited to include this enhancement 😄
Most likely, the work will be done by using already existing C++ libraries and surfacing their API to the managed C# code. Depending on the complexity and value-added, it will be done as part of QuestPDF or a secondary MIT library.