Software Design
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreSoftware Design

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old June 10th, 2004, 11:35 AM
prusu83 prusu83 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 6 prusu83 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 9 m 8 sec
Reputation Power: 0
Cool c# products and library components

Hey

I have in mind to make PDF development from scratch in c#.NET. For desktop, server, web, printing... I have in mind to create something like Jaws PDF products: editor, viewer, creator, reporting - software, library and sdk (framework) to use by users, and developers. As many libraries, products as posible.

I know there are a LOT of libraries and PDF products. Also i'v heard the libraries - one of 12 is good, rest are crap.

Do you think this is good bussiness now when market is full and companies developers already have products and libraries for PDF?
I appreciate any help. Even if it's negative for me. Even just a litle.

Paul Rusu

Reply With Quote
  #2  
Old June 10th, 2004, 04:09 PM
drgroove's Avatar
drgroove drgroove is offline
pushing envelopes, not pencils
Dev Shed God 2nd Plane (6000 - 6499 posts)
 
Join Date: Feb 2002
Posts: 6,225 drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 1 Day 4 h 48 m 15 sec
Reputation Power: 174
In general, if good tools are already available, you should use those tools. If the source is open and you'd like to make improvements, go ahead and do that as well.

However, if you think that the current offerings in this space are all lacking in quality, and you believe you could do better, then do so.

Hope that helps... I realize this is all very generalized, but I hope you get what I'm after here.
__________________
Give a person code, and they'll hack for a day; Teach them how to code, and they'll hack forever.
Analyze twice; hack once.
The world's first existential ITIL question: If a change is released into production without a ticket to track it,
was it actually released?


About DrGroove: ITIL-Certified IT Process Engineer - Enterprise Application Architect -
Freelance IT Journalist - Devshed Moderator - Funk Bassist Extraordinaire


Reply With Quote
  #3  
Old June 11th, 2004, 03:33 AM
prusu83 prusu83 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 6 prusu83 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 9 m 8 sec
Reputation Power: 0
pdf

Thanks for the reply,

I will use and extend other libraries.
My final products would be products already existing on the market, but cheaper, and cheaper distribution with souce code: reporting PDF, creating PDF, viewing PDF, generation from XSL-FO (only one competitor for now), also maybe some bussiness document editing (create- edit PDF document and also store the text data in a attached database for more advanced searching and bussiness activity). Also more example - tools like viewer, browser, editor ( i want to do something like Adobe Acrobat but a lot cheaper for offices), - also souce code for framework for all these examples.

Please tell me what you think about each of them.

Paul

Reply With Quote
  #4  
Old June 11th, 2004, 10:23 AM
drgroove's Avatar
drgroove drgroove is offline
pushing envelopes, not pencils
Dev Shed God 2nd Plane (6000 - 6499 posts)
 
Join Date: Feb 2002
Posts: 6,225 drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 1 Day 4 h 48 m 15 sec
Reputation Power: 174
Quote:
Originally Posted by prusu83
Thanks for the reply,

I will use and extend other libraries.
My final products would be products already existing on the market, but cheaper, and cheaper distribution with souce code: reporting PDF, creating PDF, viewing PDF, generation from XSL-FO (only one competitor for now), also maybe some bussiness document editing (create- edit PDF document and also store the text data in a attached database for more advanced searching and bussiness activity). Also more example - tools like viewer, browser, editor ( i want to do something like Adobe Acrobat but a lot cheaper for offices), - also souce code for framework for all these examples.

Please tell me what you think about each of them.

Paul


Honestly, it really depends on the c# landscape, of which I'm not familiar. In the Java world, there are several open source, high-quality libraries for PDF generation, such as iText, as well as commercial varieties, such as Big Faceless, not to mention the java/pdf product that Adobe itself just announced this week.

c#, being a newer language, probably doesn't have as many available options for PDF generation, so you might be able to get into the market now while it is still developing.

Reply With Quote
  #5  
Old June 11th, 2004, 05:21 PM
prusu83 prusu83 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 6 prusu83 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 9 m 8 sec
Reputation Power: 0
Thumbs up

Thanks for reply

Ok , i agree that pdf generation and reporting are a lot of libraries on the market.

I think i should come up with other products, something not "expired".

What do you think about a PDF Editor to edit PDF with bussiness rules as - XDP also to attach database to a PDF to contain data wich would be much help - cauz you can do more advanced search on a database than only the document. ?

Paul

Reply With Quote
  #6  
Old June 11th, 2004, 05:27 PM
drgroove's Avatar
drgroove drgroove is offline
pushing envelopes, not pencils
Dev Shed God 2nd Plane (6000 - 6499 posts)
 
Join Date: Feb 2002
Posts: 6,225 drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 1 Day 4 h 48 m 15 sec
Reputation Power: 174
Well, for what it's worth, I'm not a big proponent of PDF, so I don't know if I'm qualified to comment on this level. The best thing for you to do is develop something you enjoy, regardless of the competition. If you like what you're doing, you'll be more apt to update/advance it, and therefore keep it competitive w/ other offerings in this space.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreSoftware Design > c# products and library components


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT