View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
venomcc venomcc is offline
external usenet poster
 
Posts: 1
Default Converting xls to pdf problem

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