User Activity

  • Posted a comment on discussion Help on PDF Clown

    Hello, Did you implement this requirement using pdf clown? We have similar requirement. Thanks

  • Created ticket #86 on PDF Clown

    org.pdfclown.util.NotImplementedException: LZWDecode

  • Posted a comment on discussion Help on PDF Clown

    Please guide me on this

  • Posted a comment on discussion Open Discussion on PDF Clown

    Hi, We are using pdf clown to highlight word in pdf. However its working fine for pdfs havnig ANSI encoding.And for CUSTOM encoding its giving below error, org.pdfclown.util.NotImplementedException: LZWDecode org.pdfclown.bytes.filters.Filter.get(Filter.java:74) org.pdfclown.objects.PdfStream.getBody(PdfStream.java:193) org.pdfclown.objects.PdfStream.getBody(PdfStream.java:155) org.pdfclown.documents.contents.Contents$ContentStream.moveNextStream(Contents.java:279) org.pdfclown.documents.contents.Contents$ContentStream.<init>(Contents.java:86)...

  • Posted a comment on discussion Help on PDF Clown

    Hi, We are using below code to highlight word in pdf, public String highlight(String inputPath, String outputPath, String searchWord1,javax.servlet.http.HttpServletResponse res ) { BufferedInputStream bis = null; BufferedOutputStream bos = null; final String searchWord= searchWord1; // 1. Open the PDF file! File file; try { file = new File(inputPath); } catch(Exception e) { throw new RuntimeException(inputPath + " file access error.",e); } count = 0; Pattern pattern = Pattern.compile(searchWord,...

View All

Personal Data

Username:
rohinidg
Joined:
2017-05-22 01:21:59

Projects

  • No projects to display.

Personal Tools