> On 12 Jun 2016, at 03:29, Maruan Sahyoun <[email protected]> wrote: > > Hi, > >> Am 12.06.2016 um 12:27 schrieb Tilman Hausherr <[email protected]>: >> >> rev 1741295 in PDFBOX-3280 (deep clone) was a bad decision related to >> splitting, or related to creating new documents from existing documents. >> What should be done now? >> >> my thought: >> >> 1) revert the change per this logic (ignore the insults) >> >> http://article.gmane.org/gmane.linux.kernel/1369384 >> >> 2) create a third method additional to addPage and importPage, e.g. >> importPageClone, that does what importPage does now. >> >> The alternative would be to fix the splitter so that it does what importPage >> did in the past. >> >> However I think it is better to revert the mess, instead of correcting the >> mess. > > +1 for revert
+1 The original JIRA issue isn’t valid. The whole point is that the source PDF *should* be kept open - we need to read from it. And multi-threaded writing isn’t supported, so no surprise there. I say revert and close the issue as won’t fix. — John > > BR Maruan > >> >> Tilman >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> <mailto:[email protected]> >> For additional commands, e-mail: [email protected] >> <mailto:[email protected]> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > <mailto:[email protected]> > For additional commands, e-mail: [email protected] > <mailto:[email protected]>
