Sponsored Content
Top Forums Shell Programming and Scripting Converting secured pdf files to pdf using acroread Post 302912924 by achenle on Tuesday 12th of August 2014 04:50:17 PM
Old 08-12-2014
You're not going to be able to do that with acroread.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Converting ps file to pdf

I have a number of post script files (*.ps) which I need to convert into Pdf. I am using the ps2pdf command for this, but the trouble is that this commands takes only one input at a time. So the command ps2pdf *.ps doesnt work. how can I make a script which will take each .ps file from... (3 Replies)
Discussion started by: jasjot31
3 Replies

2. AIX

AIX converting PDF to PS

my app creates pdf and prints them on windows. I want to run the same app on AIX 5.2. I convert PDF to PS using acroread command. But some options of acroread like landscape etc do not work. I came to know from google that there is bug with acroread for AIX with landscape option. Can you suggest... (3 Replies)
Discussion started by: vinayakshukre
3 Replies

3. UNIX for Dummies Questions & Answers

Converting multiple latex files to pdf

Hi everybody! This is my first post. I am a student and I'm familiarizing myself with linux. I have lots of directories each containing file called "zadaci.latex". I want to convert them to pdf's and rename them to <directory_name>.pdf. I read alot on this forum and came up with this script:... (2 Replies)
Discussion started by: Element9
2 Replies

4. UNIX for Dummies Questions & Answers

Converting LATEX PDF to WORD document

Hi there, is it possible to convert pdf files to Word with some free :p software or with some trick??? Now I'm working with LATEX and I can get pdf format but I would like to get .rtf or .doc files too:rolleyes:. Lately I found something like that, but it wasn't free. Thanks for any... (1 Reply)
Discussion started by: Giordano Bruno
1 Replies

5. Shell Programming and Scripting

Converting html to pdf perl

Hi All, I have a requirement of converting an html form into pdf using perl. The html form contains images, tables and css implementation. I tried using various perl modules but failed to achive the target. I succeeded in generating a pdf from the html file using... (2 Replies)
Discussion started by: DILEEP410
2 Replies

6. Shell Programming and Scripting

Perl - Convert html to pdf - PDF::FromHTML

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

7. Shell Programming and Scripting

Script for converting a pdf to book format

Hello, excuse my English... I'm trying to do a nautilus-script to transform a normal A4 pdf to another pdf with book format, ready to be printed (double sided). I mean, the script put pages in order and also put 2 pages per horizontal A4 page (p.e.: a pdf with 8 pages would look like: 8-1, 2-7,... (2 Replies)
Discussion started by: dokan
2 Replies

8. UNIX for Dummies Questions & Answers

Ghostscript error while converting PDF to Postscript

Hi, I have been using Ghostscript to convert PDF to Postscript (PS) file. GS version : 8.15.2. GS command used is : gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pswrite -sOutputFile=output1.ps input1.pdf File format conversion to PS is success in majority of the cases but some PDF files are... (0 Replies)
Discussion started by: geeveejey
0 Replies

9. UNIX for Dummies Questions & Answers

Converting pdf to jpg in multiple directories?

Hi! On my Ubuntu I have thousands of files in a couple hundred directories. I'm trying to convert the pdf's to jpg's. I used this command in terminal: for fname in *.pdf; do convert $fname ${fname%.pdf}.jpg; doneIt works great but the problem is I have to run this in terminal for each... (2 Replies)
Discussion started by: martinsmith
2 Replies

10. Shell Programming and Scripting

PDF Script to extract PDF Links MOD in Need

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
SUFFIXES(7)						     Linux Programmer's Manual						       SUFFIXES(7)

