Letter 2704 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Letter 2704 (Default branch)
# 1  
Old 03-26-2008
Letter 2704 (Default branch)

Letter is a Web form for writing a letter. After filling out the form, it generates a PDF for you to print out, sign, and send via snail mail. License: GNU General Public License (GPL) Changes:
The style has been tweaked to improve usability.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Replace specific letter in a file by other letter

Good afternoon all, I want to ask how to change some letter in my file with other letter in spesific line eg. data.txt 1 1 1 0 0 0 0 for example i want to change the 4th line with character 1. How could I do it by SED or AWK. I have tried to run this code but actually did not... (3 Replies)
Discussion started by: weslyarfan
3 Replies

2. Programming

Problem of first letter

i have function to send arabic notification email to employee , but when i open the email in outlook i see that the first letter of the caption (employee name) is trimed , but when i open the same email from other workstation i see the caption is complete (working fine) (1 Reply)
Discussion started by: AimyThomas
1 Replies

3. UNIX for Dummies Questions & Answers

If first letter of name is a-m do this if n-x do something else

so if I run echo $USER and the name is smithr i want to run command B to run because s is after m in the alphabet, but if the user is aldap I want command A to run because their first initial in the user name is in the first half of alphabet. how please? (2 Replies)
Discussion started by: glev2005
2 Replies

4. Shell Programming and Scripting

get only two letter from any string

I want get middle two latter of any string. Input: var="070108" output: var1="01" please help. (2 Replies)
Discussion started by: rinku
2 Replies

5. Shell Programming and Scripting

what is dead.letter ??

Hi all can you please help me what is dead.letter file ? when it is created ? for the first time i have seen this file getting created in my current directory? I am using SunOs. Any IDEA ?? (2 Replies)
Discussion started by: jambesh
2 Replies

6. UNIX for Dummies Questions & Answers

SORT by letter

Hello again, Since I am UNIX new user I have this question: I have this file: 1 A A 1 A A 1 A A 1 B B 1 B B 1 X X 1 X X 1 C C Could anyone of you help me to sort this file like this: (I need all A and X together) 1 A A 1 A A (1 Reply)
Discussion started by: murbina
1 Replies

7. UNIX for Dummies Questions & Answers

dead.letter

HI, I am pretty new to Unix...but here is 1 serious problem...atleast for me..:-) now..the dead.letter file in /var/tmp has been growin continuously..n i dont know why..I ve even killed the sendmail process..but the dead.letter file keeps on increasin..Can anyone tell me where do I start... (6 Replies)
Discussion started by: unisam
6 Replies
Login or Register to Ask a Question
WEBKIT2PDF(1)															     WEBKIT2PDF(1)

NAME
webkit2pdf -- Export web pages to PDF files or printer SYNOPSIS
webkit2pdf [options] [URLs] DESCRIPTION
Webkit2pdf is a program that retrieves web pages from one or several URLs and generates a PDF document with them, using the webkit library. When no URLs or options are supplied a minimalistic but convenient GUI is launched, allowing preview of the document to be generated or printed. OPTIONS
-h or --help Shows a brief help screen. -o output_dir Sets the output directory. By default is current dir (.). -f format Sets the name format for the generated files. By default is a four digits sequence starting on 0000.pdf. -s size Sets the paper size to use (e.g.: "a4"). FILES
/etc/papersize Default paper size to use. BUGS
Please report it to the Debian BTS using the reportbug tool. SEE ALSO
reportbug(1), papersize(5). AUTHOR
The webkit2pdf program was written by Colin Leroy <colin@colino.net>. This manual page was written by Ricardo Mones <mones@debian.org> for the Debian system (and may be used by others). LICENSE
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. 2012-06-14 WEBKIT2PDF(1)