The issues you have found earlier (filed as 29161 ) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.
The issues you have found earlier (filed as 29161 ) have been fixed in this update.
I wasn’t able to find the 29161 from the list of the fixed defects. Has it really been fixed and included on the update? Is there also an update on feature request of 29189? I thought it will be included on the merged component update for this month as discussed. Thanks.
Hi June,
The issue logged as 29161 is fixed in the above mentioned release; please see the third issue in the Bugs section. Regarding the other issue (29189), my colleague will update you shortly.
We’re sorry for the inconvenience.
Regards,
Hi June,
Hi Shahzad,
Hi June,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
I tested the Copies property with your template file and shared code and it works fine with the latest version of Aspose.Pdf for .NET v6.6. Please download and try the latest version and if you still face any issue, please create a sample application and post it here. This will help us identify the issue soon.
Thank You & Best Regards,
I am already using the V6.6. Attached it the small application that I use to test the component. Notice that the copies property is set to 2 but it printed 4 copies instead.
Hi June,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thank you for sharing the sample application.
Yes, I am able to replicate your issue with your sample application. Actually, the issue does not occur with “Adobe PDF” printer but does occur with “SnagIt 10” printer (and also on a Physical Printer). I have reopened your reported issue PDFNEWNET-29161 and asked the development team to look into it. We will notify you via this forum thread regarding any updates.
Thank You & Best Regards,
codewarior:Hi June,Thanks for your patience. I am pleased to share that the requirement "Provide support for setting scale factor when printing using PdfViewer" logged as PDFNEWNET-29189 has been supported and its included in latest release version of Aspose.Pdf for .NET 6.4.2. Please try using it and in case you encounter any issue or you have any further query, please feel free to contact.The ScaleFactor is a float value indicating scaling multiplier value.ScalingFactor = 1f; //100%ScalingFactor = 0.5f; //50%ScalingFactor = 2f; //200%the ScalingFactor works with any AutoResize property value. The code snippet specified below demonstrates this feature:PdfViewer viewer = new PdfViewer();viewer.OpenPdfFile(inFile);viewer.ScaleFactor = 1f;...viewer.PrintDocumentWithSettings(ps, pset);
Hi June,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thank you for sharing the details.
I am able to notice the problem you mentioned regarding the scaling after an initial test. I have re-opened the scaling issue and asked the development team to look into it again and share their feedback. As soon as I get a response, I will update you via this forum thread.
Sorry for the inconvenience,
I'd like to ask if there's any update on the two issues I reported (scaling and copies)? Thanks.
Hi
Hi June,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
I have requested the development team to share an ETA regarding the resolution of your reported issues. As soon as I get a feedback, I will update you via this forum thread.
Sorry for the inconvenience,
The issues you have found earlier (filed as PDFNEWNET-29161) have been fixed in this update.
aspose.notifier:The issues you have found earlier (filed as PDFNEWNET-29161) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.
junec:Do you have any updates about the issue i found in the scaling feature? Thanks.
I have tested this. The scaling works fine only when the PDF is portrait. When I print a landscaped PDF file and set the Autorotate to True and the Scalefactor property, it doesn’t resize.
Hi June,
Thank you for your feedback and sorry for replying you late.
I am working over this query and will get back to you soon. Sorry for the inconvenience.
Thanks & Regards,
Hi,