Adobe LiveCycle PDF format

Last post 02-06-2012, 8:01 AM by nausherwan.aslam. 3 replies.
Sort Posts: Previous Next
  •  11-08-2011, 3:01 PM 340894

    Adobe LiveCycle PDF format .NET

    Attachment: Present (inaccessible)

    I just tried converting to TIF with Adobe LiveCycle form, version 7.2 (attached in zip, PDF and TIFF) with the latest version of Aspose.PDF (6.4) and it is still not able to convert.  Is there any plan to support Adobe LiveCycle?  We are trying to consolidate using Aspose for document conversions but it is not going to be possible with these issues unresolved.

    Below is the code for the conversion:

    public void PDFToTiff(String pdfFilename, String tiffFileName)

    {

    Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(pdfFilename);

    //create Resolution object

    Aspose.Pdf.Devices.Resolution resolution = new Aspose.Pdf.Devices.Resolution(300);

    //create TiffSettings object

    Aspose.Pdf.Devices.TiffSettings tiffSettings = new Aspose.Pdf.Devices.TiffSettings();

    tiffSettings.Compression = Aspose.Pdf.Devices.CompressionType.CCITT4;

    tiffSettings.Depth = Aspose.Pdf.Devices.ColorDepth.Default;

    tiffSettings.Shape = Aspose.Pdf.Devices.ShapeType.Landscape;

    tiffSettings.SkipBlankPages = false;

    //create TIFF device

    Aspose.Pdf.Devices.TiffDevice tiffDevice = new Aspose.Pdf.Devices.TiffDevice(resolution, tiffSettings);

    //convert a particular page and save the image to stream

    int numPages = pdfDocument.Pages.Count;

    for (int i = 1; i <= numPages; i++)

    {

    tiffDevice.Process(pdfDocument, i,i, tiffFileName + i.ToString() + ".tif");

    }

    }

     

    This code works fine with other PDFs that are not Adobe Live Cycle versions.

    Regards,


    Dave Glass
    ACS a Xerox Company
     
  •  11-17-2011, 2:18 AM 342918 in reply to 340894

    Re: Adobe LiveCycle PDF format

    Hi Dave,

    Thank you for sharing the template file.

    I am able to notice the issue regarding the PDF2Tiff conversion. The issue has been registered in our issue tracking system with issue id: PDFNEWNET-31993. We will update you regarding any update against this issue via this forum thread.

    Sorry for the inconvenience,


    Nausherwan Aslam
    Support Developer,
    Aspose Sialkot Team
    Contact Us
     
  •  02-03-2012, 9:24 AM 359205 in reply to 342918

    Re: Adobe LiveCycle PDF format

    Greetings.  Any updates on the status of supporting Adobe Live Cycle forms?  Is this something that Aspose plans on supporting?  We currently have to pay license fees for Adobe SDK and were hoping to consolidate SOLELY on Aspose to handle all conversions.  This problem is key in keeping us from doing this and also to relay this to other divisions across the company.  Any information regarding status and complexity of adding this functionality to Aspose.PDF is greatly appreciated.  We are very eager to help in any way possible as well.

    Thanks and Best Regards,


    Dave Glass
    ACS a Xerox Company
     
  •  02-06-2012, 8:01 AM 359478 in reply to 359205

    Re: Adobe LiveCycle PDF format

    Hi Dave,

    I have requested our development team to share an update / ETA regarding your reported issue. As soon as I get a response, I will update you via this forum thread.

    Thank you for being patient,


    Nausherwan Aslam
    Support Developer,
    Aspose Sialkot Team
    Contact Us
     
View as RSS news feed in XML