Problem exporting PDF page to PNG

Last post 01-20-2012, 1:34 AM by shahzad.latif. 3 replies.
Sort Posts: Previous Next
  •  12-08-2011, 3:17 PM 347974

    Problem exporting PDF page to PNG Java

    Attachment: Present (inaccessible)
    Hi -

    I'm using the following code to extract the first page from a PDF to a PNG file with poor results. Attached is the ppt that was exported to PDF using Slides, the resultant pdf and the png extracted using PdfConverter.

    Thanks!
    Dave


    PdfConverter converter = new PdfConverter();
    converter.bindPdf(thingFile.getAbsolutePath());
    converter.doConvert();
    if (converter.hasNextImage()) {
    converter.getNextImage(previewFile.getAbsolutePath(), ImageType.PNG);
    }
     
  •  12-09-2011, 4:48 AM 348117 in reply to 347974

    Re: Problem exporting PDF page to PNG

    Hi Dave,

    I have reproduced this problem at my end and logged it as PDFKITJAVA-32563 in our issue tracking system. Our team will look into this issue and you'll be updated via this forum thread once it is resolved.

    We're sorry for the inconvenience.
    Regards,

    Shahzad Latif - [Follow me on Twitter!]
    Support Developer/Developer Evangelist
    Aspose Sialkot Team
    Aspose - Your File Format Experts

    Keep in touch! We're on Twitter and Facebook
     
  •  01-19-2012, 9:16 AM 356270 in reply to 348117

    Re: Problem exporting PDF page to PNG

    Is there an ETA for this fix?
     
  •  01-20-2012, 1:34 AM 356424 in reply to 356270

    Re: Problem exporting PDF page to PNG

    Hi Dave,

    I'm sorry to inform you that this issue is not yet resolved. Our team still needs to investigate it in detail. You'll be updated as soon as the ETA is available.

    We're sorry for the inconvenience. If you have any further questions, please do let us know.
    Regards,

    Shahzad Latif - [Follow me on Twitter!]
    Support Developer/Developer Evangelist
    Aspose Sialkot Team
    Aspose - Your File Format Experts

    Keep in touch! We're on Twitter and Facebook
     
View as RSS news feed in XML