Overriding Printer Default Page Size

2015-03-16 Thread Morgan Simpson
I am new to PDFBox and I have run into an issue with overriding a printer's default page size. This is on version 1.8.8. I have an invoice form designed for US_LETTER. I can silent print to my default printer and all is well. When I print the form to a production (non-default) printer using the Pr

Re: Problem building the project with Eclipse and m2e

2015-03-16 Thread Maruan Sahyoun
> Am 16.03.2015 um 22:23 schrieb Martin Schröder : > > 2015-03-16 22:12 GMT+01:00 Maruan Sahyoun : >> I'm using Eclipse Luna (had other versions before), subversive and m2e. >> Works fine for me. What are the issues you are having? > > Yes, Eclipse can work with Maven. Somehow. But e.g. where'

Re: Problem building the project with Eclipse and m2e

2015-03-16 Thread Martin Schröder
2015-03-16 22:12 GMT+01:00 Maruan Sahyoun : > I'm using Eclipse Luna (had other versions before), subversive and m2e. Works > fine for me. What are the issues you are having? Yes, Eclipse can work with Maven. Somehow. But e.g. where's the manual for m2e? In contrast: http://www.adam-bien.com/rol

Re: Problem building the project with Eclipse and m2e

2015-03-16 Thread Maruan Sahyoun
Hi, I'm using Eclipse Luna (had other versions before), subversive and m2e. Works fine for me. What are the issues you are having? With my setup I can right click on the project and then go Run As > Maven build > and in the dialog enter 'clean install' under 'Goals:' After the initial run it

Re: Problem building the project with Eclipse and m2e

2015-03-16 Thread Eric Douglas
Tell me you're not referring to Net...? Have they improved it much? I tried it once years ago and it took forever to load. I installed m2e and I can't get pdfbox to compile using the Maven in Eclipse. Maybe I didn't install something right. I had a big Maven plugin on Eclipse a couple versions

Re: Problem building the project with Eclipse and m2e

2015-03-16 Thread Martin Schröder
2015-03-16 21:36 GMT+01:00 Tilman Hausherr : > I won't mention a specific IDE, but enter this in google: > > ide maven out of the box It's illuminating: - netbeans - intellij - http://stackoverflow.com/questions/15452874/maven-vs-eclipse :-) Best Martin ---

Re: Problem building the project with Eclipse and m2e

2015-03-16 Thread Tilman Hausherr
Am 16.03.2015 um 21:26 schrieb Martin Schröder: 2015-03-16 20:27 GMT+01:00 Andreas Lehmkuehler : Am 13.03.2015 um 13:16 schrieb Martin Schröder: that gives a lot of projects as expected (after one has the right m2e connector for subversion (which is difficult with subclipse)). There are other

Re: Problem building the project with Eclipse and m2e

2015-03-16 Thread Martin Schröder
2015-03-16 20:27 GMT+01:00 Andreas Lehmkuehler : > Am 13.03.2015 um 13:16 schrieb Martin Schröder: >> that gives a lot of projects as expected (after one has the right m2e >> connector for subversion (which is difficult with subclipse)). > > There are other alternatives. Checkout the trunk/unpack t

Re: PDFTextStripper parsing numbers backwards?

2015-03-16 Thread Andrew Munn
> > > > > > > That improved some things but numbers are still backwards. $3,000.00 > > comes out 00.000,3$ > I can't reproduce it, works fine for me. Are you sure to use the sorting > option? > sorry you're right. it's working ok now. I think I had the old class file lingering in my path.

Re: Problem building the project with Eclipse and m2e

2015-03-16 Thread Andreas Lehmkuehler
Am 13.03.2015 um 13:16 schrieb Martin Schröder: 2015-01-25 21:18 GMT+01:00 Stefan Falk : Added the repository in the synchronized view: http://svn.apache.org/repos/asf/pdfbox From the right-click context menu on the trunk folder: "Checkout as Maven Project..." That's it. I assume it is suppos

Re: PDFTextStripper parsing numbers backwards?

2015-03-16 Thread Andreas Lehmkuehler
Am 16.03.2015 um 20:03 schrieb Andrew Munn: On Mon, 16 Mar 2015, Andreas Lehmkuehler wrote: Am 16.03.2015 um 01:45 schrieb Andrew Munn: I'm parsing this doc http://www.topazdevelopment.com/tmp/15-10145.pdf page 14: I have a doc with figures like $2,000 and when I extract the text it comes o

Re: PDFTextStripper parsing numbers backwards?

2015-03-16 Thread Andrew Munn
On Mon, 16 Mar 2015, Andreas Lehmkuehler wrote: > Am 16.03.2015 um 01:45 schrieb Andrew Munn: > > I'm parsing this doc > > http://www.topazdevelopment.com/tmp/15-10145.pdf > > > > > > page 14: > > I have a doc with figures like $2,000 and when I extract the text it comes > > over as 00.000,2$ >

Re: PDFTextStripper parsing numbers backwards?

2015-03-16 Thread Andreas Lehmkuehler
Hi, Am 16.03.2015 um 01:45 schrieb Andrew Munn: I'm parsing this doc http://www.topazdevelopment.com/tmp/15-10145.pdf page 14: I have a doc with figures like $2,000 and when I extract the text it comes over as 00.000,2$ page 15-17: same Page 21: Amounts parsed but ran into other numbers so

Re: WARNING: Using fallback font

2015-03-16 Thread Lachezar Dobrev
I'd rather 'alias' the font in either: - /etc/fonts/fonts.conf - ~/.config/fontconfig/fonts.conf 2015-03-15 13:08 GMT+02:00 Tilman Hausherr : > Install the "Times New Roman" TT font on your system. > > Tilman > > Am 15.03.2015 um 03:16 schrieb Andrew Munn: > >> I am running 2.0.0-SNAPSHOT on

Re: org.apache.pdfbox.rendering.PDFRenderer logs

2015-03-16 Thread Lachezar Dobrev
In that case I suspect you need to check JULI [1]. It's not short, and at places it is cryptic, but is the definitive source. A quick-and-dirty cork-in: 1. create a logging.properties file (name is arbitrary) 2. put in that file the following two lines handlers= .level=OFF 3. sta