Tag: CAM::PDF
- 
		
		
		an INCOMPLETE story from my “PDF to JasperReports” migration projectMy “current” (as of 2011-01) project is actually rather interesting and challenging and well-paying, but it’s only going to last for no longer than 2 months, I assume. From my customer’s point of view this migration project must be horror. I don’t really know, how serious “they” were, when they determined, that this would be… 
- 
		
		
		form fields in PDF – how to retrieve their details?This command line shows you a few details: $ pdftk … dump_data_fields Not enough details for me. What about CAM::PDF? It comes with a couple of nice sample utilities (the bin/ subdirectory), one of them is called listpdffields.pl . It also does not show me enough details, but I think I will enhance that one. Update…