shiftleft.blogg.se

Convert xps to pdf mac
Convert xps to pdf mac







convert xps to pdf mac
  1. Convert xps to pdf mac how to#
  2. Convert xps to pdf mac download#
  3. Convert xps to pdf mac windows#

ChartToImageConverter = New ChartToImageConverter () 'Set the scaling mode for charts wordDocument. Docx ) 'Initialize chart to image converter for converting charts during Word to pdf conversion wordDocument. 'Loads an existing Word document Dim wordDocument As New WordDocument ( "Sample_Image.docx", FormatType. Save ( "WordtoPDF.pdf" ) //close the instance of document objects. ConvertToPDF ( wordDocument ) //Save the PDF file to file system. OptimizeIdenticalImages = true //Convert Word document into PDF document. ImageResolution = 640 //Set true to optimize the memory usage for identical images. ImageQuality = 100 //Set the image resolution. DocToPDFConverter converter = new DocToPDFConverter () //Set the image quality. Normal //create an instance of DocToPDFConverter - responsible for Word to PDF conversion. ChartToImageConverter = new ChartToImageConverter () //Set the scaling mode for charts. Docx ) //Initialize chart to image converter for converting charts during Word to pdf conversion. WordDocument wordDocument = new WordDocument ( "Sample_Image.docx", FormatType. Allows to reduce the Main Memory usage in Word to PDF conversion by reusing the identical images.Allows to determine the quality of the JPEG images in the converted PDF.Allows to determine the quality of the charts in the converted PDF.

convert xps to pdf mac convert xps to pdf mac

Total number of pages may vary based on unsupported elements in the converted PDF document when compare to Word document.Ĭustomizing the Word document to PDF conversionĮssential DocIO allows you to customize the Word to PDF conversion using DocToPDFConverter class with the below options:.ChartToImageConverter is supported from.Initializing the ChartToImageConverter is mandatory to convert the charts present in the Word document to PDF. Otherwise the charts will not be exported to the converted PDF.

Convert xps to pdf mac download#

You can download a complete working sample from GitHub. Save ( "WordtoPDF.pdf" ) 'Close the instance of document objects pdfDocument. ConvertToPDF ( wordDocument ) 'Save the PDF file pdfDocument. ChartToImageConverter = New ChartToImageConverter () 'Create an instance of DocToPDFConverter Dim converter As New DocToPDFConverter () 'Convert Word document into PDF document Dim pdfDocument As PdfDocument = converter. 'Load an existing Word document Dim wordDocument As New WordDocument ( "Template.docx", FormatType.

Convert xps to pdf mac how to#

The following code snippet illustrates how to convert a Word document into PDF document. using Syncfusion.OfficeChartToImageConverterįor ASP.NET Core and Xamarin applicationsĭocToPDFConverter class is responsible for converting a Word document into PDF.

Convert xps to pdf mac windows#

The following namespaces are required to compile the code in this topic.įor Windows Forms, WPF, ASP.NET and ASP.NET MVC applications This assembly is used to convert the chart to image. The following assemblies are need to be referred in addition to the above mentioned assemblies for converting the chart present in the Word document into PDF. This assembly has features to work with chart in Word document. This assembly has the core features for creating PDF file. This assembly is needed for converting the Word document to PDF. This assembly is used to package the Word documents This assembly has the core features for creating and manipulating Word documents. For converting a Word document to PDF, the following assemblies need to be referenced in your application. 24 minutes to read Converting Word documents to PDFĮssential PDF allows you to convert a Word document into PDF. Working with Document Conversions in File Formats PDF









Convert xps to pdf mac