pdf final writer file
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    xyphoid
    Posts: 870 from 2008/7/11
    From: Delaware, USA
    How can I create a pdf from final writer docs. whether on morph(efika)
    or my 1200. I never was able to get it done on 1200, but I would like to convert some files which I have, and saving as .rtf isn't the best option
    right now.
    Thanks!!

    posted with owb1.1

    [ Edited by xyphoid on 2009/2/28 14:08 ]
  • »27.02.09 - 23:23
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Simon
    Posts: 809 from 2008/7/6
    From: Antwerp, Belgium
    I have no idea ... but you could try something like this : http://www.freepdfconvert.com/
    Proud member of the Belgian Amiga Club since 2003

  • »28.02.09 - 09:29
    Profile Visit Website
  • Yokemate of Keyboards
    Yokemate of Keyboards
    amigadave
    Posts: 2795 from 2006/3/21
    From: Northern Calif...
    Quote:


    Oepabakkes wrote:
    I have no idea ... but you could try something like this : http://www.freepdfconvert.com/


    I did not see any Amiga Final Writer formats under the "Supported Formats" tab on the webpage linked above, unless the Amiga version of Final Writer can save to the EPS format.

    Final Writer was my Amiga word processor of choice years ago and I bought all of the updates to it as soon as they were released, but I have not used it in a very long time.

    Another possible solution would be to get the Windows version of Final Writer (which I have), and open your Amiga Final Writer files on your PC, then save them to a MS Word format. From there you should be able to import them into almost any other Windows programs that can convert files into PDF format.

    I need to try Final Writer on my EFIKA one of these days and test transferring the files over my home network to my PC and them printing them from Final Writer for Windows. I don't remember how well the Windows version of Final Writer preserves all the formatting from the Amiga file, but I can imagine that fonts would be a problem.
    MorphOS - The best Next Gen Amiga choice.
  • »28.02.09 - 18:33
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Simon
    Posts: 809 from 2008/7/6
    From: Antwerp, Belgium
    can't final writer save as an MS-office comptible doc ?
    Proud member of the Belgian Amiga Club since 2003

  • »28.02.09 - 18:47
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    xyphoid
    Posts: 870 from 2008/7/11
    From: Delaware, USA
    Quote:


    Oepabakkes wrote:
    can't final writer save as an MS-office comptible doc ?


    only in rich text file, but that's not what I'm looking to do. I'll try the a.org forum.
    There is a way to do it from Macros, then with a program, through arexx, it saves as pdf.
    Someone gotta now this, its an not so old trick?
    @ amigadave
    works well!! just dont select all i think 256 colours.
  • »28.02.09 - 19:07
    Profile
  • Just looking around
    cgutjahr
    Posts: 19 from 2005/8/14
    Final Writer can export to postscript. which is pretty similar to PDF (and can be easily converted to PDF).

    I explained the required steps here a while ago.
  • »28.02.09 - 23:56
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    xyphoid
    Posts: 870 from 2008/7/11
    From: Delaware, USA
    Ok will this http://aminet.net/util/rexx/Convert_to_PDF.lha work on morph, as I tried and had the same result as on the A1200 didn't get a converted file saved to the location :-? I know GS is installed from geit's new installer.

    I think arexx has to be accessed or something. the requestor goes but no converted file! uummm, if this is the case do I get it from 3.9 and put it where exactly?

    [ Edited by xyphoid on 2009/3/2 12:30 ]
  • »02.03.09 - 16:55
    Profile
  • o1i
  • Cocoon
    Cocoon
    Posts: 48 from 2003/2/25
    If you have a gs executable:

    gs -q -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=file.pdf file.ps -c quit

    to convert file.ps to file.pdf

    (just out of my mind, but I think it should work)
  • »03.03.09 - 07:54
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    weiseb
    Posts: 210 from 2003/3/29
    I did the following:

    make a textfile with this content:
    Code:
    .KEY FILENAME/A
    .bra {
    .ket }
    GS -dNOPAUSE -sDEVICE=pdfwrite -sPAPERSIZE=a4 -dBATCH -sOutputFile={FILENAME}.pdf {FILENAME}


    save it as ps2pdf into c:

    open a shell:
    protect c:ps2pdf +s

    now you can convert with "ps2pdf your_ps.ps" and get your_ps.ps.pdf

    [ Edited by weiseb on 2009/3/3 9:02 ]
  • »03.03.09 - 08:59
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    xyphoid
    Posts: 870 from 2008/7/11
    From: Delaware, USA
    Has anyone else tried the convert2pdf for finalwriter, it seems simple enough to just use during the process, right click, select from menu and go.
    If not, thank guys, I will try the options given.
  • »03.03.09 - 18:07
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    xyphoid
    Posts: 870 from 2008/7/11
    From: Delaware, USA
    Quote:


    cgutjahr wrote:
    Final Writer can export to postscript. which is pretty similar to PDF (and can be easily converted to PDF).

    I explained the required steps here a while ago.


    how can I make sure postscript is installed correctly in my efika?
    I changed printer to print to file Ram:prt in ambient, and printed a final writer file, which showed up in ram as prt, but that couldn't be converted by www.ps2pdf.com I was trying the simple approach
  • »17.03.09 - 23:54
    Profile
  • Just looking around
    cgutjahr
    Posts: 19 from 2005/8/14
    @xyphoid:

    Quote:


    how can I make sure postscript is installed correctly in my efika?


    You don't need to install Ghostscript for now.

    Quote:


    I changed printer to print to file Ram:prt in ambient, and printed a final writer file


    You also need to change the printer settings to "Postscript", did you do that?

    Quote:


    which showed up in ram as prt, but that couldn't be converted by www.ps2pdf.com


    You can try to open the document in a text editor, if it's PS it should start with "%!PS" IIRC.
  • »10.04.09 - 13:56
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    xyphoid
    Posts: 870 from 2008/7/11
    From: Delaware, USA
    I get filefile gsh_#?x123in ram, where the numbers represent the temp file name then assuming the file conversion process finishes, it changes to file size and name prt. this happens when printing test.pdf As for FW I just get a quick file in ram called prt. everything ends up as an unreadable prt. yes i did change fw print to postscript
  • »11.04.09 - 02:50
    Profile
  • rms
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    rms
    Posts: 599 from 2004/11/27
    @ xyphoid

    do you have the correct postscript line in Turboprint settings?

    I have: GS860:bin/gs -sDEVICE=tp8g -dBATCH -dNOPAUSE -q

    when I then, in APDF, print to PS: it works fine.
  • »11.04.09 - 07:07
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    xyphoid
    Posts: 870 from 2008/7/11
    From: Delaware, USA
    Quote:


    rms wrote:
    @ xyphoid

    do you have the correct postscript line in Turboprint settings?

    I have: GS860:bin/gs -sDEVICE=tp8g -dBATCH -dNOPAUSE -q

    when I then, in APDF, print to PS: it works fine.


    @RMS where and how do I check for the coomand line? user startup? if so it isn't in the assign

    found this in ambient GS:bin/gs -sDEVICE=tp24 -q I'll change to what you have except tp8g
    [ Edited by xyphoid on 2009/4/11 21:23 ]

    Still got a prt after about a minute after PS apdf.test to ram it still converts something to 1.5 megs

    [ Edited by xyphoid on 2009/4/11 22:46 ]
  • »12.04.09 - 02:20
    Profile