Converting xls to pdf problem

  • Thread starter Thread starter venomcc
  • Start date Start date
V

venomcc

I'm using the ExportAsFixedFormat method to automate the pdf export of a
excel file.
When I export from excel application, the file is exported correctly
respecting the print areas. However, when I automate it the export ignores
the ignorePrintAreas = false and generates an incorrect pdf file.

Is this a known issue? any resolution
 
Not sure about the ExportAsFixedFormat but why not download a .pdf printer
driver and print directly to a .pdf file format? That is what I do. Excel
2007 ships with one for Office Apps but a good cheap one is at
software995.com. There are others out there too.
 
Back
Top