Hi, I think I found the answer to my primitive question, 1): I should say: import com.itextpdf.text.*, since it seems to have changed from: import com.lowagie.text.*, which is still mentioned in some places in the second edition of iText In Action.
So please just look at my more advanced questions. Thanks! >Date: Fri, 19 Mar 2010 08:45:26 -0700 >To: [email protected] >From: Brigit Ananya <[email protected]> >Subject: pdf graphics file questions > >Hi, > >I have a computer graphics program (www.ananya.com) >that draws curves in a faster and easier way. I would like to >import and export pdf graphics files with other graphics >programs. I have 1 primitive and 2 more advanced questions: > >First the primitive question: >1) I wasn't able to install the iText library properly. I am >using JBuilder 2006. >I set the library in Tools>Configure>Libraries, where I gave it >a name and added a link to the iText-5.0.1.jar file, and in >Project>Project Properties>Paths>Required Libraries >I added this library name making sure I see the link to >iText-5.0.1.jar. >But if I say import com.lowagie.text.*; and compile my >program, I get the error message that the package >com.lowagie.text does not exist > >Now the more advanced questions: >2) Is it possible to get the array of CubicCurve2D.Double's >and the stroke and fill information from a pdf graphics file of >curves? > >3) What's the trick to make Adobe Photoshop open a pdf >graphics file of curves as a path? (It at least allows pasting >Illustrator curves as a path.) > >Thanks in advance for any answers! ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ iText-questions mailing list [email protected] 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/
