How Software Gets Done  


(No Login on Secured Page)

Custom Software Buyers
Request new bids
Search Coders
My Account
 
My Buyer 'To Do' List
 
My bid requests
  My escrow account
 
My General Info
 
Help for Buyers
Articles for Buyers
FAQ for Buyers
Latest News
 

Custom Software Coders

Newest open work
Browse all work
Search all work
My Account
 
My Coder 'To Do' List
 
My bids
 
My General Info
  My credit account
 
Help for Coders
Articles for Coders
FAQ for Coders
Latest News
 

Affiliates

My account
 
My pipeline
 
My credit account
 
Help for Affiliates
Latest News
 
Newest Open Bid Requests.
Student Behavior Tracking
By TimmyC on May 3
Max Bid: Open to fair suggestions


logo Design
By ktama on May 3
Max Bid: $30


Disability Manager Software
By CAE on May 3
Max Bid: Open to fair suggestions


ASP Form/access
By ktama on May 3
Max Bid: $40


Automated Trade Execution
By Rosemount on May 3
Max Bid: Open to fair suggestions


Design and Development of website(repost)
By Tony4x4 on May 3
Max Bid: $100


Click here to put this ticker on your own site

Open Work Categories.
Database 
(131 open)
   Access 
(50 open)
   MySQL 
(70 open)
   Oracle 
(3 open)
   SQL Server 
(52 open)
   Other DB 
(11 open)
Documentation / Tech Writing 
(26 open)
Data Entry 
(19 open)
Game Development 
(18 open)
Graphics / Art / Music 
(35 open)
   Graphics 
(50 open)
     3d Animation 
(15 open)
   Art (Misc.) 
(17 open)
   Music 
(5 open)
   3d Modeling 
(7 open)
Language Specific 
(98 open)
   ASP 
(64 open)
   C# 
(37 open)
   C++ / C 
(102 open)
   Cocoa / Obj-C 
(1 open)
   Cold Fusion 
(3 open)
   Delphi 
(36 open)
   Java 
(51 open)
   Perl 
(33 open)
   PHP 
(80 open)
   XML/XSL 
(23 open)
   Visual Basic 
(135 open)
   Visual Basic .Net 
(73 open)
   Other 
(50 open)
Misc 
(32 open)
   CAD 
(2 open)
MultiMedia 
(24 open)
Network 
(35 open)
   Network Design 
(9 open)
   Network Implementation 
(12 open)
Platforms 
(54 open)
   Windows 
(145 open)
     MS Exchange 
(2 open)
     MS Office 
(14 open)
     Other 
(8 open)
   Internet Browser 
(38 open)
   Linux 
(48 open)
   UNIX 
(24 open)
   Hand Held/PDA Programming 
(8 open)
Requirements 
(13 open)
Security 
(38 open)
Testing / Quality Assurance 
(13 open)
Web 
(137 open)
   Page Design 
(70 open)
   Flash 
(45 open)
   Web Services 
(62 open)
   Web (Other) 
(69 open)
Training 
(8 open)
   Computer Based 
(11 open)
 
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

Modify HTMLDOC's pagination routine to support tables
Bid Request Id: 12492
Bookmark in my 'To Do' list
Posted by: kludgebox (0 ratings)
Non-action Ratio: Below Average - 50.00%
Posted: Apr 2, 2002
5:37:03 PM EDT
Bidding Closes: May 1, 2002
11:59:59 PM EDT
Viewed (by coders): 205 times
Deadline: 5/15/2002 11:59:59 PM
TIME EXPIRED
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Small Business Project: $100 (USD) +
Bidding Type: Open Auction
Categories: Windows, Language Specific, C++ / C, Platforms, UNIX
Enter chat room for this bid request
(0 active users at May 4, 2003 2:28:46 AM EDT)

Description:
First off, this project will involve modifying a GPL'd program called HTMLDOC (http://www.easysw.com/htmldoc/). Currently, HTMLDOC will convert HTML into PDF. It splits the output into multiple pages fine for simple HTML, but when tables
are introduced, pagination becomes a problem.

I need you to make HTMLDOC realize that, when outputting the PDF:
1. This table row is too big to fit onto the current page
-and-
2. It should start a new page and continue the table starting with that row on the next page

Attached is a sample PDF (and the source HTML) of how the output of a "long table" currently appears. It will hopefully be obvious what I'm talking about when
you see this.

Please contact me if there are any questions

Deliverables:
Source code diffs to HTMLDOC 1.8.19 that compile and run cleanly on FreeBSD 4.5

Platform:
HTMLDOC currently supports most Unix platforms, and that shouldn't change.

Must be 100% finished and received by buyer on:
May 15, 2002 11:59:59 PM EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.

Additional Files:
This bid request includes IMPORTANT additional attached files. Please download and read fully before bidding.



Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements. We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation. If you notice a violation please help out the site and report it. Thanks for your help.
 
Bidding/Comments:
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests.

See all rejected bids (and all comments)
Name   Bid Amount 
 
Date   Coder Rating  
hiro
(3 ratings)
in Cambridge, Massachusetts
United States
Bid id: 152,270
 
N/A Apr 18, 2002
3:13:16 AM EDT
 10
(Excellent)
   
okay, i finally got this
thing built, recreated your
test case more or less,
and i'm looking at the
source. i think the
challenge here is to
identify a few strategic
spots, and make what will
be relatively simple changes.

i'm working on windows,
but i write portable c++
and i'm sure any changes
i make will go over to unix
(i would be cloning the same
working calls from other
parts of the program).
but i will guarantee the
work on one platform of
your choice.

now what happens if a single
row runs over a page (asit
does in your example)? do
you want borders on the
(unfinished) table
boundaries?

do you want exhaustive
analysis to handle every
possible table configuration,
or just the simple case of
your example, for starters?

also, since you want support
for multiple unixes, i would
prefer the deliverable be
simply the modified versions
of any source file rather
than source and executable.

i think this is probably
close to a $300 job to get
your test case working
cleanly, partly since
i had to mess with the
build a lot :)

let me know if you are still
actively interested in this,
and if you want any info
on me - thx
 
 
 
 
  See 12 private reply(ies)
to/from hiro.
 

hiro
(3 ratings)
in Cambridge, Massachusetts
United States
Bid id: 162,780
 
$295 (USD) Apr 29, 2002
5:53:30 PM EDT
 10
(Excellent)
   
Looks like I have some last-minute competition.

I think my original bid is fair for the time and difficulty (at least by US standards), but I know a lot of people here are willing to bid low, and I don't want you to be too tempted by that :)

Have you had a chance to look at my demo yet?
 
 
 
 
  See 4 private reply(ies)
to/from hiro.
 




Quick Search
 

 Advanced Search
Newest Open Work
Latest News

 
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 

Rent A Coder Top Coders.


Anuj Gakhar
Rated a 9.98 on 92 jobs 
Securenext
Rated a 9.98 on 97 jobs 
Buddies
Rated a 9.82 on 76 jobs 
Andrei Remenchuk
Rated a 10 on 12 jobs 
Codman
Rated a 9.97 on 136 jobs 
Michael Sharp
Rated a 9.98 on 167 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
RNA
Rated a 9.93 on 35 jobs 
markesh
Rated a 10 on 21 jobs 
hernest
Rated a 10 on 107 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers
 
Other
Rent A Coder is PayPal verified through its parent company, Exhedra Solutions, Inc.

Created in partnership with:

 


Affiliate Sites



Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.