Sign In  Sign Up Live-Chat

When i use AddStamp method, pages in my document are overturned!

Last post 03-17-2006, 1:37 AM by Mavr. 8 replies.
Sort Posts: Previous Next
  •  03-14-2006, 11:20 AM 43927

    When i use AddStamp method, pages in my document are overturned!

    Attachment: Present (inaccessible)

    When i use AddStamp method with my document (in attachment) In result I receive

    overturned (turned on 180 degrees) page.

    I think this occurs because incorrect processing of /Rotate key in the page object.

    Please test this problem and fix it.

     
  •  03-14-2006, 7:38 PM 43967 in reply to 43927

    Re: When i use AddStamp method, pages in my document are overturned!

    Thanks for considering Aspose.

    We will test it and give an answer ASAP.


    Kevin Zuo
    Content Supporter
    Aspose Changsha Team
    About Us
    Contact Us
     
  •  03-14-2006, 9:52 PM 43976 in reply to 43967

    Re: When i use AddStamp method, pages in my document are overturned!

    Dear Mavr,

    Thank you for considering Aspose.

    I have tested the pdf file and found this is a bug. I will fixed it in 2~3 days.


    Georgie Yuan
    Lead Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
  •  03-15-2006, 12:35 AM 43986 in reply to 43976

    Re: When i use AddStamp method, pages in my document are overturned!

    Thank.

    In this case I shall not try to bypass the given problem programmatically using the specification of the PDF format, I shall wait, while you will make a correct version for me.

    Thanks for good support and a prompt reply.

     
  •  03-15-2006, 9:12 AM 44032 in reply to 43986

    Re: When i use AddStamp method, pages in my document are overturned!

    We have fixed the bug and will attatch a dll in 1~2 days.

     


    Georgie Yuan
    Lead Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
  •  03-15-2006, 5:25 PM 44074 in reply to 44032

    Re: When i use AddStamp method, pages in my document are overturned!

    Dear Marv,

    Please download the dll in the attachment.

    Best regards.


    Ken Du
    Lead Developer
    Aspose Changsha Team
    Contact Us
     
  •  03-16-2006, 9:13 AM 44144 in reply to 44074

    Re: When i use AddStamp method, pages in my document are overturned!

    I download dll and test, but the result has remained the same(

    I use this algorithm:

    Dim pages() As Integer = {1, 2, 3, 4, 5}

    in_stream = New FileStream("in.pdf", FileMode.Open, FileAccess.Read)

    out_stream = New FileStream("out.pdf", FileMode.Create, FileAccess.ReadWrite)

    fileStamp = New PdfFileStamp(in_stream, out_stream)

    st = New Stamp

    st.BindImage("black_white_image.gif")

    st.Pages = pages

    st.Opacity = 0.03F

    st.SetOrigin(90, FileHeight / 2 - 36)

    st.IsBackground = False

    fileStamp.AddStamp(st)

    fileStamp.Close()

    in_stream.Flush()

    in_stream.Close()

    out_stream.Flush()

    out_stream.Close()

    Please can you test new dll with my algorithm and fix it.

     
  •  03-16-2006, 10:33 PM 44196 in reply to 44144

    Re: When i use AddStamp method, pages in my document are overturned!

    Dear Marv,

    Sorry for the old dll in the attachment.

    Please download the new dll in this post http://www.aspose.com/Community/Forums/43813/ShowPost.aspx

    Best regards.


    Ken Du
    Lead Developer
    Aspose Changsha Team
    Contact Us
     
  •  03-17-2006, 1:37 AM 44209 in reply to 44196

    Re: When i use AddStamp method, pages in my document are overturned!

    thanks with new dll all works fine.

     
View as RSS news feed in XML