Re: How do I analyze a problem PDF?

2017-02-28 Thread Thad Humphries
No, the document has not been closed prematurely. It's being processed through the same calls that I use for all my other documents that must merge a PDF, either ones I create or ones from a repository. In this code ... File outpath = new File(OUT_DIR, "mergedTwoPdfs.pdf");

Re: How do I analyze a problem PDF?

2017-02-28 Thread Tilman Hausherr
The best would be to upload the PDF somewhere, and also post your code. I analyse PDFs sometimes with NOTEPAD++, sometimes with PDFDebugger, and often both. But these help only those who know what to expect. The text below looks like a COSStream was closed prematurely (did you close the

How do I analyze a problem PDF?

2017-02-28 Thread Thad Humphries
I have a PDF 1.4 document that opens in different PDF viewers without warnings, yet there seems to be something odd about it. How might I analyze it? If I merge this PDF from the command line with pdfbox-app-2.0.4.jar's PDFMerger, the output is fine. However anytime I merge it in my own code,

Re: apache licensing problem

2017-02-28 Thread Tilman Hausherr
Am 28.02.2017 um 20:57 schrieb ger...@hispeed.ch: Thanks for your answers. Sorry for not being so clear in my message. This line: * provide clear attribution to The Apache Software Foundation for any distributions that include Apache software. my main reason is that I am not sure how

Re: apache licensing problem

2017-02-28 Thread ger...@hispeed.ch
Thanks for your answers. Sorry for not being so clear in my message. This line: * provide clear attribution to The Apache Software Foundation for any distributions that include Apache software. my main reason is that I am not sure how to "provide clear attribution". I have put a copy

Re: How to certify a PDF

2017-02-28 Thread Tilman Hausherr
Am 19.10.2016 um 14:44 schrieb Damien Butaye: Diego, https://www.wetransfer.com/downloads/b53c2e61914a1d02d63ff0b631b75e5520161019123905/77df7c04ee02aa478962d2ef2d33f8f120161019123905/160cb1 The sign_me.pdf is the orginal file and the out.pdf is the certified pdf. As my certificate is a self

Re: (JAI) Image I/O Tools are not installed

2017-02-28 Thread jorgeeflorez .
Hi, I verified the pom and it ended up being a silly thing: test After I remove this from all jai dependencies I get what it is supposed... [JPG, JPEG 2000, tiff, bmp, PCX, gif, WBMP, PNG, RAW, JPEG, PNM, tif, TIFF, jpeg, wbmp, jbig2, jpg, JPEG2000, BMP, pcx, GIF, png, raw, JBIG2, pnm, TIF,

Re: apache licensing problem

2017-02-28 Thread Tilman Hausherr
Am 28.02.2017 um 19:32 schrieb Tres Finocchiaro: Here's a section from apache.org specifically labeled "I'M NOT A LAWYER. WHAT DOES IT ALL MEAN?" - http://www.apache.org/foundation/license-faq.html#WhatDoesItMEAN This is a good place to start, because it's from a "Frequently Asked

Re: (JAI) Image I/O Tools are not installed

2017-02-28 Thread Tilman Hausherr
Am 28.02.2017 um 19:23 schrieb jorgeeflorez .: Hi Tilman, this is what I get: [JPG, jpg, bmp, BMP, gif, GIF, WBMP, png, PNG, wbmp, jpeg, JPEG] Then it's really not there... JBIG2 is also missing. I'd suspect some problem with your build... try - do a clean build - verify that your pom is

Re: apache licensing problem

2017-02-28 Thread Tres Finocchiaro
Here's a section from apache.org specifically labeled "I'M NOT A LAWYER. WHAT DOES IT ALL MEAN?" - http://www.apache.org/foundation/license-faq.html#WhatDoesItMEAN This is a good place to start, because it's from a "Frequently Asked Questions" which is specifically aimed at the high-level

Re: (JAI) Image I/O Tools are not installed

2017-02-28 Thread jorgeeflorez .
Hi Tilman, this is what I get: [JPG, jpg, bmp, BMP, gif, GIF, WBMP, png, PNG, wbmp, jpeg, JPEG] 2017-02-28 13:04 GMT-05:00 Tilman Hausherr : > Am 28.02.2017 um 18:56 schrieb jorgeeflorez .: > >> Hi Maruan, >> >> thank you for your reply. Yes, I already had a look at

Re: (JAI) Image I/O Tools are not installed

2017-02-28 Thread Tilman Hausherr
Am 28.02.2017 um 18:56 schrieb jorgeeflorez .: Hi Maruan, thank you for your reply. Yes, I already had a look at that page, from that I took the dependencies I put in the pom I showed in my mail. I am getting the error even when the suggested dependencies are set. It's very weird, I use the

Re: (JAI) Image I/O Tools are not installed

2017-02-28 Thread jorgeeflorez .
Hi Maruan, thank you for your reply. Yes, I already had a look at that page, from that I took the dependencies I put in the pom I showed in my mail. I am getting the error even when the suggested dependencies are set. Regards. Jorge Flórez 2017-02-28 11:43 GMT-05:00 Maruan Sahyoun