NAME
suffixes - list of file suffixes DESCRIPTION
It is customary to indicate the contents of a file with the file suffix, which consists of a period, followed by one or more letters. Many standard utilities, such as compilers, use this to recognize the type of file they are dealing with. The make(1) utility is driven by rules based on file suffix. Following is a list of suffixes which are likely to be found on a Linux system. | Suffix | File type --------------+----------------------------------------------------- ,v | files for RCS (Revision Control System) - | backup file .C | C++ source code, equivalent to .cc .F | Fortran source with cpp(1) directives | or file compressed using freeze .S | assembler source with cpp(1) directives .Y | file compressed using yabba .Z | file compressed using compress(1) .[0-9]+gf | TeX generic font files .[0-9]+pk | TeX packed font files .[1-9] | manual page for the corresponding section .[1-9][a-z] | manual page for section plus subsection .a | static object code library .ad | X application default resource file .ada | Ada source (may be body, spec, or combination) .adb | Ada body source .ads | Ada spec source .afm | PostScript font metrics .al | Perl autoload file .am | automake(1) input file .arc | arc(1) archive .arj | arj(1) archive .asc | PGP ASCII-armored data .asm | (GNU) assembler source file .au | Audio sound file .aux | LaTeX auxiliary file .avi | (msvideo) movie .awk | AWK language program .b | LILO boot loader image .bak | backup file .bash | bash(1) shell script .bb | basic block list data produced by | gcc -ftest-coverage .bbg | basic block graph data produced by | gcc -ftest-coverage .bbl | BibTeX output .bdf | X font file .bib | TeX bibliographic database, BibTeX input .bm | bitmap source .bmp | bitmap .bz2 | file compressed using bzip2(1) .c | C source .cat | message catalog files .cc | C++ source .cf | configuration file .cfg | configuration file .cgi | WWW content generating script or program .cls | LaTeX Class definition .class | Java compiled byte-code .conf | configuration file .config | configuration file .cpp | equivalent to .cc .csh | csh(1) shell script .cxx | equivalent to .cc .dat | data file .deb | Debian software package .def | Modula-2 source for definition modules .def | other definition files .desc | initial part of mail message unpacked with | munpack(1) .diff | file differences (diff(1) command output) .dir | dbm data base directory file .doc | documentation file .dsc | Debian Source Control (source package) .dtx | LaTeX package source file .dvi | TeX's device independent output .el | Emacs-Lisp source .elc | compiled Emacs-Lisp source .eps | encapsulated PostScript .exp | Expect source code .f | Fortran source .f77 | Fortran 77 source .f90 | Fortran 90 source .fas | precompiled Common-Lisp .fi | Fortran include files .fig | FIG image file (used by xfig(1)) .fmt | TeX format file .gif | Compuserve Graphics Image File format .gmo | GNU format message catalog .gsf | Ghostscript fonts .gz | file compressed using gzip(1) .h | C or C++ header files .help | help file .hf | equivalent to .help .hlp | equivalent to .help .htm | poor man's .html .html | HTML document used with the World Wide Web .hqx | 7-bit encoded Macintosh file .i | C source after preprocessing .icon | bitmap source .idx | reference or datum-index file for hypertext | or database system .image | bitmap source .in | configuration template, especially for GNU Autoconf .info | files for the Emacs info browser .info-[0-9]+ | split info files .ins | LaTeX package install file for docstrip .itcl | itcl source code; | itcl ([incr Tcl]) is an OO extension of tcl .java | a Java source file .jpeg | Joint Photographic Experts Group format .jpg | poor man's .jpeg .kmap | lyx(1) keymap .l | equivalent to .lex or .lisp .lex | lex(1) or flex(1) files .lha | lharc archive .lib | Common-Lisp library .lisp | Lisp source .ln | files for use with lint(1) .log | log file, in particular produced by TeX .lsm | Linux Software Map entry .lsp | Common-Lisp source .lzh | lharc archive .m | Objective-C source code .m4 | m4(1) source .mac | macro files for various programs .man | manual page (usually source rather than formatted) .map | map files for various programs .me | Nroff source using the me macro package .mf | Metafont (font generator for TeX) source .mgp | MagicPoint file .mm | sources for groff(1) in mm - format .mo | Message catalog binary file .mod | Modula-2 source for implementation modules .mov | (quicktime) movie .mp | Metapost source .mp2 | MPEG Layer 2 (audio) file .mp3 | MPEG Layer 3 (audio) file .mpeg | movie file .o | object file .old | old or backup file .orig | backup (original) version of a file, from patch(1) .out | output file, often executable program (a.out) .p | Pascal source .pag | dbm data base data file .patch | file differences for patch(1) .pbm | portable bitmap format .pcf | X11 font files .pdf | Adobe Portable Data Format | (use Acrobat/acroread or xpdf) .perl | Perl source (see .ph, .pl and .pm) .pfa | PostScript font definition files, ASCII format .pfb | PostScript font definition files, binary format .pgm | portable greymap format .pgp | PGP binary data .ph | Perl header file .php | PHP program file .php3 | PHP3 program file .pid | File to store daemon PID (e.g., crond.pid) .pl | TeX property list file or Perl library file .pm | Perl module .png | Portable Network Graphics file .po | Message catalog source .pod | perldoc(1) file .ppm | portable pixmap format .pr | bitmap source .ps | PostScript file .py | Python source .pyc | compiled python .qt | quicktime movie .r | RATFOR source (obsolete) .rej | patches that patch(1) couldn't apply .rpm | RPM software package .rtf | Rich Text Format file .rules | rules for something .s | assembler source .sa | stub libraries for a.out shared libraries .sc | sc(1) spreadsheet commands .scm | Scheme source code .sed | sed source file .sgml | SGML source file .sh | sh(1) scripts .shar | archive created by the shar(1) utility .so | Shared library or dynamically loadable object .sql | SQL source .sqml | SQML schema or query program .sty | LaTeX style files .sym | Modula-2 compiled definition modules .tar | archive created by the tar(1) utility .tar.Z | tar(1) archive compressed with compress(1) .tar.bz2 | tar(1) archive compressed with bzip2(1) .tar.gz | tar(1) archive compressed with gzip(1) .taz | tar(1) archive compressed with compress(1) .tcl | tcl source code .tex | TeX or LaTeX source .texi | equivalent to .texinfo .texinfo | Texinfo documentation source .text | text file .tfm | TeX font metric file .tgz | tar archive compressed with gzip(1) .tif | poor man's .tiff .tiff | Tagged Image File Format .tk | tcl/tk script .tmp | temporary file .tmpl | template files .txt | equivalent to .text .uu | equivalent to .uue .uue | binary file encoded with uuencode(1) .vf | TeX virtual font file .vpl | TeX virtual property list file .w | Silvio Levi's CWEB .wav | wave sound file .web | Donald Knuth's WEB .wml | Source file for Web Meta Language .xbm | X11 bitmap source .xcf | GIMP graphic .xml | eXtended Markup Language file .xpm | X11 pixmap source .xs | Perl xsub file produced by h2xs .xsl | XSL stylesheet .y | yacc(1) or bison(1) (parser generator) files .z | File compressed using pack(1) (or an old gzip(1)) .zip | zip(1) archive .zoo | zoo(1) archive ~ | Emacs or patch(1) backup file rc | startup (`run control') file, e.g., .newsrc CONFORMING TO
General UNIX conventions. BUGS
This list is not exhaustive. SEE ALSO
file(1), make(1) COLOPHON
This page is part of release 3.53 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. Linux 2000-11-16 SUFFIXES(7)
All times are GMT -4. The time now is 04:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy