aspose file tools
The moose likes Other Open Source Projects and the fly likes What to Replace Deprecated Method With Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "What to Replace Deprecated Method With" Watch "What to Replace Deprecated Method With" New topic
Author

What to Replace Deprecated Method With

Steve Dyke
Ranch Hand

Joined: Nov 16, 2004
Posts: 1254

The following code says the Graphics2D g2 = tp.createGraphics( width, height, new DefaultFontMapper() );
is deprecated. The infor I found says to use the constructor of the PdfPrinterGraphics2D class. Can someone help me take this code and change it.

 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: What to Replace Deprecated Method With
 
Similar Threads
Build Array in Servlet And Pass Back to Ajax Callback
Mousedragging not working after updating the array.
Images in PDF files problem for ServletOutputStream
Popup menu not responding with mouse event
Display a Chart from a Servlet to JSP