Ask a Question related to Debian, Design and Development.

  1. #1

    Default pdf creator

    Hello!

    Is it possible to create new, clean .pdf files under linux? If it is,
    then which program do I need to use?

    Thanks!

    Daniel

    --
    LeVA




    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    LeVA Guest

  2. Similar Questions and Discussions

    1. XML Slideshow Creator
      Can anyone tell me how I might find my activation code for XML Slideshow Creator v3 that I downloaded previously from here. I had to reformat my...
    2. CSS Menu Creator for DW
      I am looking for a plug in for Dreamweaver that will create CSS based horizontal drop down menus. I have used Pop Menu magic by PVII, but it...
    3. ASP thumbnail creator?
      I need a simple function to generate and save a thumbnail from a picture. It would require : Source Picture Fileame Thumbnail Height and Width...
    4. Graffiti Creator 2
      Wanna play ? GraffitiCreator 2 allowes anyone to create beautiful graffitistyle texts in a few seconds. You dont need any artistic skills...
    5. Web album creator
      In article <tgjugvcfrd21u6fia0q02rsjcektjpeufv@4ax.com>, Jim <oaknet@blueyonder.co.uk> wrote: http://www.apple.com/iphoto/ -- Garner R....
  3. #2

    Default Re: pdf creator

    LeVA said on Tue, Jul 08, 2003 at 08:30:53PM +0200:
    > Hello!
    >
    > Is it possible to create new, clean .pdf files under linux? If it is,
    > then which program do I need to use?
    ps2pdf will create a PDF from any PostScript file. Most unix software can
    generate PostScript (ie, Mozilla, GNOME apps, KDE apps). Otherwise, you can
    use a tool like a2ps to create the PostScript file, and then run ps2pdf on it.

    M

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.1 (FreeBSD)

    iD8DBQE/CxzzOtZWu2tc1lARAqLlAJ9gsu/XEKgkiYIztwadHA2WqwaRnACghwei
    sH8DnMnE3innTKwZlnKaMaU=
    =vjWK
    -----END PGP SIGNATURE-----

    Mark Ferlatte Guest

  4. #3

    Default Re: pdf creator

    On Tue, Jul 08, 2003 at 08:30:53PM +0200, LeVA wrote:
    > Hello!
    >
    > Is it possible to create new, clean .pdf files under linux? If it is,
    > then which program do I need to use?
    pdf is not a nativ format, you'll always transfer something else into a
    pdf document. Create a Postscript file from any application you like and
    ps2pdf it later.

    Sven
    --
    [url]http://www.linux-ist-pleite.de[/url]
    [url]http://sven.linux-ist-pleite.de[/url]
    I'm root, if you see me laughing you better have a backup!


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Sven Hoexter Guest

  5. #4

    Default Re: pdf creator

    On Tue, Jul 08, 2003 at 08:30:53PM +0200, LeVA wrote:
    > Hello!
    >
    > Is it possible to create new, clean .pdf files under linux? If it is,
    > then which program do I need to use?
    I don't know what you mean by clean. But almost every Unix/Linux program
    can output as PostScript (.ps files). You can then use ps2pdf to convert
    them to pdf files.

    Bijan


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Bijan Soleymani Guest

  6. #5

    Default Re: pdf creator

    I routinely write using LaTeX and use pdflatex to generate the
    output in PDF format... I've actually found I get better results doing
    this than producing the LaTeX to PS and then run it through ps2pdf...

    Regards,
    Jeremy T. Bouse

    On Tue, Jul 08, 2003 at 08:30:53PM +0200, LeVA wrote:
    > Hello!
    >
    > Is it possible to create new, clean .pdf files under linux? If it is,
    > then which program do I need to use?
    >
    > Thanks!
    >
    > Daniel
    >
    > --
    > LeVA
    >
    >
    >
    >
    > --
    > To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    > with a subject of "unsubscribe". Trouble? Contact
    > [email]listmaster@lists.debian.org[/email]
    >

    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Jeremy T. Bouse Guest

  7. #6

    Default Re: pdf creator

    LeVA wrote:
    > Hello!
    >
    > Is it possible to create new, clean .pdf files under linux? If it is,
    > then which program do I need to use?
    Have a look at scribus.

    --
    Moritz Moeller-Herrmann [email]mmh@gmx.net[/email] wiss. Mitarbeiter, IMGB
    La loi, dans un grand souci d'égalité, interdit aux riches comme aux
    pauvres de coucher sous les ponts, de mendier dans les rues et de voler
    du pain.
    (ANATOLE FRANCE)



    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Moritz Moeller-Herrmann Guest

  8. #7

    Default Re: pdf creator

    Besides the aforementioned ps2pdf and other tools, if you are coming from a
    windows environment, you can also use OpenOffice.org or StarOffice to do the
    same. OpenOffice.org is a free download (and is available on cds cheaply
    from many places, check the site, and your country, school, or favorite linux
    magazine/book may also have it available on cd), check the site for the
    features. StarOffice isn't free, but offers additional features built in.
    It's a Sun product. The additional features (or most of them) can also be
    added to OpenOffice.org if you are resourceful, and if I'm not mistaken.

    Even if you go the OpenOffice/StarOffice route, you'll soon learn to use
    ps2pdf at the command line. I'd suggest getting used to it, as it's available
    built in, and works without starting up OpenOffice.org (you may forget what
    you wanted to do by the time it finishes starting up).

    Bing.

    On Tuesday 08 July 2003 20:30, LeVA wrote:
    > Hello!
    >
    > Is it possible to create new, clean .pdf files under linux? If it is,
    > then which program do I need to use?
    >
    > Thanks!
    >
    > Daniel
    >
    > --
    > LeVA
    --
    All spam received is reported to SpamCop.

    [url]http://spamcop.net/[/url]


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    lists1 Guest

  9. #8

    Default Re: pdf creator

    lists1 wrote:
    >Besides the aforementioned ps2pdf and other tools, if you are coming from a
    >windows environment, you can also use OpenOffice.org or StarOffice to do the
    >same. OpenOffice.org is a free download (and is available on cds cheaply
    >from many places, check the site, and your country, school, or favorite linux
    >magazine/book may also have it available on cd), check the site for the
    >features. StarOffice isn't free, but offers additional features built in.
    >It's a Sun product. The additional features (or most of them) can also be
    >added to OpenOffice.org if you are resourceful, and if I'm not mistaken.
    >
    >Even if you go the OpenOffice/StarOffice route, you'll soon learn to use
    >ps2pdf at the command line. I'd suggest getting used to it, as it's available
    >built in, and works without starting up OpenOffice.org (you may forget what
    >you wanted to do by the time it finishes starting up).
    >
    >Bing.
    >
    >On Tuesday 08 July 2003 20:30, LeVA wrote:
    >
    >
    >>Hello!
    >>
    >>Is it possible to create new, clean .pdf files under linux? If it is,
    >>then which program do I need to use?
    >>
    >>Thanks!
    >>
    >>Daniel
    >>
    >>--
    >>LeVA
    >>
    >>
    >
    >
    >
    OpenOffice 1.1 do can create pdf, but it needs much improvement.
    For one can't set the image quality there and the default quality is so
    low that one can hardly be satisfied with it.

    --
    Zhao YouBing, Ph.D student
    State Key Lab of CAD&CG,Zhejiang University,
    Hangzhou, 310027, P.R.China
    Tel : 0571-87951045(O), 87933444(H)
    Email: [email]zhaoyb@cad.zju.edu.cn[/email]
    MSN : [email]zhaoyoubing@hotmail.com[/email]



    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Zhao YouBing Guest

  10. #9

    Default Re: pdf creator

    --- Zhao YouBing <zhaoyb@cad.zju.edu.cn> escribió:
    > OpenOffice 1.1 do can create pdf, but it needs much improvement.
    > For one can't set the image quality there and the default quality is so
    > low that one can hardly be satisfied with it.
    >
    Most likely this is because you are using Type 3 or Bitmapped fonts. Switch
    to Type 1 fonts (some freetype packages provide Type 1 fonts or the MS
    True Type fonts from the contrib or non-free section of the archive). Once
    you have the new fonts, make sure that OpenOffice is using the new fonts.
    The next time you export to PDF it should do so with the Type 1 fonts.
    You can verify this by opening the PDF file with Acrobat Reader and clicking
    File->Info->Fonts.

    -Roberto


    __________________________________________________ _
    Yahoo! Messenger - Nueva versión GRATIS
    Super Webcam, voz, caritas animadas, y más...
    [url]http://messenger.yahoo.es[/url]


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Roberto Sanchez Guest

  11. #10

    Default Re: pdf creator

    Roberto Sanchez wrote:
    > --- Zhao YouBing <zhaoyb@cad.zju.edu.cn> escribi:
    >
    >
    >
    >>OpenOffice 1.1 do can create pdf, but it needs much improvement.
    >>For one can't set the image quality there and the default quality is so
    >>low that one can hardly be satisfied with it.
    >>
    >>
    >>
    >
    >Most likely this is because you are using Type 3 or Bitmapped fonts. Switch
    >to Type 1 fonts (some freetype packages provide Type 1 fonts or the MS
    >True Type fonts from the contrib or non-free section of the archive). Once
    >you have the new fonts, make sure that OpenOffice is using the new fonts.
    >The next time you export to PDF it should do so with the Type 1 fonts.
    >You can verify this by opening the PDF file with Acrobat Reader and clicking
    >File->Info->Fonts.
    >
    >-Roberto
    >
    Sorry I think u misunderstood me, I mean the image quality, not the font,:)
    The fonts goes well but the image really sucks.
    >
    >
    >_________________________________________________ __
    >Yahoo! Messenger - Nueva versión GRATIS
    >Super Webcam, voz, caritas animadas, y más...
    >[url]http://messenger.yahoo.es[/url]
    >
    >
    >
    >

    --
    Zhao YouBing, Ph.D student
    State Key Lab of CAD&CG,Zhejiang University,
    Hangzhou, 310027, P.R.China
    Tel : 0571-87951045(O), 87933444(H)
    Email: [email]zhaoyb@cad.zju.edu.cn[/email]
    MSN : [email]zhaoyoubing@hotmail.com[/email]



    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Zhao YouBing Guest

  12. #11

    Default Re: pdf creator

    Roberto Sanchez <rcsanchez97@yahoo.es> writes:
    > Most likely this is because you are using Type 3 or Bitmapped fonts. Switch
    > to Type 1 fonts (some freetype packages provide Type 1 fonts or the MS
    > True Type fonts from the contrib or non-free section of the
    > archive).
    Last time I checked, OO outputed T1 fonts as T3... has this been
    fixed in the last 6 months or so?

    --
    Alan Shutko <ats@acm.org> - I am the rocks.
    Tom's research on sperm was his seminal acheivement.


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Alan Shutko Guest

  13. #12

    Default Re: pdf creator

    Has anyone got experience with htmldoc? I'm looking for a way to
    convert HTML to PDF, but htmldoc scrambles tables badly, and HTML2PDF
    isn't usable with Sarge right now because HTML2PS can't be installed
    because PerlMagick can't be installed because it depends on an
    *older* version of perl-base (actually perlapi) than the current
    version in Testing.
    --
    Carl Fink [email]carl@fink.to[/email]
    Jabootu's Minister of Proofreading
    [url]http://www.jabootu.com[/url]


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Carl Fink Guest

  14. #13

    Default Re: pdf creator

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Tue, Jul 08, 2003 at 08:30:53PM +0200, LeVA wrote:
    > Is it possible to create new, clean .pdf files under linux? If it is,
    > then which program do I need to use?
    My personal preference is to use koffice, print to PDF. Makes a
    decent PDF. And if that's not good enough, saving to a tex document
    and making a PDF from tex works nice, too.

    - --
    .''`. Paul Johnson <baloo@ursine.ca>
    : :' : proud Debian admin and user
    `. `'`
    `- Debian - when you have better things to do than fix a system
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.2 (GNU/Linux)

    iD8DBQE/C9P0J5vLSqVpK2kRAue4AKCUhDcOMZceQ/K48BHkfYi08Eq/SACfW8kn
    3LS2dkzAVDVIbZOSxpCg2Cs=
    =hSZU
    -----END PGP SIGNATURE-----


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Paul Johnson Guest

  15. #14

    Default Re: pdf creator

    On Tue, Jul 08, 2003 at 03:23:28PM -0400, Bijan Soleymani wrote:
    > On Tue, Jul 08, 2003 at 08:30:53PM +0200, LeVA wrote:
    > > Hello!
    > >
    > > Is it possible to create new, clean .pdf files under linux? If it is,
    > > then which program do I need to use?
    >
    > I don't know what you mean by clean. But almost every Unix/Linux program
    > can output as PostScript (.ps files). You can then use ps2pdf to convert
    > them to pdf files.
    >
    > Bijan
    TeX/LaTeX can also create pdf and ps (postscript) files.

    cheers,
    Mihalis.


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Mihalis I. Tsoukalos Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139