Back to home page

DOS ain't dead

Forum index page

Log in | Register

Back to index page
Thread view  Board view
david

10.11.2008, 22:50
 

Ghostscript 8.63 PDF files in Acrobat Reader 1.0 (Users)

Hi, Can Somebody has some idea, how to create readable PDF version 1.0 for old Acrobat Reader for DOS? I use pdfwriter in gpl ghostscript 8.63 under DOS compiled via DJGPP, but output is only 1.1 or higher :-(
use -dCompatibilityLevel=1.0, or does it exist version of Acrobat which can open version 1.1 or if I can set parameters in pdfwriter as distiller to can open pdf in Acrobat Reader for DOS. Thank you
david

edit by rr: changed subject from "ghostscript_8.63" and fixed line breaks

david

11.11.2008, 09:27

@ david
 

Ghostscript 8.63 PDF files in Acrobat Reader 1.0

Hi,
HOWTO create this format with pdfwriter >

%PDF-1.1
%ÇÇ쏢
5 0 obj
<</Length 6 0 R>>
stream
q 0.0573885 0 0 0.0573885 0 0 cm
q
Q
q
14590.2 9070.85 m
0 9070.85 l
0 0 l

this works with ACROBAT, but I get this from pdfwriter, and ACROBAT write,
cannot rebuild file

%PDF-1.1
%Çì<8f>¢
5 0 obj
<</Length 6 0 R/Filter /FlateDecode>>
stream
x<9c>í=Ù<92>^\7r^ß^^Gx^?¡ü°áîXu^Q÷A¿x¨^Y¯yhÈ%giK#?P$µâr<86>#<91>\­­Oñßè^Cô ~У^_ô ^[áL
Ht¡^ZÝT<8b>^Z­$<86>H
<95>ÈL$òÂÑ<9f>u¬ç^]Ã?ÿ<8f>/^N®Ý·Ýo_

this looks like binary output, can I switch to text out ??:-P

edit by rr: changed subject from "ghostscript_output_PDF"

david

11.11.2008, 11:51

@ david
 

Ghostscript 8.63 PDF files in Acrobat Reader 1.0

Aha, Acrobat Reader 1.0 can`t rebuild PDF files from compressed PDF`s by LZW, if I can PDF1.1 non compressed, I can open it with Acrobat

edit by rr: changed subject from "compress"

rr

Homepage E-mail

Berlin, Germany,
11.11.2008, 20:53

@ david
 

Ghostscript 8.63 PDF files in Acrobat Reader 1.0

> Aha, Acrobat Reader 1.0 can`t rebuild PDF files from compressed PDF`s by
> LZW, if I can PDF1.1 non compressed, I can open it with Acrobat

Try "-dCompressPages=false" (or "#false" for Watcom builds).

---
Forum admin

david

13.11.2008, 20:00

@ rr
 

Ghostscript 8.63 PDF files in Acrobat Reader 1.0

> Try "-dCompressPages=false" (or "#false" for Watcom builds)

many thanks :-) but I think that output PDF is corrupted I can`t open it, but PDF file looks like right PDF ?

rr

Homepage E-mail

Berlin, Germany,
13.11.2008, 21:36

@ david
 

Ghostscript 8.63 PDF files in Acrobat Reader 1.0

> > Try "-dCompressPages=false" (or "#false" for Watcom builds)
>
> many thanks :-) but I think that output PDF is corrupted I can`t open it,
> but PDF file looks like right PDF ?

Better ask the Ghostscript guys for such stuff. :-)
I don't even have a PDF 1.0 referencce, but I found pdfreference12.pdf.

---
Forum admin

david

14.11.2008, 19:45

@ rr
 

Ghostscript 8.63 PDF files in Acrobat Reader 1.0

> Better ask the Ghostscript guys for such stuff. :-)
> I don't even have a PDF 1.0 referencce, but I found
> pdfreference12.pdf.

I had corrupted output due to fopen 'b' when I build gs by djgpp :-)
now it is OK, but I can`t get lower PDF to open with acrobat :-(
Thank you for your help

Rugxulo

Homepage

Usono,
25.11.2008, 06:49

@ david
 

if Ghostscript 8.63 fails, use 8.55

If 8.63 fails you so much, just try "good ol' 8.55":
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/file/gs/8.55/

---
Know your limits.h

david

25.11.2008, 12:40

@ Rugxulo
 

Ghostscript 8.63 + video driver

> If 8.63 fails you so much, just try "good ol' 8.55":

OK, 8.63 works well just now, but Roberto wants to have graphics output to VESA do you compil this with allegro, grx, bgi or another graphics library for DJGPP?
I use patch from gs8.55 for VESA, but I don`t get usable output, can I ask you how to right set env for grx, allegro library and Makefile?
thank you david
I don`t know nothing about graphics in DJGPP, it is not curses for text console :-(

Rugxulo

Homepage

Usono,
25.11.2008, 21:09

@ david
 

Ghostscript 8.63 + video driver

> OK, 8.63 works well just now, but Roberto wants to have graphics output to
> VESA do you compil this with allegro, grx, bgi or another graphics library
> for DJGPP?
> I use patch from gs8.55 for VESA, but I don`t get usable output, can I ask
> you how to right set env for grx, allegro library and Makefile?

I don't know. I don't use it, and I didn't compile it. Sorry, just offering an alternative to 8.63. :-(

---
Know your limits.h

jassenna

Campinas,SP,Brazil,
12.01.2009, 03:49

@ david
 

Ghostscript 8.63 PDF files in Acrobat Reader 1.0

From the above message, I presume there is program by name pdfwriter which converts from text to pdf. I could not find any such in GS 8.16, the last version I was able to use in my computer. Is it something new ? Or shall it be found outside the Ghostscript for DOS packages ?
Regards
JAS

EDIT by rr: fixed line breaks

rr

Homepage E-mail

Berlin, Germany,
12.01.2009, 12:24

@ jassenna
 

Ghostscript 8.63 PDF files in Acrobat Reader 1.0

> From the above message, I presume there is program by name pdfwriter which
> converts from text to pdf.

Ghostscript contains an output device named "pdfwrite" to turn PostScript files into PDFs. You can read more about at http://pages.cs.wisc.edu/~ghost/doc/cvs/Ps2pdf.htm.

For "dumb" conversion try text2pdf by Phil Smith.
For creating PDF manuals in DOS I recommend Lout + Ghostscript or Halibut.
Another one is MakePDF by Herbert Kleebauer, but it requires more knowledge about PDF internals.

I've never tested 1999 PasPDF.

---
Forum admin

Back to index page
Thread view  Board view
22049 Postings in 2034 Threads, 396 registered users, 212 users online (1 registered, 211 guests)
DOS ain't dead | Admin contact
RSS Feed
powered by my little forum