Merging PDF files is a common task that we usually need to do in our daily activities. Of course, it is possible and fairly easy to merge PDF files in various applications, including Adobe Acrobat or other similar applications. But sometimes you need to automate this task and a programmatic way could save you a lot of trouble when you need to do this very frequently. <div class="text-center">  </div> As you know, Java added scripting support in Java SE 6. This means that you can use other programming languages on the Java platform. The most common scripting language used with Java is JavaScript. For this reason, Java is shipped with an out-of-the-box JavaScript engine, called [Nashorn](http://openjdk.java.net/projects/nashorn/). Today, I needed to merge several PDF documents and I noticed that my old programs that I used to use for this task were, well, old. So I wrote a simple JavaScript file to do the task. It uses the excellent [iText](https://itextpdf.com/) library originally written by [Bruno Lowagie](https://www.lowagie.com/). Here is the script: ```javascript // merge.js var File = java.io.File; var PdfDocument = com.itextpdf.kernel.pdf.PdfDocument; var PdfReader = com.itextpdf.kernel.pdf.PdfReader; var PdfWriter = com.itextpdf.kernel.pdf.PdfWriter; var PdfMerger = com.itextpdf.kernel.utils.PdfMerger; function merge(destFilename, sourceFilenames) { var file = new File(destFilename).getAbsoluteFile(); file.getParentFile().mkdirs(); var destDocument = new PdfDocument(new PdfWriter(file)); var merger = new PdfMerger(destDocument); sourceFilenames.forEach(function (sourceFilename) { var sourceDocument = new PdfDocument(new PdfReader(new File(sourceFilename))); merger.merge(sourceDocument, 1, sourceDocument.getNumberOfPages()); sourceDocument.close(); }); destDocument.close(); } var destFilename = arguments[0]; var sourceFilenames = arguments.slice(1); merge(destFilename, sourceFilenames); ``` When using this simple program, you should provide the destination filename as the first argument and the source filenames as the next arguments. For example, if your destination filename is `dest.pdf` and the source filenames are `source1.pdf`, `source2.pdf`, and `source3.pdf`, then you can run the program on Windows as follows: ``` set classpath=itext7-io-7.0.2.jar;itext7-kernel-7.0.2.jar;slf4j-api-1.7.2.jar java -cp %classpath% jdk.nashorn.tools.Shell merge.js -- dest.pdf source1.pdf source2.pdf source3.pdf ``` Of course, this post was just about using the iText library. Setting the classpath and managing the dependencies is a vast topic in itself and depends on your development environment.
author | ghasemkiani |
---|---|
permlink | merging-pdf-files-with-java |
category | programming |
json_metadata | {"tags":["programming","java","text","pdf","itext"],"app":"steemit/0.1","format":"markdown","percent_steem_dollars":10000,"image":["https://steemitimages.com/DQmbCCkwGRwoqCp9KRAHYBch89rzJJuXBwm2iP2CkciAZmt/image.png"],"links":["http://openjdk.java.net/projects/nashorn/","https://itextpdf.com/","https://www.lowagie.com/"]} |
created | 2018-04-03 10:17:12 |
last_update | 2018-04-06 06:28:39 |
depth | 0 |
children | 155 |
last_payout | 2018-04-10 10:17:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.796 HBD |
curator_payout_value | 0.077 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,781 |
author_reputation | 90,438,911,242,538 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,092,401 |
net_rshares | 1,594,325,017,963 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 986,529,913,277 | 100% | ||
roswellrockman | 0 | 0 | 100% | ||
syahhiran | 0 | 629,455,667 | 100% | ||
olegas89 | 0 | 0 | 100% | ||
fajarsdq | 0 | 0 | 100% | ||
hardick-steem | 0 | 4,228,073,129 | 100% | ||
riko | 0 | 0 | 100% | ||
kriskabiru | 0 | 0 | 100% | ||
altafalazzam | 0 | 0 | 100% | ||
ackza | 0 | 0 | 100% | ||
jerge | 0 | 0 | 100% | ||
davy73 | 0 | 296,796,807 | 100% | ||
amazingfects | 0 | 337,135,421 | 100% | ||
safran | 0 | 146,042,644 | 100% | ||
mubarak | 0 | 0 | 100% | ||
rashmityagi | 0 | 0 | 100% | ||
boyelleq | 0 | 3,371,826,275 | 100% | ||
lubo95 | 0 | 0 | 100% | ||
aspiration | 0 | 571,631,439 | 100% | ||
head10 | 0 | 10,090,319,647 | 100% | ||
bmxracech | 0 | 0 | 100% | ||
burhanuddin | 0 | 0 | 100% | ||
atafauzan79 | 0 | 0 | 100% | ||
cekless | 0 | 0 | 100% | ||
simaroy | 0 | 0 | 100% | ||
allesia | 0 | 2,676,142,906 | 100% | ||
donnadavisart | 0 | 0 | 38% | ||
blazing | 0 | 0 | 100% | ||
binam | 0 | 0 | 100% | ||
haji | 0 | 1,923,027,533 | 100% | ||
rajskij-sad | 0 | 0 | 50% | ||
fauzipase | 0 | 0 | 100% | ||
minsoenaing | 0 | 0 | 100% | ||
satyamsharma | 0 | 307,331,853 | 50% | ||
rafroldan | 0 | 0 | 100% | ||
angela.ghkh | 0 | 37,216,571,855 | 100% | ||
touristpk | 0 | 0 | 100% | ||
pakistanispeaks | 0 | 0 | 100% | ||
azman | 0 | 0 | 100% | ||
nataliemk | 0 | 612,575,140 | 100% | ||
doktormuslem | 0 | 9,082,520,496 | 100% | ||
hasanuddin | 0 | 2,843,672,847 | 100% | ||
mahmuddin | 0 | 0 | 99% | ||
joenathan | 0 | 602,693,174 | 100% | ||
amre | 0 | 0 | 100% | ||
pepskaram | 0 | 21,009,892,345 | 100% | ||
reinikaerrant | 0 | 0 | 100% | ||
nurhasib | 0 | 0 | 100% | ||
johnwjr7 | 0 | 1,088,996,081 | 5% | ||
a-alice | 0 | 0 | 100% | ||
dxdei | 0 | 433,686,643 | 100% | ||
muhammadridwan | 0 | 0 | 100% | ||
zawil | 0 | 1,195,921,220 | 100% | ||
atimk23 | 0 | 0 | 100% | ||
nathanedge | 0 | 0 | 100% | ||
miftarizal | 0 | 447,503,446 | 100% | ||
gkumar | 0 | 0 | 100% | ||
shariaislam | 0 | 300,226,480 | 100% | ||
rekha007 | 0 | 6,124,118,727 | 100% | ||
steemitfriend | 0 | 0 | 100% | ||
adi.pisces | 0 | 0 | 100% | ||
sipitung | 0 | 0 | 100% | ||
umarcivil | 0 | 1,752,964,859 | 100% | ||
mukliss | 0 | 0 | 100% | ||
quencore | 0 | 0 | 100% | ||
shintamonica | 0 | 0 | 100% | ||
albanna | 0 | 0 | 100% | ||
summer14 | 0 | 1,601,171,069 | 100% | ||
rakitera | 0 | 0 | 100% | ||
cybermedios.org | 0 | 3,513,436,447 | 100% | ||
nounou | 0 | 0 | 100% | ||
alex-discord | 0 | 1,851,360,222 | 100% | ||
bolivarense | 0 | 2,122,384,440 | 100% | ||
dan321 | 0 | 0 | 100% | ||
austinm | 0 | 0 | 100% | ||
moos | 0 | 699,046,491 | 100% | ||
thepreacher | 0 | 261,281,735 | 30% | ||
azzaainayya | 0 | 360,523,253 | 100% | ||
sawchha | 0 | 0 | 100% | ||
thura | 0 | 7,036,671,933 | 100% | ||
rufusfirefly | 0 | 569,034,748 | 100% | ||
nimik | 0 | 2,023,470,626 | 100% | ||
ctuka | 0 | 0 | 100% | ||
bluntsmasha | 0 | 3,305,662,216 | 100% | ||
positivethink | 0 | 604,346,952 | 100% | ||
hknazmul | 0 | 615,564,847 | 100% | ||
josevasquez | 0 | 3,945,287,517 | 10% | ||
ibeljr | 0 | 0 | 100% | ||
hafiz34 | 0 | 6,048,485,417 | 50% | ||
mimikombat | 0 | 0 | 100% | ||
shaifullah | 0 | 0 | 100% | ||
rohit12123 | 0 | 0 | 1% | ||
aryshutter | 0 | 0 | 100% | ||
sam1210 | 0 | 4,240,144,338 | 100% | ||
saddam1210 | 0 | 604,581,260 | 100% | ||
adiza | 0 | 0 | 100% | ||
pinay | 0 | 1,609,088,450 | 100% | ||
shajj | 0 | 0 | 100% | ||
saafir | 0 | 716,035,332 | 100% | ||
koevert | 0 | 0 | 100% | ||
johnabm | 0 | 0 | 100% | ||
nikosnitza | 0 | 3,102,233,086 | 100% | ||
adasq | 0 | 23,570,998,992 | 100% | ||
subornalata | 0 | 0 | 100% | ||
afsanamitul1 | 0 | 0 | 100% | ||
jani | 0 | 0 | 100% | ||
afm007 | 0 | 0 | 100% | ||
awahidsteem | 0 | 0 | 100% | ||
davidsc | 0 | 0 | 100% | ||
hagstrom | 0 | 0 | 100% | ||
azzelarab | 0 | 651,668,824 | 100% | ||
islamic1 | 0 | 0 | 100% | ||
thot2word | 0 | 1,376,220,172 | 100% | ||
josuerebolledo | 0 | 0 | 100% | ||
master11641 | 0 | 613,282,867 | 100% | ||
chigz14 | 0 | 0 | 100% | ||
ziaur | 0 | 0 | 0% | ||
fachrul21 | 0 | 0 | 100% | ||
nismhd | 0 | 512,524,982 | 100% | ||
nicolerose | 0 | 0 | 100% | ||
acousticsteveo | 0 | 0 | 100% | ||
danielvd | 0 | 614,860,000 | 100% | ||
kshemen | 0 | 1,739,672,198 | 100% | ||
sriram200995 | 0 | 0 | 100% | ||
fth | 0 | 0 | 100% | ||
cryptobench | 0 | 538,309,236 | 100% | ||
deineip | 0 | 0 | 100% | ||
adamdonmez | 0 | 0 | 100% | ||
paradise.ati | 0 | 0 | 100% | ||
saiful-lamno | 0 | 0 | 100% | ||
saiful.nizam | 0 | 0 | 100% | ||
zoeyvalliant | 0 | 3,820,278,315 | 100% | ||
fadil94 | 0 | 0 | 100% | ||
gn-ahmad | 0 | 3,338,679,110 | 100% | ||
zainqureshi | 0 | 0 | 100% | ||
abahfathir | 0 | 590,537,805 | 100% | ||
moeslimyusuf | 0 | 0 | 100% | ||
indrajeet | 0 | 502,394,523 | 100% | ||
khinzawlatt | 0 | 760,939,663 | 100% | ||
nelson.micofilo | 0 | 0 | 100% | ||
ounthou | 0 | 0 | 100% | ||
mshahabi | 0 | 333,829,907,555 | 100% | ||
triptybarsha | 0 | 0 | 100% | ||
abialfatih | 0 | 0 | 100% | ||
green015 | 0 | 0 | 100% | ||
focusfit | 0 | 0 | 100% | ||
tjohan | 0 | 0 | 100% | ||
adypur | 0 | 0 | 100% | ||
marlenny | 0 | 228,724,973 | 100% | ||
ajasmin14 | 0 | 0 | 100% | ||
mysearchisover | 0 | 0 | 100% | ||
pankun | 0 | 0 | 100% | ||
sjeezz | 0 | 0 | 100% | ||
aacr07 | 0 | 0 | 100% | ||
goaltarget | 0 | 0 | 100% | ||
pablosky | 0 | 0 | 100% | ||
julian2018 | 0 | 615,741,742 | 100% | ||
mamadtz | 0 | 0 | 100% | ||
faroel | 0 | 0 | 100% | ||
rahma98 | 0 | 257,551,027 | 100% | ||
mirzaaliimran | 0 | 0 | 100% | ||
saiful8 | 0 | 0 | 100% | ||
cbkkeken | 0 | 0 | 100% | ||
supernova55 | 0 | 0 | 100% | ||
ludmila63 | 0 | 0 | 100% | ||
aisamuddin | 0 | 0 | 100% | ||
netscape101 | 0 | 0 | 100% | ||
andimywapblog12 | 0 | 0 | 0% | ||
hvr | 0 | 3,559,682,934 | 100% | ||
enja18 | 0 | 0 | 100% | ||
faglerabbi | 0 | 0 | 100% | ||
herman08 | 0 | 165,158,363 | 100% | ||
iwan28 | 0 | 0 | 100% | ||
kilianparadise | 0 | 0 | 100% | ||
ris | 0 | 256,954,589 | 100% | ||
wandairawan | 0 | 0 | 100% | ||
sushovon002 | 0 | 275,343,365 | 100% | ||
aronexxon | 0 | 0 | 100% | ||
atjehsteemit | 0 | 324,255,324 | 100% | ||
dreamboy | 0 | 0 | 100% | ||
rikaz87 | 0 | 0 | 100% | ||
barindo | 0 | 4,262,972,532 | 100% | ||
justdb | 0 | 0 | 100% | ||
adibiqbal | 0 | 0 | 100% | ||
muhammadabi | 0 | 0 | 100% | ||
ernawatinsm | 0 | 587,367,472 | 100% | ||
ipoelkip | 0 | 0 | 100% | ||
alf4t1h | 0 | 2,308,985,900 | 100% | ||
maulisaputra | 0 | 0 | 100% | ||
cocosteven | 0 | 509,439,966 | 100% | ||
azaleamikoo | 0 | 0 | 100% | ||
asyiqa | 0 | 0 | 100% | ||
bariah | 0 | 215,935,434 | 100% | ||
adimantong | 0 | 229,434,778 | 100% | ||
anwars | 0 | 0 | 100% | ||
nandaibra | 0 | 0 | 100% | ||
ismail96 | 0 | 76,925,743 | 100% | ||
teungkulik | 0 | 0 | 100% | ||
ruwanulhasan | 0 | 0 | 100% | ||
taufik93 | 0 | 0 | 100% | ||
razzor | 0 | 0 | 100% | ||
hamdanibdp | 0 | 0 | 100% | ||
masoudgh69 | 0 | 0 | 100% | ||
anshar | 0 | 1,643,657,129 | 100% | ||
otenmoten | 0 | 359,460,776 | 100% | ||
smallwhales | 0 | 0 | 100% | ||
rayaa | 0 | 590,730,669 | 100% | ||
idun | 0 | 0 | 100% | ||
agkamal | 0 | 0 | 100% | ||
stupidamerican | 0 | 0 | 25% | ||
jeezz | 0 | 0 | 100% | ||
yameen | 0 | 0 | 100% | ||
nasirjroh | 0 | 602,533,613 | 100% | ||
steem-rescue | 0 | 0 | 100% | ||
mitha1974 | 0 | 0 | 100% | ||
majibullah | 0 | 611,832,041 | 100% | ||
phasewalker | 0 | 0 | 1% | ||
abdullahj | 0 | 0 | 100% | ||
gopal143 | 0 | 0 | 100% | ||
cryptoslicex | 0 | 0 | 100% | ||
mahabub007 | 0 | 0 | 100% | ||
mu1stu | 0 | 0 | 100% | ||
mdtorikul420 | 0 | 0 | 100% | ||
aduwahsp | 0 | 0 | 100% | ||
wisa6211 | 0 | 0 | 100% | ||
nazaraceh | 0 | 0 | 100% | ||
maulidin-alasyi | 0 | 0 | 91.38% | ||
omegamar | 0 | 606,455,309 | 100% | ||
dedybadunk | 0 | 0 | 100% | ||
ssatria743 | 0 | 143,764,654 | 100% | ||
nunis | 0 | 0 | 100% | ||
fikar21 | 0 | 0 | 100% | ||
fitriani56 | 0 | 0 | 100% | ||
awie | 0 | 0 | 100% | ||
roman-d | 0 | 397,611,013 | 100% | ||
howtovids | 0 | 0 | 100% | ||
romanriviera | 0 | 1,053,191,945 | 100% | ||
bandrek17 | 0 | 415,185,978 | 100% | ||
kangsukin | 0 | 28,657,303,428 | 30% | ||
putrasteem | 0 | 0 | 100% | ||
lovethenature | 0 | 893,531,702 | 100% | ||
aman0198129 | 0 | 0 | 100% | ||
rojas1911 | 0 | 0 | 100% | ||
saifuddin.p3md | 0 | 0 | 100% | ||
omorfaruk44 | 0 | 590,423,686 | 100% | ||
lafzaia | 0 | 0 | 100% | ||
almollha123 | 0 | 0 | 100% | ||
iraniran | 0 | 4,451,163,752 | 100% | ||
wide | 0 | 0 | 100% | ||
arunsanam | 0 | 0 | 100% | ||
edyscout81 | 0 | 0 | 100% | ||
azhari07 | 0 | 0 | 100% | ||
gabymusica | 0 | 128,581,882 | 100% | ||
billie-joe | 0 | 516,911,462 | 100% | ||
crystalhuman | 0 | 503,229,709 | 100% | ||
supercryptomum | 0 | 0 | 100% | ||
caspersteem | 0 | 0 | 100% | ||
didar001 | 0 | 0 | 100% | ||
bungaterakhir | 0 | 77,624,476 | 100% | ||
khalilputra | 0 | 0 | 100% | ||
bukharii | 0 | 0 | 100% | ||
kabil | 0 | 566,704,121 | 100% | ||
saimer | 0 | 0 | 100% | ||
kutipan-anime121 | 0 | 0 | 100% | ||
kutipan-movie | 0 | 0 | 100% | ||
gainer | 0 | 0 | 100% | ||
arisviyo | 0 | 0 | 100% | ||
nabila.putri | 0 | 613,471,743 | 100% | ||
rossella69 | 0 | 464,874,791 | 100% | ||
yanna05 | 0 | 0 | 100% | ||
jomar07 | 0 | 0 | 100% | ||
porwalk82 | 0 | 0 | 100% | ||
nasel | 0 | 498,657,726 | 100% | ||
tommy123 | 0 | 134,653,563 | 100% | ||
prokaysar | 0 | 0 | 100% | ||
nidarsteem | 0 | 0 | 100% | ||
zeul | 0 | 0 | 100% | ||
bal-cheng | 0 | 572,018,877 | 100% | ||
healthblogger | 0 | 0 | 100% | ||
anthonyde | 0 | 0 | 100% | ||
piyush2516 | 0 | 0 | 100% | ||
soomraa | 0 | 569,819,127 | 100% | ||
fauzan11 | 0 | 0 | 100% | ||
zuhracut | 0 | 0 | 100% | ||
mulyadibk | 0 | 0 | 100% | ||
nuruzzamn77 | 0 | 0 | 100% | ||
mdaminulislam | 0 | 570,244,120 | 100% | ||
hamdan12 | 0 | 287,530,695 | 100% | ||
nrsplastic | 0 | 0 | 100% | ||
tasier22 | 0 | 0 | 100% | ||
azdhaka | 0 | 0 | 100% | ||
pradhan222 | 0 | 0 | 100% | ||
botaktong | 0 | 587,446,216 | 100% | ||
kuahtuhee | 0 | 0 | 100% | ||
aramy | 0 | 569,454,936 | 100% | ||
mdripon2018 | 0 | 0 | 100% | ||
criptoku | 0 | 613,794,725 | 100% | ||
hiruhanif | 0 | 0 | 100% | ||
alam3e | 0 | 0 | 100% | ||
glitterbot | 0 | 16,719,082,429 | 100% | ||
cryptonoticias | 0 | 3,876,159,980 | 100% | ||
adminbot | 0 | 0 | 100% | ||
darkage | 0 | 0 | 100% | ||
gametoken | 0 | 0 | 100% | ||
nandacoa | 0 | 0 | 100% | ||
tripleem | 0 | 0 | 100% | ||
taufeeq | 0 | 0 | 100% | ||
marufamitu | 0 | 0 | 100% | ||
aliamuskan | 0 | 126,971,658 | 100% | ||
mirzatulalfi | 0 | 0 | 100% | ||
lumia97 | 0 | 0 | 100% | ||
muf | 0 | 0 | 100% | ||
mdhafiz1987 | 0 | 0 | 100% | ||
lmmover | 0 | 0 | 100% | ||
sbanerjee0017 | 0 | 0 | 100% | ||
ayulustinaesteem | 0 | 327,341,358 | 100% | ||
ayhanca | 0 | 0 | 100% | ||
shahparan | 0 | 0 | 100% | ||
arulpnonna123 | 0 | 0 | 100% | ||
josegaldame | 0 | 0 | 100% | ||
hkasif | 0 | 0 | 100% | ||
alamar | 0 | 0 | 100% | ||
odillegogh | 0 | 0 | 100% | ||
calmsteem | 0 | 0 | 100% | ||
wmproductions | 0 | 0 | 100% | ||
aqilmacro | 0 | 0 | 100% | ||
alkadre | 0 | 0 | 44.7% | ||
vera-maisyura | 0 | 0 | 100% | ||
akash2018 | 0 | 0 | 100% | ||
gudanggaram | 0 | 0 | 100% | ||
shivaa | 0 | 0 | 100% | ||
dediwahyudi | 0 | 0 | 100% | ||
mohsenpsh | 0 | 0 | 100% | ||
ariful.islam | 0 | 0 | 0% | ||
ishratyasin | 0 | 0 | 100% | ||
minaphotography | 0 | 0 | 100% | ||
muksaldesaigrafi | 0 | 0 | 100% | ||
calprut | 0 | 0 | 100% | ||
mdabdullah4002 | 0 | 0 | 100% | ||
reazmahamud | 0 | 0 | 100% | ||
akhi003 | 0 | 0 | 100% | ||
sutter | 0 | 0 | 100% | ||
ekafao | 0 | 0 | 100% | ||
halim1996 | 0 | 0 | 100% | ||
dzaky | 0 | 0 | 100% | ||
mzakybrt | 0 | 0 | 100% | ||
aysha-1 | 0 | 0 | 100% | ||
vixmemon | 0 | 0 | 100% | ||
boyacun | 0 | 0 | 100% | ||
mhosann | 0 | 0 | 100% | ||
phyowaizaw | 0 | 0 | 100% | ||
damaiaceh | 0 | 0 | 100% | ||
goldenshark | 0 | 0 | 100% | ||
sayrobert | 0 | 0 | 100% | ||
arulphonna91 | 0 | 0 | 100% | ||
rchrzib | 0 | 0 | 100% | ||
akopu | 0 | 0 | 100% | ||
ozkdawg | 0 | 0 | 50% | ||
megapower | 0 | 0 | 0% | ||
muksalmacro | 0 | 0 | 100% | ||
salemsagai | 0 | 0 | 100% | ||
dertluc | 0 | 0 | -100% | ||
rishhk | 0 | 0 | 100% | ||
brightvibes | 0 | 0 | 100% | ||
scimyworld | 0 | 0 | 100% | ||
handicraft | 0 | 0 | 100% | ||
vedantsingh | 0 | 0 | 100% | ||
technews666 | 0 | 0 | 0% | ||
rhn268 | 0 | 0 | 100% | ||
ahadul | 0 | 0 | 100% | ||
alamgir140491 | 0 | 0 | 100% | ||
dashingh | 0 | 0 | 100% | ||
fertipo | 0 | 0 | -100% | ||
nafismuhymeen | 0 | 0 | 100% | ||
vinr | 0 | 0 | 100% | ||
godlike.ftw | 0 | 0 | 100% | ||
himanshusindhal | 0 | 0 | 99% | ||
amricunda | 0 | 0 | 100% | ||
topfongo1 | 0 | 0 | -100% | ||
adzindika | 0 | 0 | 100% | ||
xmauron3 | 0 | 0 | 100% | ||
aminulislamamir2 | 0 | 0 | 100% | ||
liquid-mike | 0 | 0 | 100% | ||
rabiagilani | 0 | 0 | 40% | ||
malikkhurram | 0 | 0 | 100% | ||
jamzmie | 0 | 0 | 100% | ||
jules-nickolas | 0 | 0 | 100% | ||
johnblackfield | 0 | 0 | -100% | ||
health2wealth | 0 | 0 | 100% | ||
dreamfirefly | 0 | 0 | 100% | ||
vitranc | 0 | 0 | 100% | ||
hobo.media | 0 | 0 | 100% | ||
arman.ithm | 0 | 0 | 10% | ||
journalist-akter | 0 | 0 | 100% | ||
moulisa | 0 | 0 | -100% | ||
kazi799 | 0 | 0 | 100% | ||
aple | 0 | 0 | 100% | ||
essenceofworld | 0 | 0 | 100% | ||
igorkk | 0 | 0 | 100% | ||
majowonline | 0 | 0 | 75% | ||
elraffblog | 0 | 0 | 100% | ||
mohd.yaziz | 0 | 0 | 100% | ||
mohammad7 | 0 | 0 | 100% | ||
chwaqas | 0 | 0 | 20% | ||
nupor | 0 | 0 | 100% | ||
engrsayful | 0 | 0 | 55% | ||
coinstantview | 0 | 0 | 5% |
Dear sir ghasemkiani : hello, i want to rent your SP, i want to rent about 20k of your SP. I have little hope .. I just send bidbot because nobody votes for me,...I hope you will reply to my message.^^ Thank you :D
author | a-alice |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180522t152803230z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-22 15:27:45 |
last_update | 2018-05-22 15:27:45 |
depth | 1 |
children | 2 |
last_payout | 2018-05-29 15:27:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.067 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 214 |
author_reputation | 531,801,276,391,272 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,097,951 |
net_rshares | 20,377,552,707 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 20,377,552,707 | 2% |
Hi. Thank you for your message. Unfortunately, I have no plan for delegating my steem power. As you know, there are services that delegate steem power, like @blocktrades. I think you can use those services. Thank you again, and good luck!
author | ghasemkiani |
---|---|
permlink | re-a-alice-re-ghasemkiani-merging-pdf-files-with-java-20180522t154848415z |
category | programming |
json_metadata | {"tags":["programming"],"users":["blocktrades"],"app":"steemit/0.1"} |
created | 2018-05-22 15:48:54 |
last_update | 2018-05-22 15:48:54 |
depth | 2 |
children | 1 |
last_payout | 2018-05-29 15:48:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.142 HBD |
curator_payout_value | 0.027 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 238 |
author_reputation | 90,438,911,242,538 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,101,083 |
net_rshares | 42,513,591,666 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lazarescu.irinel | 0 | 17,592,849,655 | 100% | ||
a-alice | 0 | 2,761,364,900 | 100% | ||
thura | 0 | 10,804,247,877 | 100% | ||
gilangarif131294 | 0 | 10,028,348,461 | 100% | ||
winkyaw | 0 | 265,234,201 | 100% | ||
ivanfurqanpurba | 0 | 963,402,362 | 100% | ||
kabil | 0 | 0 | 100% | ||
justfell | 0 | 98,144,210 | 100% |
sorry for disturbing you ^^ thanks for your advice.😄
author | a-alice |
---|---|
permlink | re-ghasemkiani-re-a-alice-re-ghasemkiani-merging-pdf-files-with-java-20180522t155149261z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-22 15:51:51 |
last_update | 2018-05-22 15:51:51 |
depth | 3 |
children | 0 |
last_payout | 2018-05-29 15:51:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 531,801,276,391,272 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,101,564 |
net_rshares | 0 |
Thanks for that upvote dsir! hope to see you post more on steem! come to the discord https://steemspeak.com
author | ackza |
---|---|
permlink | pwvb5r |
category | programming |
json_metadata | {"tags":["programming"],"links":["https://steemspeak.com"],"app":"steemit/0.1"} |
created | 2019-08-26 23:41:51 |
last_update | 2019-08-26 23:41:51 |
depth | 1 |
children | 0 |
last_payout | 2019-09-02 23:41:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 107 |
author_reputation | 287,695,264,112,368 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 89,989,444 |
net_rshares | 0 |
great got to practice
author | agyapong |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180404t111021105z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-04 11:10:24 |
last_update | 2018-04-04 11:10:24 |
depth | 1 |
children | 0 |
last_payout | 2018-04-11 11:10:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.023 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 195,900,825,839 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,280,527 |
net_rshares | 10,226,127,065 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,226,127,065 | 1% |
Programing is difficult but is beneficial
author | aliakbar2 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180403t113432089z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-03 11:37:30 |
last_update | 2018-04-03 11:37:30 |
depth | 1 |
children | 0 |
last_payout | 2018-04-10 11:37:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 259,411,501,412,947 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,102,868 |
net_rshares | 10,226,110,342 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,226,110,342 | 1% |
good informative post you are very best post to suggest for .... share more post about information about pdf
author | aliamuskan |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180408t103603905z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-08 10:36:06 |
last_update | 2018-04-08 10:36:06 |
depth | 1 |
children | 0 |
last_payout | 2018-04-15 10:36:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 108 |
author_reputation | -37,558,394,908 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,950,876 |
net_rshares | 0 |
Thank you for sharing your beautiful writing.
author | aman0198129 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180410t160532134z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-10 16:05:33 |
last_update | 2018-04-10 16:05:33 |
depth | 1 |
children | 0 |
last_payout | 2018-04-17 16:05:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 108,319,912,849 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,333,489 |
net_rshares | 0 |
Great information thanks for sharing.Upvoted and followed.
author | amazingfects |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180406t163725502z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-06 16:37:27 |
last_update | 2018-04-06 16:37:27 |
depth | 1 |
children | 0 |
last_payout | 2018-04-13 16:37:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 59 |
author_reputation | 726,768,003,626 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,684,556 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
amazingfects | 0 | 0 | 0% |
great! thanks for the info 😻
author | angela.ghkh |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180406t021105169z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-06 02:11:09 |
last_update | 2018-04-06 02:11:09 |
depth | 1 |
children | 0 |
last_payout | 2018-04-13 02:11:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.134 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 2,888,077,605,665 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,583,670 |
net_rshares | 49,222,052,266 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 30,682,168,149 | 3% | ||
angela.ghkh | 0 | 18,422,203,068 | 50% | ||
aliamuskan | 0 | 117,681,049 | 100% |
thx 4 the upvote! **AlphaOmegaEnergy (aoecoin) the World's #1 Breakthrough CleanEnergy Startup is going on the Blockchain this year with 2,922 new techs.** - We are doing a Seedround on Blockchain - Paying 300% Fixed Return Minimum to our Investors as a debt note. - Pre-sales are open now DM to invest. * We will be building power plants with our world leading technology, as an asset backed Blockchain. We are mining with the power we make, and building an electric plane and several scalable social enterprise divisions as well. * We are securing the Seedround chain also with 100% collateral in shares of the company and a debt note. We have every receipt practically in triplicate. - **Make a Big Return helping us CHARGE IT ALL! And Change The World!!** + We will Comment your post, follow, and or up vote every time you support one of our posts or make positive comments! All promoters send me your win-win services & solutions! **Can visit our steemit and check us out!** https://steemit.com/@aoecoin 
author | aoecoin |
---|---|
permlink | ptaqlj |
category | programming |
json_metadata | {"tags":["programming"],"image":["https://cdn.steemitimages.com/DQmPQRHhfm6pFc6vg85Zpf4wLaJedr4c5dSzZJJZtH9gvcd/We%20changed%20The%20World.png"],"links":["https://steemit.com/@aoecoin"],"app":"steemit/0.1"} |
created | 2019-06-18 13:24:54 |
last_update | 2019-06-18 13:24:54 |
depth | 1 |
children | 0 |
last_payout | 2019-06-25 13:24:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,154 |
author_reputation | 8,562,479,240,765 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,847,377 |
net_rshares | 0 |
Programming is a little bit confusing, but we will learn from your post.
author | asgharali |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180403t101839151z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-03 10:18:45 |
last_update | 2018-04-03 10:18:45 |
depth | 1 |
children | 0 |
last_payout | 2018-04-10 10:18:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | 616,093,102,861,327 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,092,597 |
net_rshares | 10,226,110,342 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,226,110,342 | 1% |
Thank you so much for giving me upvote. Your working is very good I follow your steemit account https://steemit.com/@ashokram
author | ashokram |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180701t140641776z |
category | programming |
json_metadata | {"tags":["programming"],"links":["https://steemit.com/@ashokram"],"app":"steemit/0.1"} |
created | 2018-07-01 14:06:45 |
last_update | 2018-07-01 14:06:45 |
depth | 1 |
children | 0 |
last_payout | 2018-07-08 14:06:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 126 |
author_reputation | 496,727,835,551 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,002,149 |
net_rshares | 0 |
a very steady progemmer @ghasemkiani, I am happy to follow your post
author | awahidsteem |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180506t181527804z |
category | programming |
json_metadata | {"tags":["programming"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2018-05-06 18:15:33 |
last_update | 2018-05-06 18:15:33 |
depth | 1 |
children | 0 |
last_payout | 2018-05-13 18:15:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 663,218,651,315 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,242,272 |
net_rshares | 0 |
good post
author | ayulustinaesteem | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ghasemkiani-201844t20494300z | ||||||
category | programming | ||||||
json_metadata | {"tags":["programming","java","text","pdf","itext"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-04-04 13:49:06 | ||||||
last_update | 2018-04-04 13:49:06 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-04-11 13:49:06 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 9 | ||||||
author_reputation | 290,569,909,345 | ||||||
root_title | "Merging PDF Files with Java" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 48,302,727 | ||||||
net_rshares | 0 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sawchha | 0 | 0 | 100% |
author | barana | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ghasemkiani-2018527t0452182z | ||||||
category | programming | ||||||
json_metadata | {"tags":["programming","java","text","pdf","itext"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-05-26 20:15:21 | ||||||
last_update | 2018-05-26 20:15:21 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-06-02 20:15:21 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.027 HBD | ||||||
curator_payout_value | 0.007 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 14 | ||||||
author_reputation | 41,505,671,466 | ||||||
root_title | "Merging PDF Files with Java" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 57,851,193 | ||||||
net_rshares | 10,018,074,907 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
iraniran | 0 | 6,418,408,847 | 100% | ||
barana | 0 | 3,599,666,060 | 100% |
Salam mamnon as lotfeton
author | barana | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ghasemkiani-201852t23711190z | ||||||
category | programming | ||||||
json_metadata | {"tags":["programming","java","text","pdf","itext"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-05-02 18:37:15 | ||||||
last_update | 2018-05-02 18:37:15 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-05-09 18:37:15 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.062 HBD | ||||||
curator_payout_value | 0.010 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 25 | ||||||
author_reputation | 41,505,671,466 | ||||||
root_title | "Merging PDF Files with Java" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 53,493,980 | ||||||
net_rshares | 14,880,520,202 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,164,177,771 | 1% | ||
barana | 0 | 4,104,907,374 | 100% | ||
mahsab70 | 0 | 611,435,057 | 100% |
سلام اقای کیانی عرض ادب و احترام اگر ممکنه یک راه ارتباطی فراهم کنید باهاتون در تماس باشیم کمک بگیریم در رابطه با این شبکه
author | binam |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180420t195157648z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-20 19:51:57 |
last_update | 2018-04-20 19:51:57 |
depth | 1 |
children | 1 |
last_payout | 2018-04-27 19:51:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 123 |
author_reputation | 237,005,144,905 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,183,119 |
net_rshares | 0 |
<div dir="rtl" class="text-rtl">سلام. من با همین شناسه در steemit.chat هستم.</div>
author | ghasemkiani |
---|---|
permlink | re-binam-re-ghasemkiani-merging-pdf-files-with-java-20180427t164631338z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-27 16:46:33 |
last_update | 2018-04-27 16:46:33 |
depth | 2 |
children | 0 |
last_payout | 2018-05-04 16:46:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 82 |
author_reputation | 90,438,911,242,538 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,487,192 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kabil | 0 | 0 | 100% |
درود عرض ادب و احترام تشکر بابت حمایتتون اقای دکتر❤🌷
author | binam |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180427t121348852z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-27 12:13:51 |
last_update | 2018-04-27 12:13:51 |
depth | 1 |
children | 1 |
last_payout | 2018-05-04 12:13:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.094 HBD |
curator_payout_value | 0.031 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 237,005,144,905 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,444,659 |
net_rshares | 20,273,867,466 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 20,273,867,466 | 2% |
<div dir="rtl" class="text-rtl">سلام. خواهش میکنم. موفق باشید.</div>
author | ghasemkiani |
---|---|
permlink | re-binam-re-ghasemkiani-merging-pdf-files-with-java-20180427t164408522z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-27 16:44:09 |
last_update | 2018-04-27 16:44:09 |
depth | 2 |
children | 0 |
last_payout | 2018-05-04 16:44:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 90,438,911,242,538 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,486,791 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kabil | 0 | 0 | 100% |
عرض ادب و احترام اگر ممکنه استیم چت رو چک بفرمایید🌷
author | binam |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180506t072100607z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-06 07:21:06 |
last_update | 2018-05-06 07:21:06 |
depth | 1 |
children | 0 |
last_payout | 2018-05-13 07:21:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 237,005,144,905 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,152,741 |
net_rshares | 403,113,835 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dynet | 0 | 403,113,835 | 100% |
عرض ادب اقای دکتر سری به بلاگ ما هم بزنید 🌷
author | binam |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180515t175812630z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-15 17:58:21 |
last_update | 2018-05-15 17:58:21 |
depth | 1 |
children | 0 |
last_payout | 2018-05-22 17:58:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.048 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
author_reputation | 237,005,144,905 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,867,408 |
net_rshares | 10,189,610,117 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,189,610,117 | 1% |
واقعا ممنون بابت توجهتون اقای دکتر🌷 من یک سوال برام پیش اومده که چرا پستی قرار نمیدین؟🙈
author | binam |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180515t181417936z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-15 18:14:30 |
last_update | 2018-05-15 18:14:30 |
depth | 1 |
children | 0 |
last_payout | 2018-05-22 18:14:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 87 |
author_reputation | 237,005,144,905 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,869,541 |
net_rshares | 0 |
هنوز سر به سر نشده اقای دکتر فکر کنم این ربات ها کلا ضرر هستن نه؟😄❤
author | binam |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180517t220357725z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-17 22:03:57 |
last_update | 2018-05-17 22:03:57 |
depth | 1 |
children | 0 |
last_payout | 2018-05-24 22:03:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 237,005,144,905 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 56,262,013 |
net_rshares | 0 |
wow this post really helped my friend today he was in need to merge something with java i don't know much but i remembered about this post and shared and this helped him wonderful coincidence that i found it thanks a lot for sharing that :D thanks for posting that :) and long time no see
author | blazing |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180617t192854072z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-06-17 19:28:54 |
last_update | 2018-06-17 19:28:54 |
depth | 1 |
children | 0 |
last_payout | 2018-06-24 19:28:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 288 |
author_reputation | 117,662,220,860,076 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,132,689 |
net_rshares | 0 |
thank you for your information master @ghasemkiani I follow you to always get information that is very important information, such as information listed above. you have a very remarkable talent master @ghasemkiani thanks very much..
author | botaktong | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ghasemkiani-201843t184720684z | ||||||
category | programming | ||||||
json_metadata | {"tags":["programming","java","text","pdf","itext"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-04-03 11:47:30 | ||||||
last_update | 2018-04-03 11:47:30 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-04-10 11:47:30 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.024 HBD | ||||||
curator_payout_value | 0.005 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 233 | ||||||
author_reputation | 307,381,998,460 | ||||||
root_title | "Merging PDF Files with Java" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 48,104,216 | ||||||
net_rshares | 10,688,039,029 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,226,110,342 | 1% | ||
contestan | 0 | 461,928,687 | 100% |
Thanks for your best lesson sir... Success is always for you...
author | boyelleq |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180408t090544677z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-08 09:05:48 |
last_update | 2018-04-08 09:05:48 |
depth | 1 |
children | 0 |
last_payout | 2018-04-15 09:05:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 2,112,654,729,102 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,941,743 |
net_rshares | 0 |
thanks for sharing this. Still a bit too complicated for me. I go to ILOVEPDF.com and do everything there - for free
author | brokernaples |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20181129t003259386z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-11-29 00:33:00 |
last_update | 2018-11-29 00:33:00 |
depth | 1 |
children | 0 |
last_payout | 2018-12-06 00:33:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 118 |
author_reputation | 647,000,138,032 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 76,069,459 |
net_rshares | 0 |
سلام هموطن اگه میشه فالو کنید هم دیگرو حمایت کنیم زنده باد ایران Posted using [Partiko Android](https://partiko.app/referral/coinstantview)
author | coinstantview |
---|---|
permlink | coinstantview-re-ghasemkiani-merging-pdf-files-with-java-20190425t191545579z |
category | programming |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-04-25 19:15:45 |
last_update | 2019-04-25 19:15:45 |
depth | 1 |
children | 0 |
last_payout | 2019-05-02 19:15:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 140 |
author_reputation | 22,896,368,804 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 83,753,671 |
net_rshares | 0 |
That's Awesome for me... @ghasemkiani Also check my post @crypto.update
author | crypto.update |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180628t191512040z |
category | programming |
json_metadata | {"tags":["programming"],"users":["ghasemkiani","crypto.update"],"app":"steemit/0.1"} |
created | 2018-06-28 19:15:15 |
last_update | 2018-06-28 19:15:15 |
depth | 1 |
children | 0 |
last_payout | 2018-07-05 19:15:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 71 |
author_reputation | -51,039,150,243 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,653,529 |
net_rshares | 0 |
I always wondered how to do this and never bothered to look it up, thanks @ghasemkiani. I appreciate your upvote too. :) Have a nice one. Man, I need you to teach me javascript lol
author | crystalhuman |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180404t201402118z |
category | programming |
json_metadata | {"tags":["programming"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2018-04-04 20:14:03 |
last_update | 2018-04-04 20:16:33 |
depth | 1 |
children | 1 |
last_payout | 2018-04-11 20:14:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 183 |
author_reputation | 37,829,501,059,627 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,360,512 |
net_rshares | 0 |
I actually have some ideas for an online video game, but I'm not smart enough to use JS :/
author | crystalhuman |
---|---|
permlink | re-crystalhuman-re-ghasemkiani-merging-pdf-files-with-java-20180404t201822408z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-04 20:18:24 |
last_update | 2018-04-04 20:18:24 |
depth | 2 |
children | 0 |
last_payout | 2018-04-11 20:18:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 90 |
author_reputation | 37,829,501,059,627 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,360,998 |
net_rshares | 0 |
hey @ghasemkiani can you give me some steem power. by the way java programming always good think.
author | darkage |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180503t111648806z |
category | programming |
json_metadata | {"tags":["programming"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2018-05-03 11:16:54 |
last_update | 2018-05-03 11:16:54 |
depth | 1 |
children | 0 |
last_payout | 2018-05-10 11:16:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 98 |
author_reputation | 206,830,756,840 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,621,571 |
net_rshares | 0 |
hey @ghasemkiani , you have provided info which i was looking for long time. thanx for sharing it man
author | dashingh |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180707t054142756z |
category | programming |
json_metadata | {"tags":["programming"],"community":"busy","app":"busy/2.5.0"} |
created | 2018-07-07 05:41:42 |
last_update | 2018-07-07 05:41:42 |
depth | 1 |
children | 0 |
last_payout | 2018-07-14 05:41:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 101 |
author_reputation | 227,027,303,746 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,741,166 |
net_rshares | 0 |
hi @ghasemkiani good article i follow and i hope to read more , thanks @ddh58615
author | ddh58615 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180518t174642616z |
category | programming |
json_metadata | {"tags":["programming"],"users":["ghasemkiani","ddh58615"],"app":"steemit/0.1"} |
created | 2018-05-18 17:46:45 |
last_update | 2018-05-18 17:46:45 |
depth | 1 |
children | 0 |
last_payout | 2018-05-25 17:46:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 81 |
author_reputation | 2,425,164,134 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 56,414,693 |
net_rshares | 0 |
Thank You Very Much your vote!
author | essenceofworld |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180912t171623256z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-09-12 17:16:21 |
last_update | 2018-09-12 17:16:21 |
depth | 1 |
children | 0 |
last_payout | 2018-09-19 17:16:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 30 |
author_reputation | 5,749,029,673,735 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 71,100,841 |
net_rshares | 0 |
This is a great tutorial! You should repost it to utopian-io! Hey @ghasemkiani! Sorry to ping on your post (if there’s a better way of contacting you, don’t hesitate to let me know), but, given you're one of my followers, any chance you'd like to try our new cross platform mobile app? We've added things we feel are missing from steemit like push notifications, user mentions, and chatting with other users. We’re also giving away free STEEM if you invite new users to the app. You can download the app here for iOS: https://itunes.apple.com/us/app/vapor-a-steem-app/id1359525246 or here for Android: https://play.google.com/store/apps/details?id=com.vapor Here’s the github if you’d like to audit the code yourself: https://github.com/dancherb/vapor We're always looking ways to improve the app, so if you have any feedback DM me in Vapor!
author | five34a4b |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180608t052412661z |
category | programming |
json_metadata | {"tags":["programming"],"users":["ghasemkiani"],"links":["https://itunes.apple.com/us/app/vapor-a-steem-app/id1359525246","https://play.google.com/store/apps/details?id=com.vapor","https://github.com/dancherb/vapor"],"app":"steemit/0.1"} |
created | 2018-06-08 05:24:12 |
last_update | 2018-06-08 05:24:12 |
depth | 1 |
children | 0 |
last_payout | 2018-06-15 05:24:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 856 |
author_reputation | 1,119,681,610,239 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,796,582 |
net_rshares | 0 |
thanks for the upvote on my recent post!
author | focusfit |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180602t054156989z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-06-02 05:41:57 |
last_update | 2018-06-02 05:41:57 |
depth | 1 |
children | 0 |
last_payout | 2018-06-09 05:41:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 1,277,265,478,418 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,862,667 |
net_rshares | 515,258,549 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mdabdullah4002 | 0 | 515,258,549 | 100% |
Thank you for upvoting my post: https://steemit.com/payitforward/@freedomshift/my-entry-to-week-18-curation-contest-win-sbi-shares-steem-monsters-cards-and-steem-bounty-first-contest-by-pifc
author | freedomshift |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180731t191541875z |
category | programming |
json_metadata | {"tags":["programming"],"links":["https://steemit.com/payitforward/@freedomshift/my-entry-to-week-18-curation-contest-win-sbi-shares-steem-monsters-cards-and-steem-bounty-first-contest-by-pifc"],"app":"steemit/0.1"} |
created | 2018-07-31 19:15:45 |
last_update | 2018-07-31 19:15:45 |
depth | 1 |
children | 0 |
last_payout | 2018-08-07 19:15:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 190 |
author_reputation | 18,193,534,208,555 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,672,050 |
net_rshares | 0 |
> 78208b3f Ghasemkiani @ghasemkiani upvote [@freedomshift/a-contest-to-win-steem-basic-income-…](https://steemit.com/ccc/@freedomshift/a-contest-to-win-steem-basic-income-sbi-shares-or-sbd-and-more-pay-it-forward-or-pass-it-on-contest) (24.3%) Thank you! **_There is no post, blog or comment, for me to upvote you back._**| --- |
author | freedomshift |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180825t163048157z |
category | programming |
json_metadata | {"tags":["programming"],"users":["ghasemkiani"],"links":["https://steemit.com/ccc/@freedomshift/a-contest-to-win-steem-basic-income-sbi-shares-or-sbd-and-more-pay-it-forward-or-pass-it-on-contest"],"app":"steemit/0.1"} |
created | 2018-08-25 16:30:51 |
last_update | 2018-08-25 16:30:51 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 16:30:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 332 |
author_reputation | 18,193,534,208,555 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 69,336,958 |
net_rshares | 21,281,533,731 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 21,281,533,731 | 3% |
Great article. Thanks for the upvotes as well!
author | gnarlyanimations |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180514t203650950z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-14 19:32:21 |
last_update | 2018-05-14 19:32:21 |
depth | 1 |
children | 0 |
last_payout | 2018-05-21 19:32:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.036 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 46 |
author_reputation | 481,457,224,468 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,693,959 |
net_rshares | 10,189,610,117 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,189,610,117 | 1% |
perfect, I am happy with successful people like you. please help me upvote. thank you
author | gudanggaram | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ghasemkiani-2018510t2296708z | ||||||
category | programming | ||||||
json_metadata | {"tags":["programming","java","text","pdf","itext"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-05-10 15:09:36 | ||||||
last_update | 2018-05-10 15:09:36 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-05-17 15:09:36 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.046 HBD | ||||||
curator_payout_value | 0.008 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 85 | ||||||
author_reputation | 85,981,382,528 | ||||||
root_title | "Merging PDF Files with Java" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 54,972,264 | ||||||
net_rshares | 12,236,923,261 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,182,074,462 | 1% | ||
muhammadalex | 0 | 512,888,513 | 100% | ||
mitaneuk | 0 | 513,198,750 | 100% | ||
variogold150 | 0 | 506,087,754 | 100% | ||
gudanggaram | 0 | 522,673,782 | 100% |
nice post bro
author | haji |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180404t123317356z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-04 12:33:18 |
last_update | 2018-04-04 12:33:18 |
depth | 1 |
children | 0 |
last_payout | 2018-04-11 12:33:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.030 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 3,030,788,981,572 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,291,418 |
net_rshares | 10,226,127,065 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,226,127,065 | 1% |
bro support
author | haji |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180408t175309174z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-08 17:53:12 |
last_update | 2018-04-08 17:53:12 |
depth | 1 |
children | 0 |
last_payout | 2018-04-15 17:53:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.033 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 3,030,788,981,572 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,006,958 |
net_rshares | 10,231,637,078 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,231,637,078 | 1% |
دکتر با درصد بیشتری حمایتم کن 🙏
author | haji |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180409t201319850z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-09 20:13:24 |
last_update | 2018-04-09 20:13:24 |
depth | 1 |
children | 0 |
last_payout | 2018-04-16 20:13:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.033 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 3,030,788,981,572 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,194,122 |
net_rshares | 10,193,727,315 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,193,727,315 | 1% |
doctor support ba darsad bala <3
author | haji |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180414t073348408z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-14 07:33:45 |
last_update | 2018-04-14 07:33:45 |
depth | 1 |
children | 0 |
last_payout | 2018-04-21 07:33:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 3,030,788,981,572 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,981,999 |
net_rshares | 0 |
سلام اقای کیانی عزیز استیم اپ هم داره برا اندروید ؟
author | haji |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180417t184421039z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-17 18:44:27 |
last_update | 2018-04-17 18:44:27 |
depth | 1 |
children | 3 |
last_payout | 2018-04-24 18:44:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.090 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 3,030,788,981,572 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,620,687 |
net_rshares | 20,787,569,051 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 20,459,973,657 | 2% | ||
ansari222 | 0 | 327,595,394 | 100% |
<div dir="rtl" class="text-rtl"> سلام، شبتون بخیر. بله، اپلیکیشن [eSteem](https://esteem.ws/) هست که در ابتدا بهوسیلهی @good-karma نوشته شده است. </div>
author | ghasemkiani |
---|---|
permlink | re-haji-re-ghasemkiani-merging-pdf-files-with-java-20180417t190307269z |
category | programming |
json_metadata | {"tags":["programming"],"users":["good-karma"],"links":["https://esteem.ws/"],"app":"steemit/0.1"} |
created | 2018-04-17 19:03:06 |
last_update | 2018-04-17 19:03:06 |
depth | 2 |
children | 2 |
last_payout | 2018-04-24 19:03:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 160 |
author_reputation | 90,438,911,242,538 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,623,300 |
net_rshares | 601,359,216 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ansari222 | 0 | 321,043,486 | 100% | ||
ssatria743 | 0 | 280,315,730 | 100% | ||
kabil | 0 | 0 | 100% |
You are great man.
author | ansari222 |
---|---|
permlink | re-ghasemkiani-re-haji-re-ghasemkiani-merging-pdf-files-with-java-20180419t195119575z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-19 19:51:27 |
last_update | 2018-04-19 19:51:27 |
depth | 3 |
children | 0 |
last_payout | 2018-04-26 19:51:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 103,898,193,236 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,994,025 |
net_rshares | 0 |
Why you are not doing posts now a days,?
author | ansari222 |
---|---|
permlink | re-ghasemkiani-re-haji-re-ghasemkiani-merging-pdf-files-with-java-20180419t195247974z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-19 19:52:57 |
last_update | 2018-04-19 19:52:57 |
depth | 3 |
children | 0 |
last_payout | 2018-04-26 19:52:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 103,898,193,236 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,994,205 |
net_rshares | 0 |
Plz upvote
author | haji |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180420t183456931z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-20 18:35:03 |
last_update | 2018-04-20 18:35:03 |
depth | 1 |
children | 0 |
last_payout | 2018-04-27 18:35:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 3,030,788,981,572 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,172,695 |
net_rshares | 0 |
سلام آقای کیانی . خوب هستید ؟ عزیز یه سایتی بود که تعداد استیم پاور باید وارد میکردیم بعد مینوشت که این تعداد ارزش لایکت چقدر هست آدرسشو فراموش کردم شما میدونید آدرسشو ؟
author | haji |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180508t204721666z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-08 20:47:21 |
last_update | 2018-05-08 20:47:21 |
depth | 1 |
children | 0 |
last_payout | 2018-05-15 20:47:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 169 |
author_reputation | 3,030,788,981,572 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,633,480 |
net_rshares | 0 |
Thanks for the information, cool @ghasemkiani
author | hamdan12 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ghasemkiani-201846t212916495z | ||||||
category | programming | ||||||
json_metadata | {"tags":["programming","java","text","pdf","itext"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-04-06 14:29:21 | ||||||
last_update | 2018-04-06 14:29:21 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-04-13 14:29:21 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 45 | ||||||
author_reputation | 1,356,769,470,254 | ||||||
root_title | "Merging PDF Files with Java" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 48,672,750 | ||||||
net_rshares | 0 |
Thank you
author | hicham.btc |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180510t144605051z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-10 14:46:06 |
last_update | 2018-05-10 14:46:06 |
depth | 1 |
children | 0 |
last_payout | 2018-05-17 14:46:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 936,376,668,027 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,968,415 |
net_rshares | 10,708,684,509 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,189,610,117 | 1% | ||
hicham.btc | 0 | 519,074,392 | 100% |
wow!!very useful information.thank you very much.
author | hiruhanif |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180414t151514549z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-14 15:15:12 |
last_update | 2018-04-14 15:15:12 |
depth | 1 |
children | 0 |
last_payout | 2018-04-21 15:15:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 49 |
author_reputation | 302,357,923,061 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,043,853 |
net_rshares | 0 |
great..!....😍
author | hkasif |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180501t083205748z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-01 08:32:09 |
last_update | 2018-05-01 08:32:09 |
depth | 1 |
children | 0 |
last_payout | 2018-05-08 08:32:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 332,038,593 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,193,507 |
net_rshares | 0 |
great post... sir.
author | hkasif |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180501t095851197z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-01 09:58:57 |
last_update | 2018-05-01 09:58:57 |
depth | 1 |
children | 0 |
last_payout | 2018-05-08 09:58:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 332,038,593 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,205,890 |
net_rshares | 0 |
@ghasemkiani thanks a lot for this post. I've learn lots of things from it
author | itzrafi |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180518t182318698z |
category | programming |
json_metadata | {"tags":["programming"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2018-05-18 18:23:24 |
last_update | 2018-05-18 18:23:24 |
depth | 1 |
children | 1 |
last_payout | 2018-05-25 18:23:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 75 |
author_reputation | 58,489,327,655 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 56,420,022 |
net_rshares | 0 |
#### Please Stop - @itzrafi You just said "for this post" and in your [your last 100 comments](https://steemit.com/@itzrafi/comments) you used 45 phrases considered to be spam and you made this *exact same comment* 1 times. [You've received 0 flags](https://multi.tube/s/api/account-incoming-downvotes/itzrafi) and you may see more on comments like these. These comments are the reason why your [Steem Sincerity API](https://steemit.com/steemdev/@andybets/steem-sincerity-improved-anti-spam-api) [classification scores](https://multi.tube/s/api/accounts-info/itzrafi) are **Spam:** 60.00% and **Bot:** 2.60% Please stop making comments like this and read the [ways to avoid @pleasestop](https://steemit.com/spam/@pleasestop/ways-to-avoid-pleasestop) and earn the support of the community.
author | pleasestop |
---|---|
permlink | wz00798sazl2le6vms2wicxdfuamw320-post |
category | programming |
json_metadata | {"app":"pleasestop"} |
created | 2018-05-18 18:23:33 |
last_update | 2018-05-18 18:23:33 |
depth | 2 |
children | 0 |
last_payout | 2018-05-25 18:23:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 790 |
author_reputation | 793,172,990,523 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 56,420,044 |
net_rshares | 0 |
you came back after a long time with awesome blog
author | jackjounior |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180403t120644435z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-03 12:06:48 |
last_update | 2018-04-03 12:06:48 |
depth | 1 |
children | 0 |
last_payout | 2018-04-10 12:06:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 49 |
author_reputation | 100,421,392,737 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,106,788 |
net_rshares | 10,226,110,342 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,226,110,342 | 1% |
Assalamuulaiqum. Thank you very much For informative post
author | jahid419 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180516t183427782z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-16 18:34:30 |
last_update | 2018-05-16 18:35:51 |
depth | 1 |
children | 0 |
last_payout | 2018-05-23 18:34:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | 1,305,738,218 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 56,056,866 |
net_rshares | 0 |
Thank you so much @ghasemkiani really appreciate it. I have upvoted and followed. Hope to do some new content soon
author | jamzmie |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180831t014130551z |
category | programming |
json_metadata | {"tags":["programming"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2018-08-31 01:41:30 |
last_update | 2018-08-31 01:41:30 |
depth | 1 |
children | 0 |
last_payout | 2018-09-07 01:41:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 114 |
author_reputation | 8,967,146,873,581 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,847,597 |
net_rshares | 0 |
Thanks man you keep showing support really appreciate it. Keep the steem alive. I bet your 100% vote is worth much more then mine👍
author | jamzmie |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20181021t011704284z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-10-21 01:17:06 |
last_update | 2018-10-21 01:17:06 |
depth | 1 |
children | 0 |
last_payout | 2018-10-28 01:17:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 130 |
author_reputation | 8,967,146,873,581 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 73,720,508 |
net_rshares | 0 |
@ghasemkiani I recently tried and Run the program on windows and Yay It's working. Thnx for the help friend.
author | josh92 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180627t082237476z |
category | programming |
json_metadata | {"tags":["programming"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2018-06-27 08:22:36 |
last_update | 2018-06-27 08:22:36 |
depth | 1 |
children | 0 |
last_payout | 2018-07-04 08:22:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 108 |
author_reputation | 427,542,864,787 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,455,461 |
net_rshares | 0 |
The content is very informative 👍
author | jules-nickolas |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180727t041034717z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-07-27 04:10:36 |
last_update | 2018-07-27 04:10:36 |
depth | 1 |
children | 0 |
last_payout | 2018-08-03 04:10:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 33 |
author_reputation | 1,907,184,514,514 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,113,637 |
net_rshares | 0 |
Thanks brother for support Posted using [Partiko Android](https://steemit.com/@partiko-android)
author | kaleem345 |
---|---|
permlink | kaleem345-re-ghasemkiani-merging-pdf-files-with-java-20180905t161616483z |
category | programming |
json_metadata | {"app":"partiko"} |
created | 2018-09-05 16:16:15 |
last_update | 2018-09-05 16:16:15 |
depth | 1 |
children | 0 |
last_payout | 2018-09-12 16:16:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 96 |
author_reputation | 9,849,577,612,331 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 70,416,120 |
net_rshares | 0 |
Good info sharing PDF in Java
author | kaleem345 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180801t060725338z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-08-01 06:12:12 |
last_update | 2018-08-01 06:12:12 |
depth | 1 |
children | 0 |
last_payout | 2018-08-08 06:12:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 9,849,577,612,331 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,723,048 |
net_rshares | 0 |
Thank you so friend like my post, friend are you Arabic?
author | kaleem345 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180825t101313403z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-08-25 10:13:27 |
last_update | 2018-08-25 10:13:27 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 10:13:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 9,849,577,612,331 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,309,087 |
net_rshares | 21,281,533,731 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 21,281,533,731 | 3% |
اسلام علیکم برادر 
author | kaleem345 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180826t165831398z |
category | programming |
json_metadata | {"tags":["programming"],"image":["https://cdn.steemitimages.com/DQmaydmfGrNVMdiMtMGu4MVo3NBo9wudaAd7eYWL8sDcRKH/201808261535302389826.jpg"],"app":"steemit/0.1"} |
created | 2018-08-26 16:58:51 |
last_update | 2018-08-26 16:58:51 |
depth | 1 |
children | 0 |
last_payout | 2018-09-02 16:58:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 147 |
author_reputation | 9,849,577,612,331 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,426,993 |
net_rshares | 21,293,496,988 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 21,293,496,988 | 3% |
Helpful post
author | kazmi1 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180403t114554837z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-03 11:46:03 |
last_update | 2018-04-03 11:46:03 |
depth | 1 |
children | 0 |
last_payout | 2018-04-10 11:46:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 3,714,572,604,837 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,104,031 |
net_rshares | 10,226,110,342 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,226,110,342 | 1% |
Excellent post great information 👍
author | kgakakillerg |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180408t135839626z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-08 13:58:45 |
last_update | 2018-04-08 13:58:45 |
depth | 1 |
children | 0 |
last_payout | 2018-04-15 13:58:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 34 |
author_reputation | 568,043,610,866,135 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,975,018 |
net_rshares | 0 |
Merging PDF files programı to, Thank you very much for the valuable information you have given.😃
author | korkmaz | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ghasemkiani-201853t202115719z | ||||||
category | programming | ||||||
json_metadata | {"tags":["programming","java","text","pdf","itext"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-05-03 17:21:18 | ||||||
last_update | 2018-05-03 17:21:18 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-05-10 17:21:18 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 96 | ||||||
author_reputation | 493,511,202,196 | ||||||
root_title | "Merging PDF Files with Java" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 53,680,428 | ||||||
net_rshares | 0 |
interesting,sir @ghasemkiani thanks for sharing.. @upvoted
author | lafzaia |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180425t141103338z |
category | programming |
json_metadata | {"tags":["programming"],"users":["ghasemkiani","upvoted"],"app":"steemit/0.1"} |
created | 2018-04-25 14:11:06 |
last_update | 2018-04-25 14:11:06 |
depth | 1 |
children | 0 |
last_payout | 2018-05-02 14:11:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 59 |
author_reputation | 277,541,426,868 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,073,248 |
net_rshares | 0 |
thank for upvote me
author | linmyatkoko |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180429t175258122z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-29 17:53:00 |
last_update | 2018-04-29 17:53:00 |
depth | 1 |
children | 0 |
last_payout | 2018-05-06 17:53:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 729,704,717,810 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,874,480 |
net_rshares | 0 |
Thanks for Your support and kindness sir :)God bless you.
author | marlenny |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180514t001316608z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-14 00:13:18 |
last_update | 2018-05-14 00:13:18 |
depth | 1 |
children | 0 |
last_payout | 2018-05-21 00:13:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.036 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | 418,527,521,214 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,543,193 |
net_rshares | 10,189,610,117 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,189,610,117 | 1% |
سلام. پست های بسیار خوبی رو در وبلاگتون مطالعه کردم. امیدوارم مجددا فعالیتتون رو در این شبکه از سر بگیرید و به کارتون ادامه بدید چون واقعا کارتون درسته.
author | masoudgh69 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180519t060700587z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-19 06:07:00 |
last_update | 2018-05-19 06:07:00 |
depth | 1 |
children | 1 |
last_payout | 2018-05-26 06:07:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.069 HBD |
curator_payout_value | 0.023 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 152 |
author_reputation | 549,701,466,516 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 56,494,991 |
net_rshares | 20,364,553,124 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 20,364,553,124 | 2% |
<div dir="rtl" class="text-rtl">سلام. ممنونم از لطف شما. براتون آرزوی موفقیت دارم.</div>
author | ghasemkiani |
---|---|
permlink | re-masoudgh69-re-ghasemkiani-merging-pdf-files-with-java-20180520t183509819z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-20 18:35:09 |
last_update | 2018-05-20 18:35:09 |
depth | 2 |
children | 0 |
last_payout | 2018-05-27 18:35:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.045 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 90,438,911,242,538 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 56,751,573 |
net_rshares | 13,089,560,058 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thura | 0 | 10,589,593,945 | 100% | ||
winkyaw | 0 | 259,848,735 | 100% | ||
rikaz87 | 0 | 167,845,916 | 100% | ||
masoudgh69 | 0 | 2,072,271,462 | 100% | ||
kabil | 0 | 0 | 100% | ||
anthonyde | 0 | 0 | 100% |
Itext library is great for java and c# library (contains of 4 dlls) called iTextSharp is based on this java library .But greater is use java packages from script languages that i saw here ! thanks for sharing
author | master11641 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180406t062022499z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-06 06:20:24 |
last_update | 2018-04-06 06:20:24 |
depth | 1 |
children | 4 |
last_payout | 2018-04-13 06:20:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.152 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 209 |
author_reputation | 124,596,351,705 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,610,262 |
net_rshares | 51,263,918,573 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 51,136,946,915 | 5% | ||
aliamuskan | 0 | 126,971,658 | 100% |
good how are you brother. keep in touch and great to help each other.
author | aliamuskan |
---|---|
permlink | re-master11641-re-ghasemkiani-merging-pdf-files-with-java-20180408t103701490z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-08 10:37:03 |
last_update | 2018-04-08 10:37:03 |
depth | 2 |
children | 0 |
last_payout | 2018-04-15 10:37:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | -37,558,394,908 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,950,992 |
net_rshares | 0 |
Thank you. For quick tasks I prefer to use JavaScript over Java, because it is easier to write the code and run.
author | ghasemkiani |
---|---|
permlink | re-master11641-re-ghasemkiani-merging-pdf-files-with-java-20180406t062521256z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-06 06:25:21 |
last_update | 2018-04-06 06:25:21 |
depth | 2 |
children | 2 |
last_payout | 2018-04-13 06:25:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.069 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 112 |
author_reputation | 90,438,911,242,538 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,610,765 |
net_rshares | 28,922,188,924 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
badol1994 | 0 | 28,206,496,168 | 100% | ||
master11641 | 0 | 591,817,967 | 100% | ||
kabil | 0 | 0 | 100% | ||
aliamuskan | 0 | 123,874,789 | 100% |
thank you many many for upvote me..
author | badol1994 |
---|---|
permlink | re-ghasemkiani-re-master11641-re-ghasemkiani-merging-pdf-files-with-java-20180407t191317700z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-07 19:13:18 |
last_update | 2018-04-07 19:13:18 |
depth | 3 |
children | 1 |
last_payout | 2018-04-14 19:13:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.136 HBD |
curator_payout_value | 0.041 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 14,187,776,869,408 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,867,680 |
net_rshares | 41,182,849,648 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,230,607,019 | 1% | ||
badol1994 | 0 | 30,831,464,710 | 100% | ||
aliamuskan | 0 | 120,777,919 | 100% |
Assalamualaikum dear @ghasemkiani Thats a helpful post
author | mdripon2018 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180915t175751640z |
category | programming |
json_metadata | {"tags":["programming"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2018-09-15 17:57:51 |
last_update | 2018-09-15 17:57:51 |
depth | 1 |
children | 0 |
last_payout | 2018-09-22 17:57:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 944,939,221,557 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 71,382,946 |
net_rshares | 0 |
awesome thanks for sharing :)
author | melissakellie |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180412t042755859z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-12 04:27:57 |
last_update | 2018-04-12 04:27:57 |
depth | 1 |
children | 1 |
last_payout | 2018-04-19 04:27:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 66,081,430,266,130 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,606,817 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sawchha | 0 | 0 | 100% |
yes madam
author | sawchha |
---|---|
permlink | re-melissakellie-re-ghasemkiani-merging-pdf-files-with-java-20180422t072351332z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-22 07:23:51 |
last_update | 2018-04-22 07:23:51 |
depth | 2 |
children | 0 |
last_payout | 2018-04-29 07:23:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 187,885,744,578 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,438,981 |
net_rshares | 354,538,421 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sawchha | 0 | 354,538,421 | 100% |
سلام. بابت پستهای مفیدی که میذارید ممنون هستم لطفا منو هم فالو کنید تا با گسترش جامعه فارسی زبانان به هم دیگه کمک کنیم
author | mohsenpsh |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180430t093320356z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-30 09:33:18 |
last_update | 2018-04-30 09:33:18 |
depth | 1 |
children | 0 |
last_payout | 2018-05-07 09:33:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 118 |
author_reputation | 435,370,910,362 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,998,331 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mohsenpsh | 0 | 0 | 0% |
The most common scripting language used with Java is JavaScript ,thanks for share information with us ,
author | molikhatun |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180406t213911881z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-06 21:39:21 |
last_update | 2018-04-06 21:39:21 |
depth | 1 |
children | 1 |
last_payout | 2018-04-13 21:39:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 103 |
author_reputation | 7,441,658,973,545 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,724,407 |
net_rshares | 0 |
Resteem done
author | molikhatun |
---|---|
permlink | re-molikhatun-re-ghasemkiani-merging-pdf-files-with-java-20180406t213956597z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-06 21:40:09 |
last_update | 2018-04-06 21:40:09 |
depth | 2 |
children | 0 |
last_payout | 2018-04-13 21:40:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 7,441,658,973,545 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,724,492 |
net_rshares | 0 |
Help me my friend.. Thanks you so much
author | mubarak | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ghasemkiani-2018424t2113295z | ||||||
category | programming | ||||||
json_metadata | {"tags":["programming","java","text","pdf","itext"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-04-24 14:01:06 | ||||||
last_update | 2018-04-24 14:01:06 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-05-01 14:01:06 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 38 | ||||||
author_reputation | 537,465,161,934 | ||||||
root_title | "Merging PDF Files with Java" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 51,874,833 | ||||||
net_rshares | 0 |
Amazingg
author | mukliss | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ghasemkiani-2018730t143631178z | ||||||
category | programming | ||||||
json_metadata | {"tags":["programming","java","text","pdf","itext"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-07-30 07:36:54 | ||||||
last_update | 2018-07-30 07:36:54 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-08-06 07:36:54 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 8 | ||||||
author_reputation | 825,588,040,668 | ||||||
root_title | "Merging PDF Files with Java" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 66,481,591 | ||||||
net_rshares | 0 |
great and informative post ..thanks for sharing
author | n1rvana |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180424t092320220z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-24 09:23:24 |
last_update | 2018-04-24 09:23:24 |
depth | 1 |
children | 0 |
last_payout | 2018-05-01 09:23:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 24,569,616,057 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,833,531 |
net_rshares | 0 |
thanks man. Great information.
author | nafismuhymeen |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180626t195442132z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-06-26 19:56:12 |
last_update | 2018-06-26 19:56:12 |
depth | 1 |
children | 0 |
last_payout | 2018-07-03 19:56:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 30 |
author_reputation | 2,211,702,898 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,391,112 |
net_rshares | 0 |
Good post.
author | nimik |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180407t021137364z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-07 02:11:39 |
last_update | 2018-04-07 02:11:39 |
depth | 1 |
children | 0 |
last_payout | 2018-04-14 02:11:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.026 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 856,557,847,201 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,750,026 |
net_rshares | 10,230,607,019 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,230,607,019 | 1% |
waw
author | nounou |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180904t144353862z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-09-04 14:43:51 |
last_update | 2018-09-04 14:43:51 |
depth | 1 |
children | 0 |
last_payout | 2018-09-11 14:43:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3 |
author_reputation | 18,893,948,164 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 70,297,985 |
net_rshares | 0 |
asalamuallaikum thank you've shared
author | nurhasib |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180515t152612220z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-15 15:26:24 |
last_update | 2018-05-15 15:26:24 |
depth | 1 |
children | 0 |
last_payout | 2018-05-22 15:26:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.036 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 446,713,087,389 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,843,938 |
net_rshares | 10,189,610,117 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,189,610,117 | 1% |
Well, integrating PDF files is a common thing that should usually be done in our daily activities. Of course ,
author | nuruzzamn77 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180528t140624419z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-28 14:06:33 |
last_update | 2018-05-28 14:06:33 |
depth | 1 |
children | 0 |
last_payout | 2018-06-04 14:06:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 110 |
author_reputation | 14,481,107,567 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,115,769 |
net_rshares | 0 |
Thanks ghasemkiani for upvote me.
author | omegamar |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180408t190654922z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-08 19:07:09 |
last_update | 2018-04-08 19:07:09 |
depth | 1 |
children | 0 |
last_payout | 2018-04-15 19:07:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 33 |
author_reputation | 13,526,009,757 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,015,992 |
net_rshares | 0 |
Thank you for your little supporting.
author | omorfaruk44 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180403t142633380z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-03 14:26:39 |
last_update | 2018-04-03 14:26:39 |
depth | 1 |
children | 0 |
last_payout | 2018-04-10 14:26:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 37 |
author_reputation | 29,770,551,629 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,127,150 |
net_rshares | 10,226,110,342 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,226,110,342 | 1% |
Are you thinking about to create Java classes of your tool? I mean, it would great to import your project into Java to accomplish the task of merging, without dealing with JavaScript.
author | otenmoten |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180403t134308625z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-03 13:43:09 |
last_update | 2018-04-03 13:43:09 |
depth | 1 |
children | 2 |
last_payout | 2018-04-10 13:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.026 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 184 |
author_reputation | 5,210,356,060 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,120,234 |
net_rshares | 10,794,549,404 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,226,094,435 | 1% | ||
eduards | 0 | 227,428,079 | 100% | ||
otenmoten | 0 | 341,026,890 | 100% |
I think that's the logical thing to do. But for quick solutions, I prefer JavaScript. Java is more suitable for larger projects. In the recent years, I have mostly used JavaScript, so it is easier for me to write in JavaScript. As you can see, my programming posts are all about JavaScript.
author | ghasemkiani |
---|---|
permlink | re-otenmoten-re-ghasemkiani-merging-pdf-files-with-java-20180403t144218182z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-03 14:42:21 |
last_update | 2018-04-03 14:42:21 |
depth | 2 |
children | 1 |
last_payout | 2018-04-10 14:42:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 291 |
author_reputation | 90,438,911,242,538 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,129,532 |
net_rshares | 236,568,203 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
otenmoten | 0 | 236,568,203 | 100% | ||
kabil | 0 | 0 | 100% |
Sadly
author | otenmoten | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ghasemkiani-201843t213348139z | ||||||
category | programming | ||||||
json_metadata | {"tags":"programming","app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-04-03 19:33:48 | ||||||
last_update | 2018-04-03 19:33:48 | ||||||
depth | 3 | ||||||
children | 0 | ||||||
last_payout | 2018-04-10 19:33:48 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.024 HBD | ||||||
curator_payout_value | 0.003 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 5 | ||||||
author_reputation | 5,210,356,060 | ||||||
root_title | "Merging PDF Files with Java" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 48,171,747 | ||||||
net_rshares | 10,226,110,342 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,226,110,342 | 1% |
Danke schön 💗 prima
author | paradise.ati |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180515t084600605z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-15 08:46:06 |
last_update | 2018-05-15 08:46:06 |
depth | 1 |
children | 0 |
last_payout | 2018-05-22 08:46:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.075 HBD |
curator_payout_value | 0.024 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 77,106,125,013,663 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,787,877 |
net_rshares | 20,378,697,653 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 20,378,697,653 | 2% |
It's always nice to see you come and upvote my posts. Thanks buddy👍
author | participant |
---|---|
permlink | pulweh |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2019-07-14 00:37:30 |
last_update | 2019-07-14 00:37:30 |
depth | 1 |
children | 0 |
last_payout | 2019-07-21 00:37:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 29,528,532,394,758 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 88,263,883 |
net_rshares | 0 |
<a href="https://twitter.com/AdGoggleKo">@AdGoggleKo</a> Just tweeted your post. 😊 <a href="https://steemit.com/steemgigs/@pinay/tweet-your-steemgigs-posts"> <img src="https://steemitimages.com/DQmaVe6GkHUSApnnDB8mPPs4111SpbjX1FEzvomb1pJ7auR/image.gif"/></a>
author | pinay |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180408t025915747z |
category | programming |
json_metadata | {"tags":["programming"],"image":["https://steemitimages.com/DQmaVe6GkHUSApnnDB8mPPs4111SpbjX1FEzvomb1pJ7auR/image.gif"],"links":["https://twitter.com/AdGoggleKo","https://steemit.com/steemgigs/@pinay/tweet-your-steemgigs-posts"],"app":"steemit/0.1"} |
created | 2018-04-08 02:59:18 |
last_update | 2018-04-08 02:59:18 |
depth | 1 |
children | 1 |
last_payout | 2018-04-15 02:59:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.100 HBD |
curator_payout_value | 0.033 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 260 |
author_reputation | 2,774,743,716,203 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,907,067 |
net_rshares | 30,692,235,783 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 30,692,235,783 | 3% |
author | ghasemkiani |
---|---|
permlink | re-pinay-re-ghasemkiani-merging-pdf-files-with-java-20180408t043115681z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-08 04:31:21 |
last_update | 2018-04-08 04:31:21 |
depth | 2 |
children | 0 |
last_payout | 2018-04-15 04:31:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 24 |
author_reputation | 90,438,911,242,538 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,915,105 |
net_rshares | 1,639,448,610 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pinay | 0 | 1,639,448,610 | 100% | ||
kabil | 0 | 0 | 100% |
Amazing idea of the post
author | pornworld | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ghasemkiani-2018418t95045101z | ||||||
category | programming | ||||||
json_metadata | {"tags":["programming","java","text","pdf","itext"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-04-18 04:50:45 | ||||||
last_update | 2018-04-18 04:50:45 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-04-25 04:50:45 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 24 | ||||||
author_reputation | -229,381,472,837 | ||||||
root_title | "Merging PDF Files with Java" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 50,691,200 | ||||||
net_rshares | 0 |
Fantastic working on steemit platform I am very impressed for you
author | pornworld | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ghasemkiani-2018418t95113594z | ||||||
category | programming | ||||||
json_metadata | {"tags":["programming","java","text","pdf","itext"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-04-18 04:51:15 | ||||||
last_update | 2018-04-18 04:51:15 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-04-25 04:51:15 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 65 | ||||||
author_reputation | -229,381,472,837 | ||||||
root_title | "Merging PDF Files with Java" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 50,691,270 | ||||||
net_rshares | 0 |
very nice post
author | power-whale |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180910t062418894z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-09-10 06:24:24 |
last_update | 2018-09-10 06:24:24 |
depth | 1 |
children | 0 |
last_payout | 2018-09-17 06:24:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 11,845,834,251,352 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 70,854,775 |
net_rshares | 0 |
thank you upvote his friend, I may be friends with frends, now I've followed yes.
author | putry01 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180414t060902547z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-14 06:09:09 |
last_update | 2018-04-14 06:09:09 |
depth | 1 |
children | 0 |
last_payout | 2018-04-21 06:09:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 81 |
author_reputation | 3,916,220,276,470 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,971,655 |
net_rshares | 0 |
excellent information, very good post
author | rafroldan |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180721t062334100z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-07-21 06:23:27 |
last_update | 2018-07-21 06:23:27 |
depth | 1 |
children | 0 |
last_payout | 2018-07-28 06:23:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 37 |
author_reputation | 356,538,549,877 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 65,445,343 |
net_rshares | 0 |
New way to approach t.q Keep posting..
author | rajajordan |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180419t125012753z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-19 12:50:15 |
last_update | 2018-04-19 12:50:15 |
depth | 1 |
children | 0 |
last_payout | 2018-04-26 12:50:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 12,678,099,596 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,932,572 |
net_rshares | 0 |
Assalamu alaikum sir, How are you? Thanks for sharing this post.it will be helful to demonstrate to merge multiple PDF documents using iText and Java.
author | rchrzib |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180623t065201081z |
category | programming |
json_metadata | {"tags":["programming"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-06-23 06:52:03 |
last_update | 2018-06-23 06:52:03 |
depth | 1 |
children | 0 |
last_payout | 2018-06-30 06:52:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 150 |
author_reputation | 8,827,888,535 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,872,529 |
net_rshares | 0 |
Informative post
author | rohit12123 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180420t153002372z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-20 15:30:18 |
last_update | 2018-04-20 15:30:18 |
depth | 1 |
children | 0 |
last_payout | 2018-04-27 15:30:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.107 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 3,553,562,276,116 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,144,640 |
net_rshares | 19,620,975,242 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rohit12123 | 0 | 19,620,975,242 | 100% |
Hi, I just followed you :-) Follow back and we can help each other succeed!@romyjaykar
author | romyjaykar | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ghasemkiani-2018418t04120927z | ||||||
category | programming | ||||||
json_metadata | {"tags":["programming","java","text","pdf","itext"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-04-17 17:45:15 | ||||||
last_update | 2018-04-17 17:45:15 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-04-24 17:45:15 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 86 | ||||||
author_reputation | 5,060,713,234 | ||||||
root_title | "Merging PDF Files with Java" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 50,611,846 | ||||||
net_rshares | 0 |
Vehicle programming is really fascinating The Java program is irreplaceable because it has a lot of benefits
author | roselover |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180403t102631704z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-03 10:26:33 |
last_update | 2018-04-03 10:26:33 |
depth | 1 |
children | 0 |
last_payout | 2018-04-10 10:26:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 108 |
author_reputation | 3,636,502,956,599 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,093,640 |
net_rshares | 10,226,110,342 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,226,110,342 | 1% |
hi my friend.Thanks if you see my page
author | s0os0o7 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180623t191252879z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-06-23 19:13:09 |
last_update | 2018-06-23 19:13:09 |
depth | 1 |
children | 0 |
last_payout | 2018-06-30 19:13:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 75,363,774,327 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,950,799 |
net_rshares | 0 |
hi my friend.Thanks if you see my page
author | s0os0o7 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180623t191503794z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-06-23 19:15:09 |
last_update | 2018-06-23 19:15:09 |
depth | 1 |
children | 0 |
last_payout | 2018-06-30 19:15:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 75,363,774,327 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,951,034 |
net_rshares | 0 |
Online java teacher
author | saddam1210 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180407t003005224z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-07 00:30:09 |
last_update | 2018-04-07 00:30:09 |
depth | 1 |
children | 0 |
last_payout | 2018-04-14 00:30:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.024 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 110,797,071,519 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,740,105 |
net_rshares | 10,230,534,839 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,230,534,839 | 1% |
r u ok??? long time no post ...
author | saddam1210 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180507t104709111z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-07 10:47:09 |
last_update | 2018-05-07 10:47:09 |
depth | 1 |
children | 3 |
last_payout | 2018-05-14 10:47:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.195 HBD |
curator_payout_value | 0.039 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 110,797,071,519 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,357,228 |
net_rshares | 50,905,429,426 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 50,905,429,426 | 5% |
Thank you. I am just fine. I am currently busy with my day job. Thank you for asking, though. I hope you are doing fine, and I wish you all the best on Steemit!
author | ghasemkiani |
---|---|
permlink | re-saddam1210-re-ghasemkiani-merging-pdf-files-with-java-20180507t110825068z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-07 11:08:33 |
last_update | 2018-05-07 11:08:33 |
depth | 2 |
children | 2 |
last_payout | 2018-05-14 11:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.251 HBD |
curator_payout_value | 0.073 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 160 |
author_reputation | 90,438,911,242,538 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,360,226 |
net_rshares | 70,886,954,303 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anzirpasai | 0 | 1,273,147,993 | 100% | ||
jazminmillion | 0 | 57,845,203,709 | 100% | ||
quencore | 0 | 0 | 100% | ||
thura | 0 | 11,239,999,625 | 100% | ||
cryptothoughts | 0 | 0 | 100% | ||
kabil | 0 | 180,449,855 | 100% | ||
muksaldesaigrafi | 0 | 348,153,121 | 100% |
thank you very much .. & hope u will be available soon. Allah hafez
author | saddam1210 |
---|---|
permlink | re-ghasemkiani-re-saddam1210-re-ghasemkiani-merging-pdf-files-with-java-20180507t120000532z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-07 12:00:00 |
last_update | 2018-05-07 12:00:00 |
depth | 3 |
children | 0 |
last_payout | 2018-05-14 12:00:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.093 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 110,797,071,519 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,367,538 |
net_rshares | 20,362,451,088 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 20,362,451,088 | 2% |
ေက်းဇူးတင္ပါတယ္ခင္ဗ်ာthank you
author | thura |
---|---|
permlink | re-ghasemkiani-re-saddam1210-re-ghasemkiani-merging-pdf-files-with-java-20180509t191407362z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-09 19:14:09 |
last_update | 2018-05-09 19:14:09 |
depth | 3 |
children | 0 |
last_payout | 2018-05-16 19:14:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 30 |
author_reputation | 10,734,112,205,759 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,808,257 |
net_rshares | 0 |
Assalamu alaikum sir, How are you?
author | sam1210 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180422t151539144z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-22 15:15:45 |
last_update | 2018-04-22 15:15:45 |
depth | 1 |
children | 4 |
last_payout | 2018-04-29 15:15:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.284 HBD |
curator_payout_value | 0.089 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 1,732,544,462,145 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,502,706 |
net_rshares | 56,057,778,962 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 51,021,681,850 | 5% | ||
azman | 0 | 0 | 100% | ||
sam1210 | 0 | 4,555,512,013 | 100% | ||
calmsteem | 0 | 480,585,099 | 100% |
this i really best way
author | amritmahal |
---|---|
permlink | re-sam1210-re-ghasemkiani-merging-pdf-files-with-java-20180901t124852461z |
category | programming |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["programming"],"users":[],"links":[],"image":[]} |
created | 2018-09-01 12:48:54 |
last_update | 2018-09-01 12:48:54 |
depth | 2 |
children | 0 |
last_payout | 2018-09-08 12:48:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 2,890,066,274,228 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,998,511 |
net_rshares | 0 |
Hi. Thank you, I'm fine. Just a little busy with my translation works.
author | ghasemkiani |
---|---|
permlink | re-sam1210-re-ghasemkiani-merging-pdf-files-with-java-20180422t170905560z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-22 17:09:06 |
last_update | 2018-04-22 17:09:06 |
depth | 2 |
children | 1 |
last_payout | 2018-04-29 17:09:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 90,438,911,242,538 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,520,491 |
net_rshares | 4,934,416,251 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
azman | 0 | 0 | 100% | ||
sam1210 | 0 | 4,463,014,307 | 100% | ||
kabil | 0 | 0 | 100% | ||
calmsteem | 0 | 471,401,944 | 100% |
Sounds good. i am also little bit busy with my job. But it's high time to get some benefit from it. i am really missing the opportunity.
author | sam1210 |
---|---|
permlink | re-ghasemkiani-re-sam1210-re-ghasemkiani-merging-pdf-files-with-java-20180423t064424510z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-23 06:44:21 |
last_update | 2018-04-23 06:44:21 |
depth | 3 |
children | 0 |
last_payout | 2018-04-30 06:44:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 137 |
author_reputation | 1,732,544,462,145 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,621,879 |
net_rshares | 2,104,472,526 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sam1210 | 0 | 1,642,253,737 | 100% | ||
calmsteem | 0 | 462,218,789 | 100% |
thanks for share just an informative and helping post
author | mirzaaliimran |
---|---|
permlink | re-sam1210-re-ghasemkiani-merging-pdf-files-with-java-20180426t123053659z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-26 12:34:12 |
last_update | 2018-04-26 12:34:12 |
depth | 2 |
children | 0 |
last_payout | 2018-05-03 12:34:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | -859,018,244,515 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,252,198 |
net_rshares | 0 |
When you want start a new series? Waiting for your post, sir.
author | sam1210 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180526t103947070z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-26 10:39:51 |
last_update | 2018-05-26 10:39:51 |
depth | 1 |
children | 0 |
last_payout | 2018-06-02 10:39:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 1,732,544,462,145 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,781,589 |
net_rshares | 3,537,095,373 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sam1210 | 0 | 3,434,165,406 | 100% | ||
bountyworks | 0 | 102,929,967 | 1% |
good post thank you
author | sawchha |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180422t072301507z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-22 07:23:03 |
last_update | 2018-04-22 07:23:03 |
depth | 1 |
children | 0 |
last_payout | 2018-04-29 07:23:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 187,885,744,578 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,438,880 |
net_rshares | 363,707,519 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sawchha | 0 | 363,707,519 | 100% |
✅ @ghasemkiani All the best keep it up @sbanerjee0017 (Shyamal Banerjee[Age:62] Kolkata,INDIA)✍
author | sbanerjee0017 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20181102t062044671z |
category | programming |
json_metadata | {"tags":["programming"],"users":["ghasemkiani","sbanerjee0017"],"app":"steemit/0.1"} |
created | 2018-11-02 06:20:45 |
last_update | 2018-11-02 06:20:45 |
depth | 1 |
children | 0 |
last_payout | 2018-11-09 06:20:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 95 |
author_reputation | 5,125,229,623,441 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 74,523,612 |
net_rshares | 0 |
There is a very important information in this post
author | shaifullah |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180519t054913466z |
category | programming |
json_metadata | {"tags":["programming"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-05-19 05:49:15 |
last_update | 2018-05-19 05:49:15 |
depth | 1 |
children | 0 |
last_payout | 2018-05-26 05:49:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 568,994,336,827 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 56,493,289 |
net_rshares | 0 |
Greetings @ghasemkiani! Your post was chosen at random and was resteemed as part of Shareables' campaign. __Enjoy your free resteem!__ > If you wish to stop receiving this comment, please do unfollow us. > By upvoting this notification, you're supporting shareables' campaign here in Steemit. For more information about our campaign, click [here](https://steemit.com/resteem/@shareables/announcement-free-resteem-or-yep-we-ve-done-it-spread-the-news-repost)! @Shareables, we resteem anything we find shareable. Always strive for quality content. Go on express and harness your blogging potential! God bless from us @Shareables!
author | shareables |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180406t000944360z |
category | programming |
json_metadata | {"tags":["programming"],"users":["ghasemkiani","shareables"],"links":["https://steemit.com/resteem/@shareables/announcement-free-resteem-or-yep-we-ve-done-it-spread-the-news-repost"],"app":"steemit/0.1"} |
created | 2018-04-05 09:10:33 |
last_update | 2018-04-05 09:10:33 |
depth | 1 |
children | 0 |
last_payout | 2018-04-12 09:10:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 631 |
author_reputation | 258,381,463,370 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,449,268 |
net_rshares | 0 |
Hi Thank you for upvoting my post on bidbots. When do you think you will be posting again? I would like to return the favor. Thanks @shortsegments https://steemit.com/steem/@shortsegments/steemit-tools-intro-to-bit-bots Feel free to check out my latest posts: https://steemit.com/promo-steemit/@shortsegments/what-special-features-makes-steemit-wallet-secure
author | shortsegments |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20181109t150033269z |
category | programming |
json_metadata | {"tags":["programming"],"users":["shortsegments"],"links":["https://steemit.com/steem/@shortsegments/steemit-tools-intro-to-bit-bots","https://steemit.com/promo-steemit/@shortsegments/what-special-features-makes-steemit-wallet-secure"],"app":"steemit/0.1"} |
created | 2018-11-09 15:00:33 |
last_update | 2018-11-09 15:00:33 |
depth | 1 |
children | 0 |
last_payout | 2018-11-16 15:00:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 359 |
author_reputation | 668,758,713,406,123 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 74,981,084 |
net_rshares | 1,216,767,390 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lalai | 0 | 1,216,767,390 | 100% |
Hey. Much thanks to you, I'm fine. Only somewhat occupied with my interpretation works.
author | sohelrana28 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180430t171822855z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-30 17:18:24 |
last_update | 2018-04-30 17:18:24 |
depth | 1 |
children | 0 |
last_payout | 2018-05-07 17:18:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 87 |
author_reputation | 375,281,766 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,073,757 |
net_rshares | 0 |
Very nice tip for the programmers. Thank you for sharing such information.
author | sparklinggems |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180404t145122092z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-04 14:51:27 |
last_update | 2018-04-04 14:51:27 |
depth | 1 |
children | 0 |
last_payout | 2018-04-11 14:51:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.023 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 74 |
author_reputation | 60,748,362,804 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,313,541 |
net_rshares | 10,226,456,213 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,226,456,213 | 1% |
Assalamualaikum Mr @ghasemkiani how are you and thank for Upvote and visit my blog
author | steem2u |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180510t045842953z |
category | programming |
json_metadata | {"tags":["programming"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2018-05-10 04:58:48 |
last_update | 2018-05-10 04:58:48 |
depth | 1 |
children | 0 |
last_payout | 2018-05-17 04:58:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 82 |
author_reputation | 112,174,495,358 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,884,948 |
net_rshares | 247,321,213 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steem2u | 0 | 247,321,213 | 100% |
Thanks for information @ghasemkiani.
author | steemitalhaq | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ghasemkiani-201843t181456784z | ||||||
category | programming | ||||||
json_metadata | {"tags":["programming","java","text","pdf","itext"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-04-03 11:15:03 | ||||||
last_update | 2018-04-03 11:15:03 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-04-10 11:15:03 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.028 HBD | ||||||
curator_payout_value | 0.005 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 36 | ||||||
author_reputation | 70,134,278,560 | ||||||
root_title | "Merging PDF Files with Java" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 48,099,799 | ||||||
net_rshares | 11,421,519,589 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,226,110,342 | 1% | ||
emawati88 | 0 | 581,498,941 | 100% | ||
steemitalhaq | 0 | 613,910,306 | 100% |
Congratulations @ghasemkiani! You received a personal award! <table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@ghasemkiani/birthday3.png</td><td>Happy Birthday! - You are on the Steem blockchain for 3 years!</td></tr></table> <sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@ghasemkiani) and compare to others on the [Steem Ranking](https://steemitboard.com/ranking/index.php?name=ghasemkiani)_</sub> ###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
author | steemitboard |
---|---|
permlink | steemitboard-notify-ghasemkiani-20190810t175315000z |
category | programming |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2019-08-10 17:53:15 |
last_update | 2019-08-10 17:53:15 |
depth | 1 |
children | 0 |
last_payout | 2019-08-17 17:53:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 632 |
author_reputation | 38,975,615,169,260 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 89,377,115 |
net_rshares | 0 |
Assalamoalaikum. Really helpful post bro. have a nice day
author | steemitservice |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180403t133748304z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-03 13:38:09 |
last_update | 2018-04-03 13:38:09 |
depth | 1 |
children | 0 |
last_payout | 2018-04-10 13:38:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | 375,814,397,062 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,119,519 |
net_rshares | 10,226,110,342 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,226,110,342 | 1% |
Best wishes ... I am very interested in your pots .. Hope the future is better.@ghasemkiani
author | suparmanyns96 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180522t124055413z |
category | programming |
json_metadata | {"tags":["programming"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2018-05-22 12:41:03 |
last_update | 2018-05-22 12:41:03 |
depth | 1 |
children | 0 |
last_payout | 2018-05-29 12:41:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 91 |
author_reputation | 87,449,008,200 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,071,340 |
net_rshares | 0 |
@ghasemkiani Thank you very much for support my work. :) Have a lovely and peaceful evening! Your friend @supernova55 :)
author | supernova55 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20181106t042429537z |
category | programming |
json_metadata | {"tags":["programming"],"users":["ghasemkiani","supernova55"],"app":"steemit/0.1"} |
created | 2018-11-06 04:24:27 |
last_update | 2018-11-06 04:24:27 |
depth | 1 |
children | 0 |
last_payout | 2018-11-13 04:24:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 123 |
author_reputation | 24,129,829,002,188 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 74,764,118 |
net_rshares | 0 |
Thanks for the information dear. but I can't do t myself CZ I'm really bad at programming ... my friend can help me from this. :)
author | sushovon002 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180403t105831423z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-03 10:58:33 |
last_update | 2018-04-03 10:58:33 |
depth | 1 |
children | 0 |
last_payout | 2018-04-10 10:58:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 130 |
author_reputation | 967,595,771,389 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,097,715 |
net_rshares | 10,226,110,342 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,226,110,342 | 1% |
hlw sir,, hw r u??
author | susmitasinha.roy |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180521t055223439z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-21 05:52:27 |
last_update | 2018-05-21 05:52:27 |
depth | 1 |
children | 0 |
last_payout | 2018-05-28 05:52:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 54,119,370,485 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 56,828,150 |
net_rshares | 0 |
tnx a lot ,,, sir,,,, for visiting into my post,,,,,
author | susmitasinha.roy |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180521t090611415z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-05-21 09:06:18 |
last_update | 2018-05-21 09:06:18 |
depth | 1 |
children | 0 |
last_payout | 2018-05-28 09:06:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 54,119,370,485 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 56,851,423 |
net_rshares | 2,816,962,851 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
a-alice | 0 | 2,816,962,851 | 100% |
Thank you very much sir @ghasemkiani for coming my post . Stay blessed steem on
author | syedkashifhussai |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180418t135846918z |
category | programming |
json_metadata | {"tags":["programming"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2018-04-18 13:58:51 |
last_update | 2018-04-18 13:58:51 |
depth | 1 |
children | 0 |
last_payout | 2018-04-25 13:58:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 79 |
author_reputation | 13,303,701,158,637 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,763,578 |
net_rshares | 0 |
salam. mamnon babate hemayatetun. movafagh bashid.
author | teacherf |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180427t070045268z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-27 07:00:45 |
last_update | 2018-04-27 07:00:45 |
depth | 1 |
children | 1 |
last_payout | 2018-05-04 07:00:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.094 HBD |
curator_payout_value | 0.031 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 140,642,344,841 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,402,655 |
net_rshares | 20,273,867,466 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 20,273,867,466 | 2% |
<div dir="rtl" class="text-rtl">سلام. ممنون از لطف شما. موفق باشید.</div>
author | ghasemkiani |
---|---|
permlink | re-teacherf-re-ghasemkiani-merging-pdf-files-with-java-20180427t164746057z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-27 16:47:48 |
last_update | 2018-04-27 16:47:48 |
depth | 2 |
children | 0 |
last_payout | 2018-05-04 16:47:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 73 |
author_reputation | 90,438,911,242,538 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,487,380 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kabil | 0 | 0 | 100% |
Great info post will help more in daily life
author | techxegama |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180403t104903715z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-03 10:49:18 |
last_update | 2018-04-03 10:49:18 |
depth | 1 |
children | 0 |
last_payout | 2018-04-10 10:49:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 44 |
author_reputation | 1,490,383,789,085 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,096,617 |
net_rshares | 10,226,110,342 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,226,110,342 | 1% |
What is the use case?
author | throwawayaccount |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180516t124903325z |
category | programming |
json_metadata | {"tags":["programming"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-05-16 12:49:06 |
last_update | 2018-05-16 12:49:06 |
depth | 1 |
children | 0 |
last_payout | 2018-05-23 12:49:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | -479,586,892,695 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 56,004,328 |
net_rshares | 0 |
Thanks you my post Cara penulisan nya sangat membantu dan bermanfaat sekali
author | tommy123 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ghasemkiani-201846t213917704z | ||||||
category | programming | ||||||
json_metadata | {"tags":["programming","java","text","pdf","itext"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-04-06 14:39:18 | ||||||
last_update | 2018-04-06 14:39:18 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-04-13 14:39:18 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 75 | ||||||
author_reputation | 288,476,986,890 | ||||||
root_title | "Merging PDF Files with Java" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 48,674,412 | ||||||
net_rshares | 0 |
Nice my post The best Thanks you
author | tommy123 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ghasemkiani-201847t111328105z | ||||||
category | programming | ||||||
json_metadata | {"tags":["programming","java","text","pdf","itext"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-04-07 04:13:33 | ||||||
last_update | 2018-04-07 04:13:33 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-04-14 04:13:33 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 32 | ||||||
author_reputation | 288,476,986,890 | ||||||
root_title | "Merging PDF Files with Java" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 48,762,915 | ||||||
net_rshares | 0 |
buen post, de mucha ayuda, pasa por mi perfil y regalame tu voto en alguno de mis post amigo, ya te sigo ... saludos
author | victtorpvh21 |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180422t130350975z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-22 13:03:51 |
last_update | 2018-04-22 13:03:51 |
depth | 1 |
children | 0 |
last_payout | 2018-04-29 13:03:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 116 |
author_reputation | 10,742,911,596 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,482,740 |
net_rshares | 0 |
یه لایک از طرف برو بکس ایرانی توی ستیمیت اگه دوست داشتی یه سری به گروهمون بزن https://t.me/joinchat/EmQ1qxBRPAwP1tFhk3uxXw
author | wide |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180430t154125860z |
category | programming |
json_metadata | {"tags":["programming"],"links":["https://t.me/joinchat/EmQ1qxBRPAwP1tFhk3uxXw"],"app":"steemit/0.1"} |
created | 2018-04-30 15:41:24 |
last_update | 2018-04-30 15:41:24 |
depth | 1 |
children | 0 |
last_payout | 2018-05-07 15:41:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 122 |
author_reputation | 10,851,892,825 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,057,213 |
net_rshares | 0 |
thank you very much for visiting my best friend
author | zuhracut |
---|---|
permlink | re-ghasemkiani-merging-pdf-files-with-java-20180427t143041319z |
category | programming |
json_metadata | {"tags":["programming"],"app":"steemit/0.1"} |
created | 2018-04-27 14:30:48 |
last_update | 2018-04-27 14:30:48 |
depth | 1 |
children | 0 |
last_payout | 2018-05-04 14:30:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.046 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 17,096,227,050 |
root_title | "Merging PDF Files with Java" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,465,668 |
net_rshares | 10,136,933,733 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,136,933,733 | 1% |