Hi!
Hi Thomas,
Hi Tilal,
Hi Thomas,
Thanks for sharing source document. While testing the scenario using Aspose.Pdf for NET 8.4.0, I've observed the size issue of Postscript file and logged the issue in our bug tracking system as PDFNEWNET-35790 for further investigation and resolution. I've also linked your request to this issue and you will be notified via this thread as soon as it is resolved.
We are sorry for the inconvenience faced.
<span style=“font-size:10.0pt;line-height:115%;font-family:“Arial”,“sans-serif”;
mso-fareast-font-family:“Times New Roman”;mso-ansi-language:EN-US;mso-fareast-language:
EN-US;mso-bidi-language:AR-SA”>Best Regards
The issues you have found earlier (filed as PDFNEWNET-35790) have been fixed in Aspose.Pdf for .NET 8.8.0.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
Hi!
Hi Thomas,
const string myDir = @“c:”;<o:p></o:p>
using (PdfViewer viewer = new PdfViewer())
{
viewer.RenderingOptions.SystemFontsNativeRendering = true;
viewer.BindPdf(myDir + "TransparentShape.pdf");
viewer.AutoResize = true;
viewer.AutoRotate = true;
viewer.PrintPageDialog = false;
System.Drawing.Printing.PrinterSettings ps = new System.Drawing.Printing.PrinterSettings();
ps.PrintFileName = myDir + "TransparentShape.ps";
ps.PrintToFile = true;
ps.PrinterName = "HP LaserJet 5200L PS";
PageSettings pgs = new PageSettings();
pgs.PaperSize = new System.Drawing.Printing.PaperSize("A4", 827, 1169);
viewer.PrintDocumentWithSettings(pgs, ps);
viewer.Close();
}
Please feel free to contact us for any further assistance.
Best Regards,