new documents are secure - password protected

Last post 06-30-2009, 8:23 AM by dchillman. 2 replies.
Sort Posts: Previous Next
  •  06-30-2009, 7:32 AM 186041

    new documents are secure - password protected .NET

    i'm using pdf.net as part of a document conversion application.  When I convert a word doc to a pdf document, the resulting pdf file is password protected.  A code snippet is listed below - am I doing something wrong, or is this an artifact of using an evaluation license?

    Aspose.Words.Document srcDoc = new Aspose.Words.Document(gInFileName);
    srcDoc.SaveOptions.PdfExportImagesFolder = Path.GetDirectoryName(gInFileName);
    srcDoc.Save(xmlDoc, Aspose.Words.SaveFormat.AsposePdf);
    xmlDoc.Position = 0;
    pdf.BindXML(xmlDoc, null);
    pdf.IsImagesInXmlDeleteNeeded = true;                       
    pdf.Save(sTempOutPDFFile);

     
  •  06-30-2009, 7:58 AM 186043 in reply to 186041

    Re: new documents are secure - password protected

    Hello Dan,

    Thanks for considering Aspose.

    The evaluation version of Aspose.Pdf provides full features as available in licensed version except for the Evaluation watermark text which is displayed over the resultant document.

    Can you please share resource word file so that we can test the scenario at our end. We apologize for your inconvenience.

    FYI You can also get a 30 days Temporary license. Please visit the following link for information on How to get a Temporary License


    Nayyer Shahbaz
    Support Developer, Aspose Sialkot Team
    About Us
    Contact Us

    Keep in touch! We're on Twitter and Facebook
     
  •  06-30-2009, 8:23 AM 186048 in reply to 186043

    Re: new documents are secure - password protected

    i dug a little deeper - I am actually using another third-party library to ocr the pdf file which aspose creates.  I had assumed that aspose was adding the security password, but in reality the other library was the culprit.  As always, ASPOSE rocks.
     
View as RSS news feed in XML