Atalasoft
Welcome to Atalasoft Community Sign in | Join | Help
in

WebImage Viewer (PDF )

Last post 22 Mar 2008, 5:11 AM by suresh.beryl. 2 replies.
Sort Posts: Previous Next
  •  19 Mar 2008, 3:00 AM 13502

    WebImage Viewer (PDF )

    Hi,

        I want to know the coding for PDF (Markup) for ASP.Net 2005(VB.NET)

    1. How to open a PDF using Atalasoft Webimage Viewer?

    2.How to markup in the PDF?

    3.how to Save the PDF File?

    Note :-

     Markup should be reflected in the PDF,when ever if i open the PDF, is that possible?

    Thanks,

    Suresh - India

     

       

  •  20 Mar 2008, 6:36 PM 13516 in reply to 13502

    Re: WebImage Viewer (PDF )

    Greetings, Suresh --

     1.  You can open a PDF using the WebImageViewer.OpenUrl().  Before you do this, though, you will want to add the PdfDecoder to the list of RegisteredDecoders:
     
    Atalasoft.Imaging.Codec.RegisteredDecoders.Decoders.Add(new Atalasoft.Imaging.Codec.Pdf.PdfDecoder());

    2.  Currently, PDF Annotations are not supported in the web, but that functionality is on our feature improvement list.  I do not have an estimated date of when we will address them, but it will hopefully be soon.

    3.  With PdfEncoder.Save() will let you save a single image or a collection of images as a pdf.
     


    Elaine McNealy
    Developer Support Supervisor
    Atalasoft, Inc.
  •  22 Mar 2008, 5:11 AM 13527 in reply to 13516

    Re: WebImage Viewer (PDF )

    Dear Elaine,

                  If PDF Annotations are not supported in the web i think i can use JPG Images.

    I need some clarifications in JPG formats,

    1. Is that Markup on JPG will work in web?

    2.if the Markup works ,i want to know the code in ASP.NET

    Looking for your reply,

    Regards,

    Suresh

View as RSS news feed in XML