Hi, how I can set line width less than thin? I used different units: (1px, 1pt) and small values (0.1px, 0.1pt, 0.1mm) and line width always the same. Test xsl in attachment.
Hi there,
Hi there,
Thanks for your quick response. I understand that the one pixel’s value is a minimal line’s width. Please correct if I’m wrong.
But as I could see the displayed lines has 2px’s width.
When I use pdf generator and Aspose xml notion: the displayed line has width 1px and visualy looks thinner.
In attachments you could get test xsl files and generated pdf file.
[Link to archive with examples](http://goo.gl/gMS1x5)
Hi there,
XslFoLoadOptions xslLoadOptions = new XslFoLoadOptions();<o:p></o:p>
xslLoadOptions.UseOldXslFoEngine = false;
Document doc = new Document("c:/pdftest/37528_new_corrected.fo", xslLoadOptions);
doc.Save(@"c:/pdftest/37528_out.pdf");
Please feel free to contact us for any further assistance.
Best Regards,
Thanks alot for your answer and great example. That’s help me.
Hi Bazaleev,
The issues you have found earlier (filed as PDFNEWNET-37528) have been fixed in Aspose.Pdf for .NET 9.7.0.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.