Convert

Convert(string, LoadOptions, string, SaveOptions)

Konvertiert Quelldatei im Quellformat in Zieldatei im Zielformat.

public static void Convert(string srcFileName, LoadOptions loadOptions, string dstFileName, 
    SaveOptions saveOptions)
ParameterTypBeschreibung
srcFileNameStringDer Name der Quelldatei.
loadOptionsLoadOptionsDas Quelldateiformat.
dstFileNameStringDer Name der Zieldatei.
saveOptionsSaveOptionsDas Zieldateiformat.

Siehe auch


Convert(Stream, LoadOptions, string, SaveOptions)

Konvertiert Stream im Quellformat in Zieldatei im Zielformat.

public static void Convert(Stream srcStream, LoadOptions loadOptions, string dstFileName, 
    SaveOptions saveOptions)
ParameterTypBeschreibung
srcStreamStreamDer Quellstrom.
loadOptionsLoadOptionsDas Quellstreamformat.
dstFileNameStringDer Name der Zieldatei.
saveOptionsSaveOptionsDas Zieldateiformat.

Siehe auch


Convert(string, LoadOptions, Stream, SaveOptions)

Konvertiert Quelldatei im Quellformat in Stream im Zielformat.

public static void Convert(string srcFileName, LoadOptions loadOptions, Stream dstStream, 
    SaveOptions saveOptions)
ParameterTypBeschreibung
srcFileNameStringDer Name der Quelldatei.
loadOptionsLoadOptionsDas Quelldateiformat.
dstStreamStreamDer Zielstream.
saveOptionsSaveOptionsDas Ziel-Stream-Format.

Siehe auch


Convert(Stream, LoadOptions, Stream, SaveOptions)

Konvertiert Stream im Quellformat in Stream im Zielformat.

public static void Convert(Stream srcStream, LoadOptions loadOptions, Stream dstStream, 
    SaveOptions saveOptions)
ParameterTypBeschreibung
srcStreamStreamDer Quellstrom.
loadOptionsLoadOptionsDas Quellstreamformat.
dstStreamStreamDer Zielstream.
saveOptionsSaveOptionsDas Zieldateiformat.

Siehe auch


Convert(string, PdfFormat, ConvertErrorAction, ConvertTransparencyAction)

Dokument konvertieren und Fehler in der angegebenen Datei speichern.

public bool Convert(string outputLogFileName, PdfFormat format, ConvertErrorAction action, 
    ConvertTransparencyAction transparencyAction)
ParameterTypBeschreibung
outputLogFileNameStringPfad zur Datei, in der die Kommentare gespeichert werden.
formatPdfFormatDas pdf-Format.
actionConvertErrorActionAktion für Objekte, die nicht konvertiert werden können
transparencyActionConvertTransparencyActionAktion für bildmaskierte Objekte

Rückgabewert

Das Operationsergebnis

Siehe auch


Convert(Stream, PdfFormat, ConvertErrorAction, ConvertTransparencyAction)

Dokument konvertieren und Fehler in der angegebenen Datei speichern.

public bool Convert(Stream outputLogStream, PdfFormat format, ConvertErrorAction action, 
    ConvertTransparencyAction transparencyAction)
ParameterTypBeschreibung
outputLogStreamStreamStream, wo die Kommentare gespeichert werden.
formatPdfFormatDas pdf-Format.
actionConvertErrorActionAktion für Objekte, die nicht konvertiert werden können
transparencyActionConvertTransparencyActionAktion für bildmaskierte Objekte

Rückgabewert

Das Operationsergebnis

Siehe auch


Convert(string, PdfFormat, ConvertErrorAction)

Dokument konvertieren und Fehler in der angegebenen Datei speichern.

public bool Convert(string outputLogFileName, PdfFormat format, ConvertErrorAction action)
ParameterTypBeschreibung
outputLogFileNameStringPfad zur Datei, in der die Kommentare gespeichert werden.
formatPdfFormatDas pdf-Format.
actionConvertErrorActionAktion für Objekte, die nicht konvertiert werden können

Rückgabewert

Das Operationsergebnis

Siehe auch


Convert(PdfFormatConversionOptions)

Dokument mit angegebenen Konvertierungsoptionen konvertieren

public bool Convert(PdfFormatConversionOptions options)
ParameterTypBeschreibung
optionsPdfFormatConversionOptionsSatz von Optionen zum Konvertieren von PDF-Dokumenten

Rückgabewert

Das Operationsergebnis

Siehe auch


Convert(CallBackGetHocr)

Dokument konvertieren und Fehler in der angegebenen Datei speichern.

public bool Convert(CallBackGetHocr callback)
ParameterTypBeschreibung
callbackCallBackGetHocrAktion für Objekte, die nicht konvertiert werden können

Rückgabewert

Das Operationsergebnis

Siehe auch


Convert(Stream, PdfFormat, ConvertErrorAction)

Dokument konvertieren und Fehler im angegebenen Stream speichern.

public bool Convert(Stream outputLogStream, PdfFormat format, ConvertErrorAction action)
ParameterTypBeschreibung
outputLogStreamStreamStream, wo die Kommentare gespeichert werden.
formatPdfFormatPDF-Format.
actionConvertErrorActionAktion für Objekte, die nicht konvertiert werden können

Rückgabewert

Das Operationsergebnis

Siehe auch


Convert(Fixup, Stream, bool, object[])

Konvertieren Sie das Dokument, indem Sie das Fixup anwenden.

public bool Convert(Fixup fixup, Stream outputLog, bool onlyValidation = false, 
    object[] parameters = null)
ParameterTypBeschreibung
fixupFixupDer Fixup-Typ.
outputLogStreamDas Protokoll des Prozesses.
onlyValidationBooleanNur Dokumentenvalidierung.
parametersObject[]Eigenschaften für Fixup, die nicht festgelegt werden können.

Rückgabewert

Das Operationsergebnis.

Siehe auch


Convert(Fixup, string, bool, object[])

Konvertieren Sie das Dokument, indem Sie das Fixup anwenden.

public bool Convert(Fixup fixup, string outputLog, bool onlyValidation = false, 
    object[] parameters = null)
ParameterTypBeschreibung
fixupFixupDer Fixup-Typ.
outputLogStringDas Protokoll des Prozesses.
onlyValidationBooleanNur Dokumentenvalidierung.
parametersObject[]Eigenschaften für Fixup, die nicht festgelegt werden können.

Rückgabewert

Das Operationsergebnis.

Siehe auch