Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		
- 
				
				 Hazarth91493y@sariel I assume he means difficult for the end user? That's the only way this makes sense to me Hazarth91493y@sariel I assume he means difficult for the end user? That's the only way this makes sense to me
- 
				
				 arekxv10323yPDF is a combo of binary (compressed/uncompressed) and text data. Its relatively easy to parse, as long as you are ONLY parsing it and not doing any rendering. If you need to render, good luck. :D arekxv10323yPDF is a combo of binary (compressed/uncompressed) and text data. Its relatively easy to parse, as long as you are ONLY parsing it and not doing any rendering. If you need to render, good luck. :D





sr: XML is difficult format parse PDF instead.
me: (-_-)ゞ゛
checks code...
foo.fooBar = element
.match("<XMLELement>(.*)</XMLElement>")[1]
?.trim();
me: (☉_☉)
devrant