Universal Document Converter
Información general
Descargas
Comprar
Tutoriales
Desarrolladores
Soporte técnico
Acerca de fCoder SIA


      Búsqueda en el sitio
   


      Conversiones populares
Adobe PDF a JPEG
Word Document a PDF
Hojas de cálculo Excel a PDF
PowerPoint a JPEG
Diseño Visio a PDF
Diseño AutoCAD a TIFF
Página web a JPEG
Convertir de cálculo Excel a PDF
Convertir DjVu a PDF
Convertir una página web a PDF

      Tutorial de vídeo
Ver el tutorial



Página principal>Developer Solutions>Interfaces>IUDC>IUDCPrinter>IProfile

IProfile


The IProfile interface provides access to all settings related to converting documents using the Universal Document Converter virtual printer.

Properties

IAdjustments Adjustments

Provides access to the IAdjustments interface, which controls page processing settings for the document being converted: cropping and resizing

IAdvanced Advanced
Provides access to the IAdvanced interface which controls advanced conversion settings.

IFileFormats FileFormat
Provides access to the IFileFormats interface which controls output file properties: file format and settings.

IOutputLocation OutputLocation
Provides access to the IOutputLocation interface which points to the output folder and helps configure filename generation for output files.

IPageSetup PageSetup
Provides access to the IPageSetup interface which controls output file page properties: width, height, orientation, etc.

IPostProcessing PostProcessing
Provides access to the IPostProcessing interface which controls output file post-processing.

IWatermark Watermark
Provides access to the IWatermark interface which controls the application of watermarks to output document pages.

Methods

Load(String sFilePath)

Loads settings from the specified profile file.
ParameterTypeDescription
sFilePathStringFilename of file containing settings.

Save(String sFilePath)
Saves existing settings to a profile file
ParameterTypeDescription
sFilePathStringFilename of file to save current settings to.

Examples

Visual Basic 6

Dim objUDC As IUDC Dim itfPrinter As IUDCPrinter Dim itfProfile As IProfile Set objUDC = New UDC.APIWrapper Set itfPrinter = objUDC.Printers("Universal Document Converter") Set itfProfile = itfPrinter.Profile Call itfProfile.Load ("C:\my settings.xml")


© fCoder SIA Acerca de fCoder SIA | Mapa del sitio