Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Export to PDF issue (Read 3059 times)
nd
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Jun 2nd, 2010
Export to PDF issue
Jun 2nd, 2010 at 8:27pm
Print Post  
Hi, JDiagram is great congratulations.
I have 2 issues; When I export the diagram to PDF format some characters like 'ñ','á','é' looks like '?'. How can I change the enconding page to solve this issue?

The last one is about this bug:

java.util.ConcurrentModificationException
at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
at java.util.AbstractList$Itr.next(AbstractList.java:343)
at java.util.Collections.sort(Collections.java:162)
at com.mindfusion.pdf.PdfPage.Save(Unknown Source)
at com.mindfusion.pdf.PdfDocument.Save(Unknown Source)
at com.mindfusion.pdf.PdfGraphics2D.dispose(Unknown Source)
at java.awt.Graphics.finalize(Graphics.java:1147)
at com.mindfusion.pdf.PdfGraphics2D.finalize(Unknown Source)
at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83)
at java.lang.ref.Finalizer.access$100(Finalizer.java:14)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160)


My application generates multiple diagrams and exports each one to PDF format.

Thanks a lot.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Export to PDF issue
Reply #1 - Jun 2nd, 2010 at 9:28pm
Print Post  
Hi,

Could you email us a sample diagram file containing such characters to support@mindfusion.eu?

Thanks,
Stoyan
  
Back to top
 
IP Logged
 
nd
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Jun 2nd, 2010
Re: Export to PDF issue
Reply #2 - Jun 7th, 2010 at 6:02pm
Print Post  
Hi stoyan.
I sent a email last week.
Tanks.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Export to PDF issue
Reply #3 - Jun 7th, 2010 at 6:20pm
Print Post  
Hi,

You forgot to attach the file.

Stoyan
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Export to PDF issue
Reply #4 - Jun 9th, 2010 at 9:48am
Print Post  
Hi,

Using the .jar file below, call pdfExporter.setDefaultCharset("ISO-8859-1") before exporting to see those characters.

https://mindfusion.eu/_beta/jdiag_pdfcharset.zip

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
nd
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Jun 2nd, 2010
Re: Export to PDF issue
Reply #5 - Jun 11th, 2010 at 12:31pm
Print Post  
Hi, I gonna test this .jar file.

You are so fast to reply.

Thanks.

Daniel Valentin.
  
Back to top
 
IP Logged
 
nd
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Jun 2nd, 2010
Re: Export to PDF issue
Reply #6 - Jun 11th, 2010 at 12:48pm
Print Post  
Hi Stoyan,

You are genius!!!

It .jar file worked fine.

Thanks a lot my friend.

Daniel Valentin.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint