pdf to tiff conversion

Last post 02-11-2011, 6:15 AM by shahzad.latif. 4 replies.
Sort Posts: Previous Next
  •  02-09-2011, 11:46 PM 284609

    pdf to tiff conversion .NET

    your code to convert pdf to tiff files doesnot support for the pdf which is having the Japanese,chinese,korean languages(CJK unicode) please help me soon.
     
  •  02-10-2011, 3:13 AM 284694 in reply to 284609

    Re: pdf to tiff conversion

    your code to convert pdf to tiff files doesn't support for the pdf which is having the Japanese,chinese,korean languages(CJK unicode) please help me soon.
     
  •  02-10-2011, 6:43 AM 284754 in reply to 284694

    Re: pdf to tiff conversion

    Hi Vijay,

    Please share the input PDF file along with the code snippet you're using at your end, so we could test the issue over here. You'll be updated with the results accordingly.

    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
     
  •  02-11-2011, 1:36 AM 284972 in reply to 284754

    Re: pdf to tiff conversion

    Attachment: Present (inaccessible)
    pdf to tiff conversion which is in the aspose link http://www.aspose.com/documentation/.net-components/aspose.pdf.kit-for-.net/performance-improvement-for-pdf-to-tiff-conversion.html
    doesnot support for the pdf file that contains korean,japanese languages the code should support for the CJK unicode format.
    the following is my code

    PdfConverter pdfConverter = new PdfConverter();

                pdfConverter.Resolution = 300;

                pdfConverter.BindPdf(@"D:\example\KR1020020071996.pdf");

                pdfConverter.DoConvert();

                //create TiffSettings object and set ColorDepth

                TiffSettings tiffSettings = new TiffSettings();

                tiffSettings.ColorDepth = Aspose.Pdf.Kit.ColorDepth.Format4bpp;

                //convert to TIFF image

                pdfConverter.SaveAsTIFF(@"D:\example\output.tif", 300, 300, tiffSettings);

                pdfConverter.Close();

    and also i have uploaded my sample pdf document please check and reply me.
    thank you.

    Filed under: pdf to tiff
     
  •  02-11-2011, 6:15 AM 285048 in reply to 284972

    Re: pdf to tiff conversion

    Hi Vijay,

    The issue with this file has already been reproduced and logged in our issue tracking system. You may follow the progress on your other thread.

    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