http://svn.apache.org/viewvc/pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/pdmodel/AddImageToPDF.java?view=markup
BR Maruan Am 05.12.2014 um 16:55 schrieb Gilad Denneboom <[email protected]>: > OK... Another issue I have with this snapshot is that PDJpeg seems to be > gone. How do I draw an image onto a PDPageContentStream from a > FileInputStream? > > On Fri, Dec 5, 2014 at 4:49 PM, Maruan Sahyoun <[email protected]> > wrote: > >> with PDFBox 2.0 the NonSequential Parser will be the standard parser. As a >> result mergeDocuments() is the method you are looking for. >> >> BR >> Maruan >> >> Am 05.12.2014 um 16:44 schrieb Gilad Denneboom <[email protected] >>> : >> >>> I got the latest snapshot (pdfbox-2.0.0-20141205.082231-763.jar), but now >>> mergeDocumentsNonSeq seems to be completely gone... Am I missing >> something >>> here? >>> >>> On Fri, Dec 5, 2014 at 4:21 PM, Maruan Sahyoun <[email protected]> >>> wrote: >>> >>>> Hi, >>>> >>>> from that information alone I can't tell - could you try the 1.8.8 or >> 2.0 >>>> Snapshots [1]? There were some enhancements to the non sequential >> parser. >>>> Otherwise we'd need a unit test and test documents to reproduce the >> issue. >>>> >>>> BR >>>> >>>> Maruan >>>> >>>> [1] https://pdfbox.apache.org/download.cgi#snapshots >>>> >>>> Am 05.12.2014 um 16:05 schrieb Gilad Denneboom < >> [email protected] >>>>> : >>>> >>>>> Sorry, I forgot... Here it is: http://imgur.com/XegljjS >>>>> >>>>> On Fri, Dec 5, 2014 at 3:43 PM, Maruan Sahyoun <[email protected] >>> >>>>> wrote: >>>>> >>>>>> Hi Gilad, >>>>>> >>>>>> attachments don't make it through on the mailing list. Could you >> upload >>>> it >>>>>> to a public location? >>>>>> >>>>>> BR >>>>>> >>>>>> Maruan >>>>>> >>>>>> Am 05.12.2014 um 15:31 schrieb Gilad Denneboom < >>>> [email protected] >>>>>>> : >>>>>> >>>>>>> Hi Maruan, >>>>>>> >>>>>>> That's good to know, thanks. >>>>>>> >>>>>>> I only have it as a screenshot at the moment... I'm using >>>>>> mergeDocumentsNonSeq, as you can see. >>>>>>> >>>>>>> Gilad >>>>>>> >>>>>>> On Fri, Dec 5, 2014 at 3:07 PM, Maruan Sahyoun < >> [email protected] >>>>> >>>>>> wrote: >>>>>>> Hi Gilad, >>>>>>> >>>>>>> not that I'm aware of (official or not). What's the exception you're >>>>>> getting? >>>>>>> >>>>>>> BR >>>>>>> >>>>>>> Maruan >>>>>>> >>>>>>> Am 05.12.2014 um 14:39 schrieb Gilad Denneboom < >>>>>> [email protected]>: >>>>>>> >>>>>>>> Hi all, >>>>>>>> >>>>>>>> Does anyone know if the PDFMergerUtility has a maximum file size >>>>>> limit? I'm >>>>>>>> encountering strange exceptions when the file size exceeds 500MB on >> a >>>>>>>> Windows 7 computer (NTFS file system), and was wondering if there's >>>>>> some >>>>>>>> kind of file-size limitation (using PDFBox 1.8.7), official or not? >>>>>>>> >>>>>>>> Regards, Gilad. >>>>>>> >>>>>>> >>>>>> >>>>>> >>>> >>>> >> >>

