Converter.ConvertSVG
ConvertSVG(SVGDocument, DocSaveOptions, string)
Converteer SVG-document naar DOCX. Resultaat is docx-bestand.
public static void ConvertSVG(SVGDocument source, DocSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
source | SVGDocument | Conversie bron. |
options | DocSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class SVGDocument
- class DocSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(Url, DocSaveOptions, string)
Converteer SVG-document naar DOCX. Resultaat is docx-bestand.
public static void ConvertSVG(Url url, DocSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | Brondocument-URL. |
options | DocSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Url
- class DocSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(Url, Configuration, DocSaveOptions, string)
Converteer SVG-document naar DOCX. Resultaat is docx-bestand.
public static void ConvertSVG(Url url, Configuration configuration, DocSaveOptions options,
string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | Brondocument-URL. |
configuration | Configuration | De omgevingsconfiguratie. |
options | DocSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Url
- class Configuration
- class DocSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, DocSaveOptions, string)
Converteer SVG-document naar DOCX. Resultaat is docx-bestand.
public static void ConvertSVG(string sourcePath, DocSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Svg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | DocSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class DocSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, Configuration, DocSaveOptions, string)
Converteer SVG-document naar DOCX. Resultaat is docx-bestand.
public static void ConvertSVG(string sourcePath, Configuration configuration,
DocSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Svg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | DocSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class DocSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, string, DocSaveOptions, string)
Converteer SVG-document naar DOCX. Resultaat is docx-bestand.
public static void ConvertSVG(string content, string baseUri, DocSaveOptions options,
string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks svg-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | DocSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class DocSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, string, Configuration, DocSaveOptions, string)
Converteer SVG-document naar DOCX. Resultaat is docx-bestand.
public static void ConvertSVG(string content, string baseUri, Configuration configuration,
DocSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks svg-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | DocSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class DocSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(SVGDocument, DocSaveOptions, ICreateStreamProvider)
Converteer SVG-document naar DOCX. Resultaat is docx-bestand.
public static void ConvertSVG(SVGDocument document, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
document | SVGDocument | Conversie bron. |
options | DocSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class SVGDocument
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(Url, DocSaveOptions, ICreateStreamProvider)
Converteer SVG-document naar DOCX. Resultaat is docx-bestand.
public static void ConvertSVG(Url url, DocSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
options | DocSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Url
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(Url, Configuration, DocSaveOptions, ICreateStreamProvider)
Converteer SVG-document naar DOCX. Resultaat is docx-bestand.
public static void ConvertSVG(Url url, Configuration configuration, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
configuration | Configuration | De omgevingsconfiguratie. |
options | DocSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Url
- class Configuration
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, DocSaveOptions, ICreateStreamProvider)
Converteer SVG-document naar DOCX. Resultaat is docx-bestand.
public static void ConvertSVG(string sourcePath, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Svg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | DocSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, Configuration, DocSaveOptions, ICreateStreamProvider)
Converteer SVG-document naar DOCX. Resultaat is docx-bestand.
public static void ConvertSVG(string sourcePath, Configuration configuration,
DocSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Svg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | DocSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Configuration
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, string, DocSaveOptions, ICreateStreamProvider)
Converteer SVG-document naar DOCX. Resultaat is docx-bestand.
public static void ConvertSVG(string content, string baseUri, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks svg-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | DocSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, string, Configuration, DocSaveOptions, ICreateStreamProvider)
Converteer SVG-document naar DOCX. Resultaat is docx-bestand.
public static void ConvertSVG(string content, string baseUri, Configuration configuration,
DocSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks svg-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | DocSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Configuration
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(SVGDocument, PdfSaveOptions, string)
Converteer svg-bron naar pdf. Resultaat is pdf-bestand.
public static void ConvertSVG(SVGDocument source, PdfSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
source | SVGDocument | Conversie bron. |
options | PdfSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class SVGDocument
- class PdfSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(Url, PdfSaveOptions, string)
Converteer svg-bron naar pdf. Resultaat is pdf-bestand.
public static void ConvertSVG(Url url, PdfSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
options | PdfSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Url
- class PdfSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(Url, Configuration, PdfSaveOptions, string)
Converteer svg-bron naar pdf. Resultaat is pdf-bestand.
public static void ConvertSVG(Url url, Configuration configuration, PdfSaveOptions options,
string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
configuration | Configuration | De omgevingsconfiguratie. |
options | PdfSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Url
- class Configuration
- class PdfSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, PdfSaveOptions, string)
Converteer svg-bron naar pdf. Resultaat is pdf-bestand.
public static void ConvertSVG(string sourcePath, PdfSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Svg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | PdfSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class PdfSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, Configuration, PdfSaveOptions, string)
Converteer svg-bron naar pdf. Resultaat is pdf-bestand.
public static void ConvertSVG(string sourcePath, Configuration configuration,
PdfSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Svg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | PdfSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class PdfSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, string, PdfSaveOptions, string)
Converteer svg-bron naar pdf. Resultaat is pdf-bestand.
public static void ConvertSVG(string content, string baseUri, PdfSaveOptions options,
string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks svg-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | PdfSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class PdfSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, string, Configuration, PdfSaveOptions, string)
Converteer svg-bron naar pdf. Resultaat is pdf-bestand.
public static void ConvertSVG(string content, string baseUri, Configuration configuration,
PdfSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks svg-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | PdfSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class PdfSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(SVGDocument, PdfSaveOptions, ICreateStreamProvider)
Converteer svg-bron naar pdf. Resultaat is pdf-bestand.
public static void ConvertSVG(SVGDocument document, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
document | SVGDocument | Conversie bron. |
options | PdfSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class SVGDocument
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(Url, PdfSaveOptions, ICreateStreamProvider)
Converteer svg-bron naar pdf. Resultaat is pdf-bestand.
public static void ConvertSVG(Url url, PdfSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
options | PdfSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Url
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(Url, Configuration, PdfSaveOptions, ICreateStreamProvider)
Converteer svg-bron naar pdf. Resultaat is pdf-bestand.
public static void ConvertSVG(Url url, Configuration configuration, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
configuration | Configuration | De omgevingsconfiguratie. |
options | PdfSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Url
- class Configuration
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, PdfSaveOptions, ICreateStreamProvider)
Converteer svg-bron naar pdf. Resultaat is pdf-bestand.
public static void ConvertSVG(string sourcePath, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Svg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | PdfSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, Configuration, PdfSaveOptions, ICreateStreamProvider)
Converteer svg-bron naar pdf. Resultaat is pdf-bestand.
public static void ConvertSVG(string sourcePath, Configuration configuration,
PdfSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Svg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | PdfSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Configuration
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, string, PdfSaveOptions, ICreateStreamProvider)
Converteer svg-bron naar pdf. Resultaat is pdf-bestand.
public static void ConvertSVG(string content, string baseUri, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inhoud brondocument. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | PdfSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, string, Configuration, PdfSaveOptions, ICreateStreamProvider)
Converteer svg-bron naar pdf. Resultaat is pdf-bestand.
public static void ConvertSVG(string content, string baseUri, Configuration configuration,
PdfSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks svg-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | PdfSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Configuration
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(SVGDocument, ImageSaveOptions, string)
Converteer svg-document naar afbeelding. Resultaat is afbeeldingsbestand.
public static void ConvertSVG(SVGDocument source, ImageSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
source | SVGDocument | Conversie bron. |
options | ImageSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class SVGDocument
- class ImageSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(Url, ImageSaveOptions, string)
Converteer svg-document naar afbeelding. Resultaat is afbeeldingsbestand.
public static void ConvertSVG(Url url, ImageSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
options | ImageSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Url
- class ImageSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(Url, Configuration, ImageSaveOptions, string)
Converteer svg-document naar afbeelding. Resultaat is afbeeldingsbestand.
public static void ConvertSVG(Url url, Configuration configuration, ImageSaveOptions options,
string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
configuration | Configuration | De omgevingsconfiguratie. |
options | ImageSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Url
- class Configuration
- class ImageSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, ImageSaveOptions, string)
Converteer svg-document naar afbeelding. Resultaat is afbeeldingsbestand.
public static void ConvertSVG(string sourcePath, ImageSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Svg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | ImageSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class ImageSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, Configuration, ImageSaveOptions, string)
Converteer svg-document naar afbeelding. Resultaat is afbeeldingsbestand.
public static void ConvertSVG(string sourcePath, Configuration configuration,
ImageSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Svg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | ImageSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class ImageSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, string, ImageSaveOptions, string)
Converteer svg-document naar afbeelding. Resultaat is afbeeldingsbestand.
public static void ConvertSVG(string content, string baseUri, ImageSaveOptions options,
string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks svg-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | ImageSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class ImageSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, string, Configuration, ImageSaveOptions, string)
Converteer svg-document naar afbeelding. Resultaat is afbeeldingsbestand.
public static void ConvertSVG(string content, string baseUri, Configuration configuration,
ImageSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks svg-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | ImageSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class ImageSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(SVGDocument, ImageSaveOptions, ICreateStreamProvider)
Converteer svg-bron naar afbeelding. Resultaat is afbeeldingsbestand.
public static void ConvertSVG(SVGDocument document, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
document | SVGDocument | Conversie bron. |
options | ImageSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class SVGDocument
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(Url, ImageSaveOptions, ICreateStreamProvider)
Converteer svg-bron naar afbeelding. Resultaat is afbeeldingsbestand.
public static void ConvertSVG(Url url, ImageSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
options | ImageSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Url
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(Url, Configuration, ImageSaveOptions, ICreateStreamProvider)
Converteer svg-bron naar afbeelding. Resultaat is afbeeldingsbestand.
public static void ConvertSVG(Url url, Configuration configuration, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
configuration | Configuration | De omgevingsconfiguratie. |
options | ImageSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Url
- class Configuration
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, ImageSaveOptions, ICreateStreamProvider)
Converteer svg-bron naar afbeelding. Resultaat is afbeeldingsbestand.
public static void ConvertSVG(string sourcePath, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Svg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | ImageSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, Configuration, ImageSaveOptions, ICreateStreamProvider)
Converteer svg-bron naar afbeelding. Resultaat is afbeeldingsbestand.
public static void ConvertSVG(string sourcePath, Configuration configuration,
ImageSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Svg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | ImageSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Configuration
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, string, ImageSaveOptions, ICreateStreamProvider)
Converteer svg-bron naar afbeelding. Resultaat is afbeeldingsbestand.
public static void ConvertSVG(string content, string baseUri, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks svg-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | ImageSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, string, Configuration, ImageSaveOptions, ICreateStreamProvider)
Converteer svg-bron naar afbeelding. Resultaat is afbeeldingsbestand.
public static void ConvertSVG(string content, string baseUri, Configuration configuration,
ImageSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks svg-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | ImageSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Configuration
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(SVGDocument, XpsSaveOptions, string)
Converteer svg-document naar xps. Resultaat is xps-bestand.
public static void ConvertSVG(SVGDocument source, XpsSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
source | SVGDocument | Conversie bron. |
options | XpsSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class SVGDocument
- class XpsSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(Url, XpsSaveOptions, string)
Converteer svg-bron naar xps. Resultaat is xps-bestand.
public static void ConvertSVG(Url url, XpsSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | Brondocument-URL. |
options | XpsSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Url
- class XpsSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(Url, Configuration, XpsSaveOptions, string)
Converteer svg-bron naar xps. Resultaat is xps-bestand.
public static void ConvertSVG(Url url, Configuration configuration, XpsSaveOptions options,
string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | Brondocument-URL. |
configuration | Configuration | De omgevingsconfiguratie. |
options | XpsSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Url
- class Configuration
- class XpsSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, XpsSaveOptions, string)
Converteer svg-bron naar xps. Resultaat is xps-bestand.
public static void ConvertSVG(string sourcePath, XpsSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Svg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | XpsSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class XpsSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, Configuration, XpsSaveOptions, string)
Converteer svg-bron naar xps. Resultaat is xps-bestand.
public static void ConvertSVG(string sourcePath, Configuration configuration,
XpsSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Svg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | XpsSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class XpsSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, string, XpsSaveOptions, string)
Converteer svg-bron naar xps. Resultaat is xps-bestand.
public static void ConvertSVG(string content, string baseUri, XpsSaveOptions options,
string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks svg-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | XpsSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class XpsSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, string, Configuration, XpsSaveOptions, string)
Converteer svg-bron naar xps. Resultaat is xps-bestand.
public static void ConvertSVG(string content, string baseUri, Configuration configuration,
XpsSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks svg-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | XpsSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class XpsSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(SVGDocument, XpsSaveOptions, ICreateStreamProvider)
Converteer svg-bron naar xps. Resultaat is xps-bestand.
public static void ConvertSVG(SVGDocument document, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
document | SVGDocument | Conversie bron. |
options | XpsSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class SVGDocument
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(Url, XpsSaveOptions, ICreateStreamProvider)
Converteer svg-bron naar xps. Resultaat is xps-bestand.
public static void ConvertSVG(Url url, XpsSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
options | XpsSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Url
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(Url, Configuration, XpsSaveOptions, ICreateStreamProvider)
Converteer svg-bron naar xps. Resultaat is xps-bestand.
public static void ConvertSVG(Url url, Configuration configuration, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
configuration | Configuration | De omgevingsconfiguratie. |
options | XpsSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Url
- class Configuration
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, XpsSaveOptions, ICreateStreamProvider)
Converteer svg-bron naar xps. Resultaat is xps-bestand.
public static void ConvertSVG(string sourcePath, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Svg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | XpsSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, Configuration, XpsSaveOptions, ICreateStreamProvider)
Converteer svg-bron naar xps. Resultaat is xps-bestand.
public static void ConvertSVG(string sourcePath, Configuration configuration,
XpsSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Svg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | XpsSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Configuration
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, string, XpsSaveOptions, ICreateStreamProvider)
Converteer svg-bron naar xps. Resultaat is xps-bestand.
public static void ConvertSVG(string content, string baseUri, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks svg-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | XpsSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertSVG(string, string, Configuration, XpsSaveOptions, ICreateStreamProvider)
Converteer svg-bron naar xps. Resultaat is xps-bestand.
public static void ConvertSVG(string content, string baseUri, Configuration configuration,
XpsSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks svg-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | XpsSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Configuration
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML