Click here to Skip to main content
15,918,889 members

Comments by Dhani Aditya (Top 14 by date)

Dhani Aditya 29-Jul-15 22:38pm View    
ok sir..
thank you for you're help..
i will try :)
Dhani Aditya 29-Jul-15 11:09am View    
numerial notation you know like what sir?

can i have your email? if you want to give it to mee..

because i want to send you picture of numerial notation i mean..
Dhani Aditya 29-Jul-15 10:43am View    
it' note..
" | " as a sign of bars

" . " as a sign of the length of beats

" ( " , " ) " As a sign of high-low tone

do you know numerial notation sir?
Dhani Aditya 29-Jul-15 2:38am View    
the results of extraction pdf is lkie this..

| . . . +5) 5) | 6).5)1 | 7) . .+5)5) |


this my code to extract text from pdf file

for (int page = 1; page <= reader.NumberOfPages; page++)
{
ITextExtractionStrategy its= new iTextSharp.text.pdf.parser.LocationTextExtractionStrategy();
String s= PdfTextExtractor .GetTextFromPage(reader,page,its);

s = Encoding.UTF8.GetString(ASCIIEncoding.Convert(Encoding.Default, Encoding.UTF8, Encoding.Default.GetBytes(s)));
strText = strText + s;
richTextBox1.Text = strText;
}
Dhani Aditya 29-Jul-15 2:30am View    
alright..
how to generate MIDI events from notes?

sir..
can you give some step to convert pdf to MIDI without using MIDItookit?