

xmind files and export to PDF there, or try o download the 30-day trial version of Xmind - if you haven't already. Variety of attachment saving options - choose how to save attachments. Various file naming and date saving options - organize your output files easily. High security options - protect your output PDF files.

Fast batch conversion - convert multiple emails simultaneously. Either find another mindmapping tool with support of. Command Line Support - convert emails via command line. If you do not own licence to the program, you basically have two options left for xmind to pdf conversion. With iMindQ, you can export maps in different file formats like MS Project, HTML, Power Point, Outlook, Image, MS Word, PDF, CSV and others. The code I have been using is below: ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, FileName:=sPath & quotept1filename, Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas:=False, From:=1, To:=1, OpenAfterPublish:=FalseĪctiveSheet.ExportAsFixedFormat Type:=xlTypePDF, FileName:=sPath & quotept2filename, Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas:=False, From:=2, To:=3, OpenAfterPublish:=FalseĪctiveSheet. XMind software offers export capability to various formats (including PDF), unfortunately only in the Pro (paid version). However, I want the pages to be in this order: 1 page from Sheet1, 5 pages from Sheet2, 2 pages from Sheet1.Īt the moment I am exporting these as 3 seperate PDFs and then merging them afterwards in another application. I am trying to export pages from two different sheets of a workbook as 1 PDF.
