Sign UpSign Up   Sign InSign In Welcome Guest,
Live Chat Live Chat

Envelope object support?

Last post 10-31-2010, 10:50 AM by emoreau. 25 replies.
Page 2 of 2 (26 items)   < Previous 1 2
Sort Posts: Previous Next
  •  07-23-2010, 1:41 PM 250215 in reply to 250206

    Re: Envelope object support?

    Thanks for your request. Unfortunately, I cannot provide you any reliable estimate regarding this issue at the moment. Please expect a reply before next hotfix (within 3-4 weeks). We might just fix the problem or provide you more information.

    Also could you please try executing the following code and sent the output XPS to me:

     

    Document doc = new Document("Envelope10.docx");

     

    doc.MailMerge.Execute(new string[] { "Address" }, new object[] { "My Address" });

     

    PrinterSettings printerSettings = new PrinterSettings();

    printerSettings.PrinterName = "Microsoft XPS Document Writer";

    printerSettings.PrintToFile = true;

    printerSettings.PrintFileName = @"C:\Temp\out.xps";

    doc.Print(printerSettings);

     

    Best regards,


    Andrey Noskov
    Developer/Technical Support
    Aspose Auckland Team
     
  •  07-23-2010, 2:09 PM 250222 in reply to 250215

    Re: Envelope object support?

    Very strange, it is throwing an execption (Win32Exception) "The operation completed successfully" and the file is not getting created.

     
  •  07-24-2010, 1:08 AM 250254 in reply to 250222

    Re: Envelope object support?

    Hi

     

    Thank you for additional information. You can print to file using other printers, which are installed on your side and send output .prn file to us.

     

    Best regards,


    Alexey Noskov
    Developer/Technical Support
    Aspose Auckland Team
     
  •  07-26-2010, 4:06 PM 250494 in reply to 250254

    Re: Envelope object support?

    Attachment: Present (inaccessible)

    I just tried outputing the file to a .prn and the Aspose component is not producing the same file content as if I do it from Word directly!

    This is my latest code:

    Dim doc As New Document(IO.Path.Combine(Application.StartupPath, "Envelope10.docx"))

    doc.MailMerge.Execute(New String() {"Address"}, New String() {pAddress})

    Dim ps As New System.Drawing.Printing.PrinterSettings

    'ps.PrinterName = "FGL HP LasetJet 4050PCL 6"

    'ps.PrinterName = "Microsoft XPS Document Writer"

    ps.PrinterName = "Samsung SCX-4x28 Series PCL6"

    ps.PrintToFile = True

    ps.PrintFileName = IO.Path.Combine(Application.StartupPath, "out.prn")

    'doc.AcceptAllRevisions()

    'doc.UpdateFields()

    doc.Print(ps)

    doc.Save(IO.Path.Combine(Application.StartupPath, "test.docx"))

     
  •  07-27-2010, 7:06 AM 250601 in reply to 250494

    Re: Envelope object support?

    Hi

     

    Thank you for additional information. We will keep you informed on any developments regarding this issue.

     

    Best regards,


    Andrey Noskov
    Developer/Technical Support
    Aspose Auckland Team
     
  •  08-02-2010, 8:45 AM 251679 in reply to 250601

    Re: Envelope object support?

    I just saw that you have a new version of Aspose Words. Is there anything for me in this new release?
     
  •  08-02-2010, 9:54 AM 251800 in reply to 251679

    Re: Envelope object support?

    Hi

     

    Thanks for your inquiry. Unfortunately, your issue is still unresolved. You will be notified as soon as it is fixed. Sorry for inconvenience.

     

    Best regards,


    Andrey Noskov
    Developer/Technical Support
    Aspose Auckland Team
     
  •  09-03-2010, 12:55 PM 257028 in reply to 251800

    Re: Envelope object support?

    Hi guys

    Sorry to bug you but I have to provide the envelope feature next week. Did you had a chance to find something on my request?

     
  •  09-04-2010, 1:08 AM 257074 in reply to 257028

    Re: Envelope object support?

    Hi

     

    Thanks for your inquiry. We are working on this issue. The fix is scheduled on the next major version of Aspose.Words, which will come out somewhere in mid of September. My apologizes for inconvenience.

     

    Best regards.


    Alexey Noskov
    Developer/Technical Support
    Aspose Auckland Team
     
  •  10-30-2010, 2:43 PM 266572 in reply to 249393

    Re: Envelope object support?

    The issues you have found earlier (filed as 18718) have been fixed in this update.


    This message was posted using Notification2Forum from Downloads module by aspose.notifier.
     
  •  10-31-2010, 10:50 AM 266690 in reply to 266572

    Re: Envelope object support?

    Hi

    I just made a quick test and it seems it is working.

    Thanks

     
Page 2 of 2 (26 items)   < Previous 1 2
View as RSS news feed in XML