Create invoice pdf file


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Create invoice pdf file
# 1  
Old 07-12-2012
Create invoice pdf file

Hi all,

I'm trying to create a script to merge a csv or txt file with a pdf template. So i have a pdf template with company logo and i want to merge it with a csv or txt file so i can create a complete invoice in pdf.

now i do find some command line tools to do this but i need a pro version that costs 11.000,- I find it hard to believe that there are no open source tools that i can use. Does anybody know open source tools i can use?

Tnx
# 2  
Old 07-12-2012
Dicenl,

Are you getting this invoice information from a web purchase or from stored files from last months accounting? I get the general gist of you question and this script is an interesting project, but think it needs more details
# 3  
Old 07-12-2012
Well, we have a custom build ordersystem, build by one of my colleguas. the system creates orders, invoices, work orders and letters of content. This systems creates csv or txt files when printing one of these forms. these text files are formated to print on company paper. Now to backup these forms and to cut back on paper use we would like these forms to be in pdf format so that if we need to print them we can but also have them stored on the network.

Now the idea we have is to have some kind of 'watch' directory where the exported csv/txt files are stored/printed to. Then a script can pick it up, merge the text file with a logo form (already in pdf) and move it to a directory on the network.

the server the program runs on is suse linux enterprise 11
# 4  
Old 07-14-2012
at this point we have script that does a text to postscript conversion. then a postscript to pdf and after that a merge of the company form pdf and the ordersystem output pdf. by the way, the order system only outputs txt files.

i do think there should be a more direct way to accomplish the above. any suggestions would be welcome.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Create a text file and a pdf file from Linux command results.

Hello. The task : Using multiple commands like : gdisk -l $SOME_DISK >> $SOME_FILEI generate some text file. For readiness I must insert page break. When the program is finished I want to convert the final text file to a pdf file. When finished, I got two files : One text file and One pdf... (1 Reply)
Discussion started by: jcdole
1 Replies

2. Shell Programming and Scripting

Create pdf of a jpg image in shell script

Dear Team, Can any one please let me know, if there is any way to create pdf of a Jpg image file in shell script. I work on Solaris, Korn Shell. Currently we are using sunpcl2pdf.exe to create PDF from PCL(Printer Control Language) files. But we are searching for some different way to... (2 Replies)
Discussion started by: Uttam Maji
2 Replies

3. Shell Programming and Scripting

How to create or convert to pdf files from csv files using shell script?

Hi, Can anyone help me how to convert a .csv file to a .pdf file using shell script Thanks (2 Replies)
Discussion started by: ssk250
2 Replies

4. Red Hat

create pdf of text file help

Can someone please tell me why this is not working? I have created numerous pdf's from text files by following these instructions and this time it is not working. Convert jpeg files to PDF under Linux | bitPrison.net convert /home/liveuser/Documents/hw7 /home/liveuser/Documents/hw7.pdf... (5 Replies)
Discussion started by: cokedude
5 Replies

5. SCO

Create a PDF file

Currently own an SCO OpenServer 6 system. Will like to know how to convert files printed to PDF so they can be sent to customers via e-mail. Ex. account statements. (4 Replies)
Discussion started by: RicardoM
4 Replies

6. AIX

Create pdf printer queu

I need to create a print queue in AIX to be able to print directly to pdf (or a network based printer) from a informix based application (Genero/FourJ). I have a AIX 5.3 a I canīt find any documentation for this. If possible I would not like to use any thirth party software. Can someone help me on... (2 Replies)
Discussion started by: marques_rmc
2 Replies

7. UNIX and Linux Applications

How to create PDF documents from my word files?

Hi guys, I need to create PDF documents from my word files. How do I do it? (4 Replies)
Discussion started by: Hilda Thompson
4 Replies

8. Shell Programming and Scripting

checking invoice number not correct

hello, I have the following script to check the invoice number is in order or not. However, it cannot show out the correct information. My expect output show below and I would like to only list out the NOT IN SEQUENCE inovice number (not included "ok") #!/bin/sh start=1 for file_number in... (8 Replies)
Discussion started by: happyv
8 Replies
Login or Register to Ask a Question