mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] bitmaps in PDF version have JPEG-artifacts


Chronological Thread 
  • From: Norbert Nemec <address@hidden>
  • To: Alfe <address@hidden>
  • Cc: TeXmacs-Users mailinglist <address@hidden>
  • Subject: Re: [TeXmacs] bitmaps in PDF version have JPEG-artifacts
  • Date: Thu, 30 Jun 2005 09:43:27 +0200

One way to achieve this by hand:

* Export the file as .ps (instead of directly to .pdf)
* use the command:
ps2pdf -sPAPERSIZE=a4 \
-dMaxSubsetPct=100 -dCompatibilityLevel=1.3 \
-dSubsetFonts=true -dEmbedAllFonts=true \
-dAutoFilterColorImages=false \
-dAutoFilterGrayImages=false \
-dColorImageFilter=/FlateEncode \
-dGrayImageFilter=/FlateEncode \
-dMonoImageFilter=/FlateEncode \
myfile.ps myfile.pdf
to convert the ps to pdf in perfect quality.

Would be nice, if texmacs contained this as an option. (seems, like it
is using ps2pdf internally anyway, so it would just be a matter of
setting the options)





Alfe wrote:

>Hello, everybody ...
>
>My document contains some screenshots which are better encoded as PNG than
>as JPEG. The PS-version and the original version also do look great. But
>after saving the document as PDF, I got artifacts which look like from a
>JPEG compression.
>
>Is there an easy way to tell the PDF-producer to use PNG rather than JPEG
>compression for bitmaps? Is this possible at all in PDF? Not all PDF
>files I have seen yet seem to suffer from this effect.
>
> Alfe
> ____ ________
> /___/ /___/___ http://www.alfe.de, address@hidden, Alfe @ Tubmud
> /___/___/___/___ Alexander Fetke, Bruno-Taut-Ring 5b, 12359 Berlin
>/ /___/ /___ +49 173 6073521, +49 30 60109906, +49 30 44030634
>
>
>
>




Archive powered by MHonArc 2.6.19.

Top of page