View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Converting xls to pdf problem

Hi

Do you have also this problem with the code from this page
http://www.rondebruin.nl/pdf.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"venomcc" wrote in message ...
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