TeX -or- LaTeX generated pdf files with many problems

Ask a Question related to Adobe Acrobat SDK, Design and Development.

  1. #1

    Default TeX -or- LaTeX generated pdf files with many problems

    On the internet there are lots of papers by professors on their sites.

    From the font and layout its clear that they were produced from TeX -
    or- LaTeX sources and not say, Microsoft Word.

    These files probably were also produced using acrobat distiller
    from .ps version.

    The newer files are being produced by pdflatex and dont seem to have
    problem.

    Some of the problems are :

    A. The cursor is as huge as the whole page so that if you select, it
    selects the whole page.

    B. When the problem A is not there, other problem is that the files
    are not searcheable, selecting a part of the text produces control
    characters.

    C. The fonts are not bitmapped but dim as compared to the newly
    generated files.

    Questions are :

    1. Are there any windows based commercial programs that can fix some
    of these problems ?

    2. Are there any diagnostic commands in linux that can allow finding
    out the problems ? Like the type of fonts ?

    pdftotext
    pdffonts
    pdftoascii
    parse a PDF document (wrapper script for htdig)
    pdftk

    Thanks.
    Rivka Guest

  2. Similar Questions and Discussions

    1. Programmatically Generated Email Problems using VB.Net
      I'm trying to read data from a multi-line textbox into an email subroutine. However when i attempt to do this using SmtpMail.Send(msg), all the data...
    2. Filesize generated swf-files
      We are working on a Flex-based website. We've discovered that the generated SWF's are at least 400Kb. This is too large. According to usability...
    3. Problems getting values from database generated dropdownboxes
      I am having some problems getting the right information passed fom the dropdown box i created back to a form on the same page. Here is what i am...
    4. Problems with XSD-generated Classes...
      Hi, I use XSD to generate my classed based on an XML schema, then include those classes in my web service code. My web service test client reads...
    5. LaTeX vs. lout
      On Tuesday 15 Jul 2003 7:12 pm, Vittorio wrote: Used the LyX frontend to latex and i think it is great. Tom -- ^__^ Tom...
  3. #2

    Default Re: TeX -or- LaTeX generated pdf files with many problems

    At Fri, 23 Jul 2010 10:33:04 -0700 (PDT) Rivka Miller <com> wrote:
     

    Note: Since acrobat distiller is *only* available under MS-Windows or
    MacOS, and PDF created from TeX or LaTeX *under* Linux (or any version
    of UNIX) NOT created with pdf(la)tex, would have been created by
    ghostscript.
     

    I just converted a file created via LaTeX -> .dvi -> dvips .ps -> ps2pdf
    -> .pdf and had NONE of these problems. ps2pdf is a script that is part
    of ghostscript. This was done under Linux (CentOS 5.5, x86_64), using:

    tetex-latex-3.0-33.8.el5_5.5
    tetex-dvips-3.0-33.8.el5_5.5
    ghostscript-8.15.2-9.11.el5
    xpdf-3.02-15.el5

     

    --
    Robert Heller -- 978-544-6933
    Deepwoods Software -- Download the Model Railroad System
    http://www.deepsoft.com/ -- Binaries for Linux and MS-Windows
    com -- http://www.deepsoft.com/ModelRailroadSystem/

    Robert 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