Tagged Questions

2
votes
8answers
287 views

Is there a reliable way to determine if a PDF was generated from a Powerpoint file?

Like the title says. Reason I ask is that we're converting PDFs to formatted ASCII text (using pdftotext) and only want to display the ones that look reasonably sane. PPT files tend to have text over ...
0
votes
1answer
150 views

Examples on how to export PDF to PowerPoint using Jasper Reports JRPPTxExpoter

Does anyone have any experience exporting a PDF to a PPT using the JRPptxExporter in Jasper Reports? Here is the code that is supposed to do the export: JRPptxExporter exporter = new JRPptxExporter ...