We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c75ecb commit 3b38afcCopy full SHA for 3b38afc
How to/Customization Print Quality/src/app/app.component.ts
@@ -42,6 +42,7 @@ import {
42
export class AppComponent implements OnInit {
43
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
44
public resource: string = 'https://cdn.syncfusion.com/ej2/27.1.48/dist/ej2-pdfviewer-lib';
45
+ //By Changing PrintScaleFactor value we can adjust the Quality of the PDF file.
46
public printScaleFactor = 0.5;
47
ngOnInit(): void {
48
}
0 commit comments