04-19-2013
Merging pdf and creating chapter using shell
Does anyone know how to create chapter in pdf
I have 3 pdf, each pdf contains about 25 pages, I want to create 3 chapter in single pdf, and inside each chapter I want to give link to main index
whether it's possible in ubuntu 12.04 64-bit OS ?
I usually use pdftk for merging pdf don't know how to create chapter in ubuntu
Thanks in advance
9 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
I'm trying to merge multiple CSV (comma separated value) files into one large master file. All files have a field that is unique to act as the key for entry/merging into the master file & and all files have the same number of fields that are in the master file.
I'll give an example here:
... (2 Replies)
Discussion started by: jjinca
2 Replies
2. Shell Programming and Scripting
Hi,
Could you pls guide me a reference materials or PDF or Tutorials link for Shell Scripting.I'm new to Unix Shell Scripting.want to explore as much as possible in Shell Scripting....
Thanks
Sollins (2 Replies)
Discussion started by: sollins
2 Replies
3. Shell Programming and Scripting
I have 2 files pipe delimted and want to merge them based on a key
e.g file 1
123|xxx|yyy|zzz
345|xab|yzy|zyz
456|sss|ttt|foo
file 2
123|hhh|ggg|xxx
345|ddd|www|ddd|fff
456|ddd|sss|sss|eee
so if the key is the first field, and the result should be file 1 with field 2 from file 2... (24 Replies)
Discussion started by: klut
24 Replies
4. Shell Programming and Scripting
Hi,
I am trying to convert html to pdf using perl module PDF::FromHTML, am getting the error as given below.
not well-formed (invalid token) at line 2, column 17, byte 56 at C:/Perl/lib/XML/Parser.pm line 187 at C:/Perl/site/lib/PDF/FromHTML.pm line 140
The perl code is as given... (2 Replies)
Discussion started by: DILEEP410
2 Replies
5. UNIX and Linux Applications
Hello to all,
I have a *.ps file, which needs to be converted to a pdf file. The file is huge & i would like it to have bookmarked according to main titles (already provided).
What is the option used in ps2pdf command, that will generate bookmarks from a *.ps file ? Kindly help. Thanks.
... (0 Replies)
Discussion started by: frozensmilz
0 Replies
6. UNIX for Advanced & Expert Users
I have some code in fortran90, example stored in scode.f90 and I want to create a pdf containing the code. I would like to have four pages of code put into each page in the pdf. I was thinking of creating a ps file using mpage and then using ps2pdf after. However, I noticed that ps2pdf shift the... (4 Replies)
Discussion started by: kristinu
4 Replies
7. Shell Programming and Scripting
In here we have a script to extract all pdf links from a single page.. any idea's in how make this read instead of a page a list of pages.. and extract all pdf links ?
#!/bin/bash
# NAME: pdflinkextractor
# AUTHOR: Glutanimate (http://askubuntu.com/users/81372/), 2013
#... (1 Reply)
Discussion started by: danielldf
1 Replies
8. Shell Programming and Scripting
Does anybody have idea of Converting secured pdf files to pdf using acroread ?
---------- Post updated at 04:49 PM ---------- Previous update was at 04:44 PM ----------
This file is not password protected. (4 Replies)
Discussion started by: Soham
4 Replies
9. Shell Programming and Scripting
I want to search a keyword in a list of pdf files and when i find a match i want to write the title and author of that pdf file to another file. How will I do this using linux shell script? (7 Replies)
Discussion started by: SK33
7 Replies
LEARN ABOUT PHP
ps_add_pdflink
PS_ADD_PDFLINK(3) 1 PS_ADD_PDFLINK(3)
ps_add_pdflink - Adds link to a page in a second pdf document
SYNOPSIS
bool ps_add_pdflink (resource $psdoc, float $llx, float $lly, float $urx, float $ury, string $filename, int $page, string $dest)
DESCRIPTION
Places a hyperlink at the given position pointing to a second pdf document. Clicking on the link will branch to the document at the given
page. The first page in a document has number 1.
The hyperlink's source position is a rectangle with its lower left corner at ($llx, $lly) and its upper right corner at ($urx, $ury). The
rectangle has by default a thin blue border.
The note will not be visible if the document is printed or viewed but it will show up if the document is converted to pdf by either Acrobat
Distillertm or Ghostview.
PARAMETERS
o $psdoc
- Resource identifier of the postscript file as returned by ps_new(3).
o $llx
- The x-coordinate of the lower left corner.
o $lly
- The y-coordinate of the lower left corner.
o $urx
- The x-coordinate of the upper right corner.
o $ury
- The y-coordinate of the upper right corner.
o $filename
- The name of the pdf document to be opened when clicking on this link.
o $page
- The page number of the destination pdf document
o $dest
- The parameter $dest determines how the document is being viewed. It can be fitpage, fitwidth, fitheight, or fitbbox.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
ps_add_launchlink(3), ps_add_locallink(3), ps_add_weblink(3).
PHP Documentation Group PS_ADD_PDFLINK(3)