Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: PdfServer 1.0 - Serve pdf's directly to a portable device  (Read 1688 times)

0 Members and 1 Guest are viewing this topic.

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
PdfServer 1.0 - Serve pdf's directly to a portable device
« on: July 24, 2012, 11:24:59 am »
This is a program based on Howard Casto's recent proposal for an app to read pdf's on a portable device. His idea was to e-mail them to the device and I don't think it's the best way to do it because they are often large and there are lag times when sending and receiving e-mail.

So I came up with the idea of serving up a pdf directly through a mini web server. This means it's pretty much immediate but it also means you can have a whole bunch of pdf's stored on a PC and serve them up to any portable device. It also has the added bonus of not taking up valuable space on your portable device. I've tested it on my iPod and iPad and it works quite well.

It's pretty simple to use.. you run the PdfServer.exe which will create a PdfServer.ini file. You can leave the defaults and test it's working on locahost by entering http://localhost:8080 into a web browser. Included is the 1942.pdf for test purposes so if you can view that then it's working. Now you can put your PC's internal IP into PdfServer.ini and access the pdf's from a portable device using wifi. Eg. http://192.168.1.123:8080

The only downside to this system is it's one way communication at the moment. So you get a list of pdf's and you scroll through to select the one you want to view, rather than have the PC serve up the pdf of the currently running game, for example. But I think this is better anyway because you can use it for any pdf's you want and not just manuals for MAME.

Download PdfServer 1.0
« Last Edit: July 29, 2012, 01:34:50 am by headkaze »

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: PdfServer 1.0 - Serve pdf's directly to a portable device
« Reply #1 on: July 25, 2012, 06:24:28 am »
Turns out there are registry settings that are needed for GhostScript. I'll post an update soon.

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: PdfServer 1.0 - Serve pdf's directly to a portable device
« Reply #2 on: July 26, 2012, 02:52:24 am »
Okay it should be fixed now. For Windows 7 users you will need to right-click and select 'Run As Administrator' so it can access the registry.

Seith

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 402
  • Last login:September 08, 2018, 10:50:41 am
Re: PdfServer 1.0 - Serve pdf's directly to a portable device
« Reply #3 on: July 27, 2012, 10:35:40 am »
Cool.  I read Howard's original post and thought the same thing - why e-mail?  What if you play the same game twice?  Isn't that just unnecessary data transferring at that point?