Sponsored Content
Full Discussion: Create invoice pdf file
Top Forums Shell Programming and Scripting Create invoice pdf file Post 302670765 by standingtree914 on Thursday 12th of July 2012 11:49:05 AM
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
 

8 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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
aeget(1)																  aeget(1)

NAME
aeget - Aegis CGI file access SYNOPSIS
aeget DESCRIPTION
The aeget command is used with Apache (or CGI conforming any other web server) to access the files of an Aegis project. The files are searched for along the appropriate search path, including all ancestor baslines, not just the baseline of the branch. This is useful when developing web sites using Aegis. Install In order to use aeget(1), you need to copy it into your cgi-bin directory. You may prefer to use a symbolic link, as this will be more stable across Aegis upgrades. However, this requires a corresponding follow- symlinks setting in your web server's configuration file. Usage Once aeget(1) is installed, files may be accessed via http://localhost/cgi-bin/aeget/project-name/ If no project name is given, a list of projects will be generated. This will lead you through a series of menus, giving access to manu useful pages of information about your projects. Cascading Style Sheets The web interface uses Cascading Style Sheets. You can give the web interface a personalised look and feel, by creating stylesheets in the web server's Document Root directory. The interface will use it's default styles, then styles from a global style sheet called aede- fault.css, and then styles from a project stylesheet called projectname.css (replace projectname with the name of the project). There is an example style sheet in /aedefault.css which demonstrates the style elements used. This particular stylesheet is not designed to be aesthetically pleasing, but to exercise all of the elements. Using this stylesheet unmodified will give psychedelic results. Use it as a template. PROJECT ATTRIBUTES
You can set your own project specific page headers and footers by using the "html:meta", "html:body-begin" and "html:body-end" project specific attributes. project_specific = [ { name = "html:body-begin"; value = "<i>This text goes immediately after the &lt;BODY&gt; and before any text generated by <i>aeget</i>(1).</i>"; }, { name = "html:body-end"; value = "<i>This text goes immediately before the &lt;/BODY&gt; and after all text generated by <i>aeget</i>(1).</i>"; }, ]; These fields may be used to customize your web pages for your project-specific or company-specific needs. Each project is configured independently. CHANGE ATTRIBUTES
If you wish to prevent a change set appearing in the change set inventory used by aedist -replay to determine what needs to be downloaded, set the following change set attribute: attribute = [ { name = "aeget:inventory:hide"; value = "true"; }, ]; You must use the aeca(1) command for this, the tkaeca(1) command can not edit change set attributes. DEBUGGING and TESTING You can run the aeget(1) program from the command line if you set the appropriate environment variables. This is how you debug or test aeget(1) command. REQUEST_METHOD This is how the script is being invoked. For aeget(1) command, this is always "GET". SCRIPT_NAME This is the path of the script name, from the HTTP client's point of view. Typically this is "/cgi-bin/aeget". PATH_INFO This is the portion of the URL between the script name and the question mark. For aeget(1) this is usually the project name or the project name and the change number. No project name will get you the project list page. QUERY_STRING This the portion of the URL after the question mark. The above will not means much if you are not familiar with CGI scripts. For the URL http://localhost/cgi-bin/aeget/aegis.4.1.C10?menu would have Apache set the following environment variables REQUEST_METHOD=GET SCRIPT_NAME=/cgi-bin/aeget PATH_INFO=/aegis.4.1.C10 QUERY_STRING='menu' aeget Output is written to stdout. Tests scripts can easily capture this and compare it with expected results. Make sure you avoid false nega- tives because of the date tacked onto the end of most pages. Apache If you see "serious server error" pages when accessing aeget(1) via a web server, the stderr text is usually available in the server's error log. COPYRIGHT
aeget version 4.24.3.D001 Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Peter Miller The aeget program comes with ABSOLUTELY NO WARRANTY; for details use the 'aeget -VERSion License' command. This is free software and you are welcome to redistribute it under certain conditions; for details use the 'aeget -VERSion License' command. AUTHOR
Peter Miller E-Mail: millerp@canb.auug.org.au //* WWW: http://www.canb.auug.org.au/~millerp/ Reference Manual Aegis aeget(1)
All times are GMT -4. The time now is 01:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy