Re: Getting Started with PdfBox

2016-10-15 Thread Tilman Hausherr
Am 15.10.2016 um 13:55 schrieb Joseph Tanner: Hello Tilman, What is your experience in java software developing? I'm just asking to be sure that I don't write too much. But if you just started, then it will be tough... My experience in developing is small. I've been managing a big java-app

Re: Getting Started with PdfBox

2016-10-15 Thread Joseph Tanner
Hello Tilman, What is your experience in java software developing? I'm just asking to be sure that I don't write too much. But if you just started, then it will be tough... My experience in developing is small. I've been managing a big java-app for >10years. But there I add or modify classes

Re: Getting Started with PdfBox

2016-10-14 Thread Tilman Hausherr
The only one that is creating a pdf is "PrintPDF". No, that one prints an existing PDF on the printer. Usage: java -jar pdfbox-app-x.y.z.jar PrintPDF [options] Options: -password : Password to decrypt document -printerName : Print to specific printer

Re: Getting Started with PdfBox

2016-10-14 Thread Tilman Hausherr
Am 15.10.2016 um 02:05 schrieb js...@gmx.net: Hi Tilman, thank you for your quick reply. I just can't follow at all??? As an example I would like to start with the example "HelloWorld.java", which should give me the pdf-File "HelloWorld.pdf". To make it easy I start with the

Re: Getting Started with PdfBox

2016-10-14 Thread jsail
Hi Tilman, thank you for your quick reply. I just can't follow at all??? As an example I would like to start with the example "HelloWorld.java", which should give me the pdf-File "HelloWorld.pdf". To make it easy I start with the commandline-tools. The only one that is creating a pdf is

Re: Getting Started with PdfBox

2016-10-10 Thread Manuel AristarĂ¡n
> On Oct 10, 2016, at 6:05 AM, js...@gmx.net wrote: > I would like to Create a PDF from scratch, with embedded text and table > (spreadsheet) mostly in landscape format. How would you suggest me to start. You might want to take a look at Boxable [0], a CSV-to-PDF library that uses PDFBox.

Re: Getting Started with PdfBox

2016-10-10 Thread Tilman Hausherr
Am 10.10.2016 um 12:05 schrieb js...@gmx.net: Hi, the 'Getting Started' on http://pdfbox.apache.org/2.0/getting-started.html is still 'under construction'. I hope you could get me a possibility to start. I would like to Create a PDF from scratch, with embedded text and table (spreadsheet)