English Amiga Board


Go Back   English Amiga Board > Support > support.FS-UAE

 
 
Thread Tools
Old 05 April 2022, 23:22   #1
roberthazelby
Amiga user since 1990
 
Join Date: Sep 2005
Location: Bristol, England
Age: 48
Posts: 364
FS-UAE - Printing to PDF on a Mac?

Evening all,

Is it possible to print to PDF using FS-UAE on a Mac? I've searched through numerous forum posts on here, and even printing to PDF using Windows seems to have had limited results (unless I've missed something).

Can printing to PDF using FS-UAE on a Mac be done? If so, would someone be kind enough to explain how, please? I'd like to print graphics - not just text.

Many thanks for any help!
roberthazelby is offline  
Old 10 April 2022, 12:23   #2
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
I haven't done anything with regards to supporting printing under FS-UAE :-/

But I see WinUAE has code for passing postscript data to Ghostscript on the host, so it would probably be feasible to implement something like that for FS-UAE. With a postscript printer driver on the Amiga side, and a postscript-to-PDF post-processing step on the host side, printing to PDF should be possible. If someone writes the necessary postscript printing support code for FS-UAE.
FrodeSolheim is offline  
Old 10 April 2022, 15:07   #3
Korodny
Zone Friend
 
Join Date: Sep 2001
Location: Germany
Posts: 812
If the application can print to Postscript, it should also support printing to a file. Just do that and use an online converter (or something running on the Mac) to convert the resulting file from PS to PDF. This will give you the best quality since text will be sent to the 'printer' as actual (Postscript) text instead of being rendered into a (lower resolution) bitmap that gets embedded in a Postscript document - so you should use that approach even if FS-UAE could print to PDF.

You can automate the PS->PDF conversion for most applications supporting Postscript output using a batch script written in Rexx and Amiga native Ghostscript, but you'd have to give us some information on what applications you're using to get more info on that.

If the application doesn't support Postscript, use the system's postscript driver and configure it to print to a file. On OS4, you do that using printtofile.device, I can't remember if it was the same on OS3 - it's been too long. The resulting Postscript file needs to be converted from PS to PDF as well.
Korodny is offline  
Old 11 April 2022, 00:16   #4
cmunk
Registered User
 
Join Date: Oct 2021
Location: Copenhagen / Denmark
Posts: 3
Yes, as Korodny writes, you can generate the PDF directly on the Amiga side using Ghostscript once you have a Postscript file from your application.
The actual Ghostscript command I use for this is

gs:bin/gs >NIL: -dNOPAUSE -dBATCH -dQUIET -sDEVICE=pdfwrite -sOutputFile=yourPDFfile.pdf yourPSfile.ps

with Ghostscript 8.60. But as Korodny also writes, you need to provide info on the actual app you want to print from to get further help on a small script to automate it.

Alternatively, the PS file can be opened directly on the Mac by Preview. From here you can either save as PDF or send to a printer. This is faster than creating the PDF on the Amiga side, at least on my system.
cmunk is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Printing with UAE.. how? layer8 New to Emulation or Amiga scene 1 25 April 2019 20:37
Printing to PDF file on Workbench 3.1 (or 3.1.4) snowpile79 support.Other 1 25 December 2018 20:33
E-UAE on Mac OS X 10.2.8 fjellebasse support.OtherUAE 35 12 August 2017 21:10
E-UAE for Mac VerizonLover support.OtherUAE 1 20 August 2012 07:18
Printing from under E-UAE amiga support.OtherUAE 0 05 January 2009 14:29

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 19:18.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.07449 seconds with 13 queries