Hi!
When I create multiple PDF pages, it is not possible to set a previously defined content in a new PDF File page.
I have big performance problems with Aspose.Pdf, so I have to split my PDF files into several small files first, in order afterwards to reunite them into one.
I have used the following code:
- Init Aspose.Pdf.ImageStamps with open streams
- Add elements on every pdf pages
- create new pdf files and add existing ImageStamps as initialized bevore (doesnt work, i have to reinit the ImageStamps! -> performance problems, is there any other way? )
(i have attached my source code to this post)
...is it possible to initialize the contents of the Image stamps only once? Otherwise, I get even more performance problems than I already have anyway.
Kind regards
Sebastian