-
Dear MySpace,
Thanks for taking the time to write this long post.
I understand that you are suggesting a Producer/Consumer Model – and this is something that I did not think about. Thanks for that. I think I would have to check with others at work, if I really should be going along this route.
I appreciate you pointing out that the stream can be got from ArchiveExtractCallback. I...
2009-01-18 17:15:56 UTC in p7zip
-
Thanks Igor for that pointer. I have since posted this there.
2009-01-17 19:48:56 UTC in 7-Zip
-
Hi,
I am not sure if this is the correct place to ask this question. If it is not, please point me to the correct place.
I am trying to use the Java SDK to be able to get the InputStream of a file within a 7Zip Archive. Is this possible? I looked at the sample code in SevenZip.J7zip.java – and I can get the name of the file – but I cannot find a way to get its InputStream. I do...
2009-01-17 19:47:46 UTC in p7zip
-
Hi,
I am not sure if this is the correct place to ask this question. If it is not, please point me to the correct place.
I am trying to use the Java SDK to be able to get the InputStream of a file within a 7Zip Archive. Is this possible? I looked at the sample code in SevenZip.J7zip.java – and I can get the name of the file – but I cannot find a way to get its InputStream. I do not...
2009-01-17 03:10:35 UTC in 7-Zip
-
Thanks for your Post Derrick. I think I saw the FAQ – but I could not figure out how to get Tags from the list of Nodes. Anyway, I think I got my application to work using the Swing Parser. Thank you for your help.
O.O.
2008-05-31 16:26:39 UTC in HTML Parser
-
Dear Derrick,
Thank you for the tip on the TagNameFilter - however I would like to extract the text and the links between the Bold Tags. “Arts” is just an example.
So my question is once I got the Table how do I filter out the text and links within the <b></b> Tags.
Thanks again though,
O.O.
2008-05-29 16:46:10 UTC in HTML Parser
-
Hi,
I am new to using this tool. I needed to extract a Table from a webpage, and I did it using
Parser parser = new Parser (path);
NodeList list = parser.parse (new HasAttributeFilter ("table"));
String tableString = list.elementAt(1).toHtml();
As it is the second table on the page. Now I need to extract the links (and the corresponding text in the Table) that are in Bold...
2008-05-28 23:20:59 UTC in HTML Parser
-
Dear Tyler and Phil,
Thanks for responding. I did not know about this offset thing. The shortcut Alt+R works perfectly for me. Yes, this happens when I go back and insert text after an equation.
This solves my problem for now. Thanks to you guys for helping out.
Regards,
Masca.
2008-03-03 04:16:02 UTC in LaTeX in Word
-
Hi,
Thanks Phillip and Tyler for this project.
I use MS Word 2002, and I have noticed that sometimes (and randomly) MS Word looses track of the level of the line i.e. if I have some text, and then something in Latex all on the same line – suddenly the Latex image would be inserted a above the other text on the same line. This does not always happen – but sometimes it does for longer...
2008-02-27 05:30:43 UTC in LaTeX in Word
-
Thanks Tyler. Sorry for not getting back earlier – but this works.
2008-02-26 19:27:51 UTC in LaTeX in Word