Recent Posts
- (02/24) Calling an Element from a Helper TAGS:CakephpWeb ProgrammingUsageTutorialExample
- (10/14) Forcing A Single Join in CakePHP PaginationTAGS:CakephpCakephp 13DatabaseErrorsHabtmMysqlMssqlWeb ProgrammingUsage
- (08/11) Inserting NOW() into MySQL Using CakePHPTAGS:CakephpDatabaseMysqlMssqlWeb ProgrammingUsage
- (08/07) Best PaginateCount for CakePHP - with Group By SupportTAGS:CakephpBehaviorsWeb ProgrammingUsageDatabaseExampleMysqlHabtmHack
- (04/03) CakePHP Error Messages Not Showing on FormTAGS:CakephpCakephp 13Web ProgrammingErrorsUsage
- (02/06) Sorting Paginated Results Using a Related Model Field in CakePHPTAGS:CakephpWeb ProgrammingUsageExample
- (11/02) Changing CakePHP's Model useTable on the FlyTAGS:CakephpWeb ProgrammingMysqlDatabaseExampleTutorial
- (10/18) The Funniest Error Message Ever - Thank You EclipseTAGS:EclipseWeb ProgrammingErrorsHumorWindowsUsageSoftwarePhpCakephp
Subscribe to my feed
MainelyDesign.com Blog
Export to PDF from Microsoft Publisher
Posted on 03/05/2010 at 10:54 am by Kevin Wentworth
Viewed 1,521 times | 0 comments
I have a client that sends me newsletters in Microsoft Publisher format. I wanted to output the newsletter as a PDF, but wanted to keep the text for SEO and so users can copy and paste the text if needed. Microsoft Publisher doesn't have an export to PDF function, so usually I would just do a File > Print and select Adobe PDF as the printer. However, this would just be an "image" of the document, not the actual document with selectable text. This is how you can get a PDF with rendered text out of Microsoft Publisher...
Save the Publisher File as a PostScript (.ps) File
- In Microsoft Publisher, choose File > Save As
- In the dialogue window, under Save as Type, choose PostScript (*.ps)
- Save the file to any location that you'll be able to find it
Convert the PostScript (.ps) File to a PDF
This is the easy part (at least if you have Adobe Acrobat Professional and Distiller, which I have). Open up the PostScript with Acrobat Distiller. It will automatically create a PDF file in the same directory (v6.0 does anyway).
Microsoft Publisher File Now Converted to PDF
That's it. Now you have a Microsoft Publisher file saved as a PDF with selectable text. That should allow the Search Engines to easily index the PDF as content.
Cheers,
-Kevin Wentworth
Tags for Export to PDF from Microsoft Publisher
Example | Internet Marketing | Software | Windows | Tutorial | Seo | Usage
