944,181 Members | Top Members by Rank

Ad:
  • Java Discussion Thread
  • Unsolved
  • Views: 2615
  • Java RSS
You are currently viewing page 1 of this multi-page discussion thread
Jan 9th, 2006
0

I have a Problem

Expand Post »
Hi,
is it possible the html file convert to pdf documrnt and vice versa ?
if, YES than I wanna source code for convert the html file to pdf document and vice versa.

plzzz give me proper instraction.

i m waiting for rite remady

SANJAY
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
sanjay_scjp is offline Offline
12 posts
since Jan 2006
Jan 9th, 2006
0

Re: I have a Problem

Quote originally posted by sanjay_scjp ...
I wanna source code

SANJAY
You should give proper explanition of what you are trying to do, we do not give away are work so easly. Show effort, show what you did so far...

As to your question, you can convert html to pdf with full version of Acrobat or other softare for this purpose. To convert back to html from pdf is more complicated by factor that pdf have to be "searchable". Problem with creating searchable doc is that if was scanned there is no full succes, document was not 100% red there can be some pieces and bits which are not recogniced. So all of your pdf documents should be firstly created in word processing software, than convert to pdf and than to html. What a waist of time if you can get all infomation directly from word processor to html.
Moderator
Featured Poster
Reputation Points: 2786
Solved Threads: 874
Code tags enforcer
peter_budo is offline Offline
6,659 posts
since Dec 2004
Jan 9th, 2006
0

Re: I have a Problem

yes, there are libraries that can do that.
Apache FOP is a classic example that I've used in the past for similar purposes. It does require extremely strict and correct html to work though.
Team Colleague
Reputation Points: 1658
Solved Threads: 331
duckman
jwenting is offline Offline
7,719 posts
since Nov 2004
Jan 10th, 2006
0

Re: I have a Problem

hi

Thanx for ur remady

sir , i wanna source code for making converting tool .
that's why please give me the link , where java source code is available ( Free of cost).

Thanx
Sanjay
Reputation Points: 10
Solved Threads: 0
Newbie Poster
sanjay_scjp is offline Offline
12 posts
since Jan 2006
Jan 10th, 2006
0

Re: I have a Problem

You'll have to write your own program, noone's going to do it for you unless you pay us consultancy fees to the amount of $150 per hour for a minimum of one week (at 10 hours a day).
Team Colleague
Reputation Points: 1658
Solved Threads: 331
duckman
jwenting is offline Offline
7,719 posts
since Nov 2004
Jan 10th, 2006
0

Re: I have a Problem

Quote originally posted by sanjay_scjp ...
hi

Thanx for ur remady

sir , i wanna source code for making converting tool .
that's why please give me the link , where java source code is available ( Free of cost).

Thanx
Sanjay
Hmm, I wonder why he was boosting around with his MCA & SCJP(Sun Certified Java Programmer) and join me. Firstly saing I wanna source code and now please give me a link with free java code, you must be out of mind. Strange acting, have icy bye - bye
Moderator
Featured Poster
Reputation Points: 2786
Solved Threads: 874
Code tags enforcer
peter_budo is offline Offline
6,659 posts
since Dec 2004
Jan 10th, 2006
0

Re: I have a Problem

dear

this is a problem , and i don't know what is the relation between problem or MCA .

plzzz give me the link where source code is available for convert html to pdf and vice versa.

replyy

Sanjay
Reputation Points: 10
Solved Threads: 0
Newbie Poster
sanjay_scjp is offline Offline
12 posts
since Jan 2006
Jan 10th, 2006
0

Re: I have a Problem

examples of converting xml to pdf are contained in the FOP documentation.
properly written html is an xml dialect.

Other libraries exist as well, I'm sure a quick search of the web would turn them up.
In fact a quick search resulted in
Quote ...
Top 213 results of at least 4,162,398 retrieved for the query java html pdf
While without doubt not all of those are relevant out of the first dozen or so only one or two were pdf files about writing html and/or Java, the rest seemed concerned with creating pdf files from html using Java.
Team Colleague
Reputation Points: 1658
Solved Threads: 331
duckman
jwenting is offline Offline
7,719 posts
since Nov 2004
Jan 11th, 2006
0

Re: I have a Problem

sir,
thank for that
now , i have face another problem , i wanna make a editor through swing.
and i created menu bar , bt i coudn't give the action .
like - for compile java file, for run .
like - find , find & Replace.
plzzz
dear , i know we use the Runtime Class for run the dos commands thru java program.

bt , anyone give me code for that
i m urgently required

plzzz help me
Reputation Points: 10
Solved Threads: 0
Newbie Poster
sanjay_scjp is offline Offline
12 posts
since Jan 2006
Jan 11th, 2006
0

Re: I have a Problem

The compiler is just a Java class which you can call. It's contained in one of the jarfiles that come as part of your JDK installation.
Quote ...
public final class Compilerextends ObjectThe Compiler class is provided to support Java-to-native-code compilers and related services. By design, the Compiler class does nothing; it serves as a placeholder for a JIT compiler implementation.

When the Java Virtual Machine first starts, it determines if the system property java.compiler exists. (System properties are accessible through getProperty and , a method defined by the System class.) If so, it is assumed to be the name of a library (with a platform-dependent exact location and type); the loadLibrary method in class System is called to load that library. If this loading succeeds, the function named java_lang_Compiler_start() in that library is called.

If no compiler is available, these methods do nothing.
Check your API docs.
Team Colleague
Reputation Points: 1658
Solved Threads: 331
duckman
jwenting is offline Offline
7,719 posts
since Nov 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Java Forum Timeline: Sound: Midi Volume and Balance
Next Thread in Java Forum Timeline: HELP! build an web-based application on...





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC