

In fact, if you’ve ever downloaded a document or printable form online, there’s a good chance it was a PDF file. PDF, or Portable Document Files, are one of the most commonly used file types today. Need to send an urgent document? 90 percent of the time you will be asked to send it in PDF format. One very popular one, the site’s Word to PDF tool, converts Microsoft Word files to high-quality PDF files within minutes!Įxperience excellent service without compromising your file’s quality - all the formatting, tables, images, and text in the PDF will look exactly they did in your original document! Still not convinced? Go see for yourself, visit to find out what we are all talking about! Converting Word to PDF Online If you are working with PDF files daily, you need great PDF tools. OutputFile = $outputPath + output_filename GetConversionStatus ( ) = DocumentConversion ::ESuccess ) # save the result

GetConversionStatus ( ) = DocumentConversion ::EIncomplete )Ĭonversion. StreamingPDFConversion (pdfdoc, inputFile, options ) # actually perform the conversion # this particular method will not throw on conversion failure, but will # return an error status instead while (conversion.

# in a multithreaded environment, this object can be used to monitor # the conversion progress and potentially cancel it as wellĬonversion = Convert. SetSmartSubstitutionPluginPath (inputFile ) # create a conversion object - this sets things up but does not yet # perform any conversion logic. new ( ) # set up smart font substitutions to improve conversion results # in situations where the original fonts are not available # Start with a PDFDoc (the conversion destination) To enable this option, either place the file pdftron_smart_ugin (included in the SDK download) in the resource directory (set via PDFNet.AddResourceSearchPath()), or specify it's path directly in the conversion options. Using pdftron-supplied smart substitution data, the conversion routine can produce PDF documents with fully embedded fonts that are a close match to the originals.
