Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Dec 13th, 2005, 9:31 PM   #1
Dameon
Troll
 
Dameon's Avatar
 
Join Date: Apr 2005
Location: Texas
Posts: 732
Rep Power: 4 Dameon is on a distinguished road
If only...

...Firefox had integrated/decent PDF support. Everyone hates Adobe bloat on Windows, whatever browser you are using. When using Linux, there are some fairly nifty viewers such as KPDF that get the job done (and well), but are external. I'd like to see Firefox with built in PDF support (snag some code from some of the other projects or have it link with a library from one of them) to view such documents like any other page or even just a bundled, platform independent plugin.
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270
Dameon is offline   Reply With Quote
Old Dec 13th, 2005, 9:34 PM   #2
BlazingWolf
Hobbyist Programmer
 
Join Date: Sep 2004
Posts: 207
Rep Power: 5 BlazingWolf is on a distinguished road
Write you own PDF viewer :p (Is it possible? I just assumed so since it was done for Linux)
__________________
_______________________________
BlazingWolf
BlazingWolf is offline   Reply With Quote
Old Dec 13th, 2005, 11:00 PM   #3
lectricpharaoh
Caffeinated Neural Net
 
lectricpharaoh's Avatar
 
Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 1,033
Rep Power: 5 lectricpharaoh will become famous soon enough
What I'd like are specs on how a PDF file is constructed, such that I can create one from an application of mine. For example, for a while, I've been thinking of a character generator for 3rd Edition D&D (only because I don't have the 3.5 books) that was capable of outputting the data in a printable format. Obviously, HTML would be one solution, but it has certain problems, in that a given document won't look (or print) identically from all browsers.

I know this sort of thing is entirely possible. OpenOffice, for example, generates PDF documents, and I use this all the time for my schoolwork. It's much easier to print a single document than each source file individually, and using PDF lets me be sure it will print okay, even if (for example) certain fonts are missing (this would not be the case for a Microsoft Word or HTML document).

I remember looking for this info a while back, and not having much success. Many of the resources assumed one had certain tools from Adobe, and, well, I'm on a budget. :/
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot.
- Vaarsuvius, Order of the Stick
lectricpharaoh is offline   Reply With Quote
Old Dec 14th, 2005, 1:26 AM   #4
coldDeath
Expert Programmer
 
coldDeath's Avatar
 
Join Date: Aug 2005
Location: UK
Posts: 862
Rep Power: 4 coldDeath is on a distinguished road
Send a message via AIM to coldDeath Send a message via Yahoo to coldDeath
Thats something that I would seriously like. I've always seen it take ages on windows to load up adobe acrobat and then pen teh webpage, often crashing IE/Firefox in the procces. On Linux its a bit better in that i loads faster and never does crash firefox.

But at school i have to suiffer with windows and IE, but when i click a PDF it loads up instantly inside the browser there, which i thought was pretty cool. But they've screwed up IE, on the top bar there is no File menu or Options menu. And there is no back button icon.
__________________
Join us at #programmingforums @ irc.freenode.net!

My software never has bugs. It just develops random features.
coldDeath is offline   Reply With Quote
Old Dec 14th, 2005, 7:59 AM   #5
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
I create dynamic pdf documents in PHP. It works very well. I haven't bothered to investigate such things for other languages, or even to look into the underlying formats/requirements. I just do it. My clients like it. I use this .
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Dec 14th, 2005, 8:52 AM   #6
nnxion
Programming Guru
 
nnxion's Avatar
 
Join Date: Jun 2005
Location: elemental plane
Posts: 1,429
Rep Power: 5 nnxion is on a distinguished road
Quote:
Originally Posted by lectricpharaoh
What I'd like are specs on how a PDF file is constructed, such that I can create one from an application of mine.
http://www.pdf-tools.com/asp/pdf-specifications.asp
__________________
"Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for."
-- Socrates
nnxion is offline   Reply With Quote
Old Dec 14th, 2005, 8:59 AM   #7
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
how about a extention?

https://addons.mozilla.org/extension...cation=firefox

that's what i use, works great.
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote
Old Dec 14th, 2005, 9:17 AM   #8
nnxion
Programming Guru
 
nnxion's Avatar
 
Join Date: Jun 2005
Location: elemental plane
Posts: 1,429
Rep Power: 5 nnxion is on a distinguished road
Quote:
Originally Posted by Pizentios
how about a extention?

https://addons.mozilla.org/extension...cation=firefox

that's what i use, works great.
Well it still opens your pdf-viewer (wheter adobe or not), Daemon would like a pdf-viewer built-in.
__________________
"Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for."
-- Socrates
nnxion is offline   Reply With Quote
Old Dec 14th, 2005, 9:33 AM   #9
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
no it doesn't, it gives you the option, to ether view it as html in a new tab, or download it or open it using your external viewer. why not read the link before commenting on it?
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote
Old Dec 14th, 2005, 10:12 AM   #10
coldDeath
Expert Programmer
 
coldDeath's Avatar
 
Join Date: Aug 2005
Location: UK
Posts: 862
Rep Power: 4 coldDeath is on a distinguished road
Send a message via AIM to coldDeath Send a message via Yahoo to coldDeath
Nice find Piz! Thanks for the link :-)
__________________
Join us at #programmingforums @ irc.freenode.net!

My software never has bugs. It just develops random features.
coldDeath is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

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

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




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:48 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC