Editor for iText

View: New views
3 Messages — Rating Filter:   Alert me  

Editor for iText

by Mathias Nilsson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I don't know if this can be done but here it goes.

Is there a change to make an java application, applet that creates datasheets with iText as an engine? I have already implemented this in some sort but when it comes to Swing HTMLEditor and to get the same result with fonts, hyphenation I can't manage it.

Is there anyone that can point me in the right direction of using java and a WYSIWYG pdf editor?

/ Mathias

Re: Editor for iText

by Mark Storer-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

No such animal.  PDF is an output format, not something you edit (outside some fairly limited parameters in Acrobat).


--Mark Storer
  Senior Software Engineer
  Cardiff.com

#include <disclaimer>
typedef std::Disclaimer<Cardiff> DisCard;



> -----Original Message-----
> From: Mathias Nilsson [mailto:wicket.programmer@...]
> Sent: Tuesday, November 03, 2009 5:53 AM
> To: itext-questions@...
> Subject: [iText-questions] Editor for iText
>
>
>
> Hi,
>
> I don't know if this can be done but here it goes.
>
> Is there a change to make an java application, applet that creates
> datasheets with iText as an engine? I have already
> implemented this in some
> sort but when it comes to Swing HTMLEditor and to get the
> same result with
> fonts, hyphenation I can't manage it.
>
> Is there anyone that can point me in the right direction of
> using java and a
> WYSIWYG pdf editor?
>
> / Mathias
> --
> View this message in context:
> http://old.nabble.com/Editor-for-iText-tp26160129p26160129.html
> Sent from the iText - General mailing list archive at Nabble.com.
>
>
> --------------------------------------------------------------
> ----------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year.
> Jumpstart your
> developing skills, take BlackBerry mobile applications to
> market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> iText-questions mailing list
> iText-questions@...
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>
> Buy the iText book: http://www.1t3xt.com/docs/book.php
> Check the site with examples before you ask questions:
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
iText-questions mailing list
iText-questions@...
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Re: Editor for iText

by Mathias Nilsson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I know, an editor to create xml markup that can be translated to iText format. The big question is. How can I make WYSIWYG when it comes to text in block, hyphenation. What editor in swing? Is it possible?

/ Mathias