com.esri.arcgis.output
Interface IPDFDriver

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPDFDriverProxy, PDFDriver

public interface IPDFDriver
extends java.io.Serializable

COM Interface 'IPDFDriver'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Superseded by IExportPDF. Provides access to members that control the PDF (Portable Document Format) Driver.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID0201602d_1521_11d3_9f97_00c04f6bc8dd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void createPDF(java.lang.String inputFileName, java.lang.String outputFileName)
          Converts the EMF file to a PDF File.
 IFontMapCollection getFontMapCollection()
          The Font Map Collection for Font Mapping.
 void setFontMapCollectionByRef(IFontMapCollection fontMapCollection)
          The Font Map Collection for Font Mapping.
 

Field Detail

IID0201602d_1521_11d3_9f97_00c04f6bc8dd

static final int IID0201602d_1521_11d3_9f97_00c04f6bc8dd
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFontMapCollection

IFontMapCollection getFontMapCollection()
                                        throws java.io.IOException,
                                               AutomationException
The Font Map Collection for Font Mapping.

Returns:
A reference to a com.esri.arcgis.output.IFontMapCollection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFontMapCollectionByRef

void setFontMapCollectionByRef(IFontMapCollection fontMapCollection)
                               throws java.io.IOException,
                                      AutomationException
The Font Map Collection for Font Mapping.

Parameters:
fontMapCollection - A reference to a com.esri.arcgis.output.IFontMapCollection (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createPDF

void createPDF(java.lang.String inputFileName,
               java.lang.String outputFileName)
               throws java.io.IOException,
                      AutomationException
Converts the EMF file to a PDF File.

Parameters:
inputFileName - The inputFileName (in)
outputFileName - The outputFileName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.