Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ps_delete(3) [debian man page]

PS_DELETE(3)						     Library Functions Manual						      PS_DELETE(3)

NAME
PS_delete -- Deletes all resources of a PostScript document SYNOPSIS
#include <pslib.h> void PS_delete(PSDoc *psdoc) DESCRIPTION
Mainly frees memory used by the document. Also closes a file, if it was not closed before with PS_close(3). You should in any case close the file with PS_close(3) before, because PS_close(3) not just closes the file but also outputs a last line containing the PostScript com- ment with the number of pages in the document. Without this comment, a PostScript viewer may not show the number of pages propperly. SEE ALSO
PS_close(3) AUTHOR
This manual page was written by Uwe Steinmann uwe@steinmann.cx. PS_DELETE(3)

Check Out this Related Man Page

PS_ADD_BOOKMARK(3)					     Library Functions Manual						PS_ADD_BOOKMARK(3)

NAME
PS_add_bookmark -- Add bookmark to current page SYNOPSIS
#include <pslib.h> int PS_add_bookmark(PSDoc *psdoc, const char *text, int parent, int open) DESCRIPTION
Adds a bookmark for the current page. Bookmarks usually appear in PDF-Viewers left of the page in a hierachical tree. Clicking on a book- mark will jump to the given page. The parameter parent is another bookmark which is used as the parent of the new bookmark. If open is unequal to zero the bookmark will be shown open by the pdf viewer. The bookmark has no meaning if the document is printed or viewed but it will be used if the document is converted to pdf by either Acrobat Distillertm or Ghostview. The returned value is a reference for the bookmark. It is only used if the bookmark shall be used as a parent. RETURN VALUE
Returns the identifier of the bookmark or zero in case of an error. The identifier is a positiv number. SEE ALSO
PS_add_launchlink(3), PS_add_pdflink(3), PS_add_weblink(3) AUTHOR
This manual page was written by Uwe Steinmann uwe@steinmann.cx. PS_ADD_BOOKMARK(3)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Display output of one xterm on another

Setup: Two users, each likely on Windows PCs, using either putty or SecureCRT to connect to a remote Solaris server. The connection could be either telnet or ssh. Wanted: How can the output of one users xterm be directed to the other user so that you can easily allow someone to see what... (8 Replies)
Discussion started by: Vi-Curious
8 Replies

2. UNIX for Dummies Questions & Answers

Problem to map VIM cursor moving in InsertMode

Hi all What I want? I want in Insert mode, press Alt-hjkl move cursor, and then back to insert mode. I know ctrl-o, hjkl can do the job. but everytime I want to move, i have to press ctrl-o, or I have to count how many hjkl I will do, do a C-O (n)hjkl. What I tried (example only with 'j')... (2 Replies)
Discussion started by: sk1418
2 Replies

3. Shell Programming and Scripting

Help with Backup Shell Script

Hi, I am a linux newbie and I dont have any knowledge on scripting but this is my urgent requirement. I am suppose to write a backup script for 2 of my servers, could someone help me out please. below is my requirement Mail Server 1 : 10.0.0.1 Mail Server 2 : 10.0.0.2 Backup Server... (6 Replies)
Discussion started by: harry289
6 Replies

4. Shell Programming and Scripting

To all the awk experts out there!

Hello All, I recently encountered this difficulty in processing a File. Input File has millions of records with fields like below ID1,ID2,DATE,FLAG,VAL 123,432,0604,1,-0.5 123,432,0604,22,0.5 123,433,0604,1,-0.54 123,433,0604,22,6.77 123,543,0605,22,0.94 To put this simply, I will have... (8 Replies)
Discussion started by: PikK45
8 Replies

5. Shell Programming and Scripting

Request help with recording files deleted

I am trying to delete files down 2 paths that are older than 5 days old. I would like to keep a record of the files deleted. I have tried to create a job called by cron with the desired output file stated either in the job itself or in the crontab entry. In the job itself: find... (2 Replies)
Discussion started by: SnowCrash7
2 Replies

6. UNIX for Advanced & Expert Users

CUPS has gone away

I cannot access CUPS When I try http://localhost:631/ I receive This site can't be reached localhost refused to connect. I have purged and reinstalled CUPS and rebooted. It did not help. (14 Replies)
Discussion started by: Meow613
14 Replies