Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pdfoutline(1) [debian man page]

pdfoutline(1)						      General Commands Manual						     pdfoutline(1)

NAME
pdfoutline - add outlines (aka bookmarks) to PDF files SYNOPSIS
pdfoutline input.pdf outlines.txt output.pdf DESCRIPTION
pdfoutline reads input file given as first argument, adds outlines from text file given as second argument, and saves result to file with name given as third argument. File with outlines information should consist of lines in the following format: <level> <page> Outline text <level> and <page> should be integers. Each field should be separated by exactly one space symbol. All values for <level> should be greater or equal than that of the first line. Page numeration starts with 1. Outlines file can contain comments that start with # in first column. Comments and empty lines are ignored. OPTIONS
pdfoutline accepts no options. EXAMPLES
Here is example of outlines data file: 0 1 Document title 1 1 Chapter 1 2 1 Chapter 1.1 2 2 Chapter 1.2 1 3 Chapter 2 Using this file will result in outlines like the following: Document title +-Chapter 1 | +-Chapter 1.1 | +-Chapter 1.2 +-Chapter 2 AUTHOR
pdfoutline author is Eugeniy Meshcheryakov <eugen@debian.org> pdfoutline is part of fntsample and can be downoaded from <http://fntsample.sourceforge.net/>. 2010-10-14 pdfoutline(1)

Check Out this Related Man Page

XkbAllocGeomOutlines(3) 					   XKB FUNCTIONS					   XkbAllocGeomOutlines(3)

NAME
XkbAllocGeomOutlines - Allocate space for an arbitrary number of outlines to a shape SYNOPSIS
Status XkbAllocGeomOutlines (XkbShapePtr shape, int num_needed); ARGUMENTS
- shape shape for which outlines should be allocated - num_needed number of new outlines required DESCRIPTION
Xkb provides a number of functions to allocate and free subcomponents of a keyboard geometry. Use these functions to create or modify key- board geometries. Note that these functions merely allocate space for the new element(s), and it is up to you to fill in the values explicitly in your code. These allocation functions increase sz_* but never touch num_* (unless there is an allocation failure, in which case they reset both sz_* and num_* to zero). These functions return Success if they succeed, BadAlloc if they are not able to allocate space, or BadValue if a parameter is not as expected. XkbAllocGeomOutlines allocates space for num_needed outlines in the specified shape. The outlines are not initialized. To free geometry outlines, use XkbFreeGeomOutlines. DIAGNOSTICS
BadAlloc Unable to allocate storage BadValue An argument is out of range SEE ALSO
XkbFreeGeomOutlines(3) X Version 11 libX11 1.5.0 XkbAllocGeomOutlines(3)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Find lines in text file with certain data in first field

Hi all, Sorry for the title, I was unsure how to word my issue. I'll get right to the issue. In my text file, I need to find all lines with the same data in the first field. Then I need to create a file with the matching lines merged into one. So my original file will look something like... (4 Replies)
Discussion started by: rstev39147
4 Replies

2. Filesystems, Disks and Memory

IO performance symptoms

Hello, Does anyone have a good link which outlines symptoms for different performance issues related to IO? I am looking for data I can compare to my IOSTAT or VMSTAT output. For example, I am trying to see if my disk is thrashing..does anyone have output on vmstat or iostat from when there disk... (3 Replies)
Discussion started by: vada010
3 Replies

3. Slackware

Compile Leanest Slackware Kernel

My goal is to make the leanest Slackware kernel possible for my machine specifically. I'm not exactly a newbie to unix, but I'm not an expert. I tried this tutorial Chapter*18.*Building a kernel , but I would like something in more depth to really make a lean slack machine. Where should I go? (2 Replies)
Discussion started by: darkstarxor
2 Replies

4. Shell Programming and Scripting

editing files.

hello, i have a problem. suppose file.txt i want to add lines over those lines in a file if it starts and ends with how and "?" respectively. i want output like output file.txt thanks (4 Replies)
Discussion started by: yashwantkumar
4 Replies

5. UNIX for Advanced & Expert Users

File Delimiter

Hi All, I woul like to know with out opening a file in unix ,how we can find out what is the delemeter in that file... Thanks.. edit by bakunin: changed thread title to "delimiter" so it can be found. (4 Replies)
Discussion started by: raju4u
4 Replies