ConvertSVG
ConvertSVG(SVGDocument, PdfSaveOptions, string)
SVG-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertSVG(SVGDocument source, PdfSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
source | SVGDocument | Konvertierungsquelle. |
options | PdfSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class SVGDocument
- class PdfSaveOptions
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(Url, PdfSaveOptions, string)
SVG-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertSVG(Url url, PdfSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
url | Url | Die Dokument-URL. |
options | PdfSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Url
- class PdfSaveOptions
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(Url, Configuration, PdfSaveOptions, string)
SVG-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertSVG(Url url, Configuration configuration, PdfSaveOptions options,
string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
url | Url | Die Dokument-URL. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | PdfSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Url
- class Configuration
- class PdfSaveOptions
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, PdfSaveOptions, string)
SVG-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertSVG(string sourcePath, PdfSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Quellpfad der SVG-Datei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
options | PdfSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class PdfSaveOptions
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, Configuration, PdfSaveOptions, string)
SVG-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertSVG(string sourcePath, Configuration configuration,
PdfSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Quellpfad der SVG-Datei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | PdfSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Configuration
- class PdfSaveOptions
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, string, PdfSaveOptions, string)
SVG-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertSVG(string content, string baseUri, PdfSaveOptions options,
string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
content | String | Inline-String-Svg-Inhalt. |
baseUri | String | Der Basis-URI des Dokuments. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
options | PdfSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class PdfSaveOptions
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, string, Configuration, PdfSaveOptions, string)
SVG-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertSVG(string content, string baseUri, Configuration configuration,
PdfSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
content | String | Inline-String-Svg-Inhalt. |
baseUri | String | Der Basis-URI des Dokuments. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | PdfSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Configuration
- class PdfSaveOptions
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(SVGDocument, PdfSaveOptions, ICreateStreamProvider)
SVG-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertSVG(SVGDocument document, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
document | SVGDocument | Konvertierungsquelle. |
options | PdfSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class SVGDocument
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(Url, PdfSaveOptions, ICreateStreamProvider)
SVG-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertSVG(Url url, PdfSaveOptions options, ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
url | Url | Die Dokument-URL. |
options | PdfSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Url
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(Url, Configuration, PdfSaveOptions, ICreateStreamProvider)
SVG-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertSVG(Url url, Configuration configuration, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
url | Url | Die Dokument-URL. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | PdfSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Url
- class Configuration
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, PdfSaveOptions, ICreateStreamProvider)
SVG-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertSVG(string sourcePath, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Quellpfad der SVG-Datei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
options | PdfSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, Configuration, PdfSaveOptions, ICreateStreamProvider)
SVG-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertSVG(string sourcePath, Configuration configuration,
PdfSaveOptions options, ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Quellpfad der SVG-Datei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | PdfSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Configuration
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, string, PdfSaveOptions, ICreateStreamProvider)
SVG-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertSVG(string content, string baseUri, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
content | String | Inhalt des Quelldokuments. |
baseUri | String | Der Basis-URI des Dokuments. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
options | PdfSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, string, Configuration, PdfSaveOptions, ICreateStreamProvider)
SVG-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertSVG(string content, string baseUri, Configuration configuration,
PdfSaveOptions options, ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
content | String | Inline-String-Svg-Inhalt. |
baseUri | String | Der Basis-URI des Dokuments. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | PdfSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Configuration
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(SVGDocument, ImageSaveOptions, string)
SVG-Dokument in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertSVG(SVGDocument source, ImageSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
source | SVGDocument | Konvertierungsquelle. |
options | ImageSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class SVGDocument
- class ImageSaveOptions
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(Url, ImageSaveOptions, string)
SVG-Dokument in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertSVG(Url url, ImageSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
url | Url | Die Dokument-URL. |
options | ImageSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Url
- class ImageSaveOptions
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(Url, Configuration, ImageSaveOptions, string)
SVG-Dokument in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertSVG(Url url, Configuration configuration, ImageSaveOptions options,
string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
url | Url | Die Dokument-URL. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | ImageSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Url
- class Configuration
- class ImageSaveOptions
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, ImageSaveOptions, string)
SVG-Dokument in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertSVG(string sourcePath, ImageSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Quellpfad der SVG-Datei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
options | ImageSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class ImageSaveOptions
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, Configuration, ImageSaveOptions, string)
SVG-Dokument in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertSVG(string sourcePath, Configuration configuration,
ImageSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Quellpfad der SVG-Datei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | ImageSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Configuration
- class ImageSaveOptions
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, string, ImageSaveOptions, string)
SVG-Dokument in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertSVG(string content, string baseUri, ImageSaveOptions options,
string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
content | String | Inline-String-Svg-Inhalt. |
baseUri | String | Der Basis-URI des Dokuments. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
options | ImageSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class ImageSaveOptions
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, string, Configuration, ImageSaveOptions, string)
SVG-Dokument in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertSVG(string content, string baseUri, Configuration configuration,
ImageSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
content | String | Inline-String-Svg-Inhalt. |
baseUri | String | Der Basis-URI des Dokuments. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | ImageSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Configuration
- class ImageSaveOptions
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(SVGDocument, ImageSaveOptions, ICreateStreamProvider)
SVG-Quelle in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertSVG(SVGDocument document, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
document | SVGDocument | Konvertierungsquelle. |
options | ImageSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class SVGDocument
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(Url, ImageSaveOptions, ICreateStreamProvider)
SVG-Quelle in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertSVG(Url url, ImageSaveOptions options, ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
url | Url | Die Dokument-URL. |
options | ImageSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Url
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(Url, Configuration, ImageSaveOptions, ICreateStreamProvider)
SVG-Quelle in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertSVG(Url url, Configuration configuration, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
url | Url | Die Dokument-URL. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | ImageSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Url
- class Configuration
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, ImageSaveOptions, ICreateStreamProvider)
SVG-Quelle in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertSVG(string sourcePath, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Quellpfad der SVG-Datei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
options | ImageSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, Configuration, ImageSaveOptions, ICreateStreamProvider)
SVG-Quelle in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertSVG(string sourcePath, Configuration configuration,
ImageSaveOptions options, ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Quellpfad der SVG-Datei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | ImageSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Configuration
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, string, ImageSaveOptions, ICreateStreamProvider)
SVG-Quelle in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertSVG(string content, string baseUri, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
content | String | Inline-String-Svg-Inhalt. |
baseUri | String | Der Basis-URI des Dokuments. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
options | ImageSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, string, Configuration, ImageSaveOptions, ICreateStreamProvider)
SVG-Quelle in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertSVG(string content, string baseUri, Configuration configuration,
ImageSaveOptions options, ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
content | String | Inline-String-Svg-Inhalt. |
baseUri | String | Der Basis-URI des Dokuments. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | ImageSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Configuration
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(SVGDocument, XpsSaveOptions, string)
SVG-Dokument in xps konvertieren. Ergebnis ist xps-Datei.
public static void ConvertSVG(SVGDocument source, XpsSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
source | SVGDocument | Konvertierungsquelle. |
options | XpsSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class SVGDocument
- class XpsSaveOptions
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(Url, XpsSaveOptions, string)
SVG-Quelle in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertSVG(Url url, XpsSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
url | Url | Quelldokument-URL. |
options | XpsSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Url
- class XpsSaveOptions
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(Url, Configuration, XpsSaveOptions, string)
SVG-Quelle in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertSVG(Url url, Configuration configuration, XpsSaveOptions options,
string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
url | Url | Quelldokument-URL. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | XpsSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Url
- class Configuration
- class XpsSaveOptions
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, XpsSaveOptions, string)
SVG-Quelle in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertSVG(string sourcePath, XpsSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Quellpfad der SVG-Datei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
options | XpsSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class XpsSaveOptions
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, Configuration, XpsSaveOptions, string)
SVG-Quelle in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertSVG(string sourcePath, Configuration configuration,
XpsSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Quellpfad der SVG-Datei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | XpsSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Configuration
- class XpsSaveOptions
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, string, XpsSaveOptions, string)
SVG-Quelle in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertSVG(string content, string baseUri, XpsSaveOptions options,
string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
content | String | Inline-String-Svg-Inhalt. |
baseUri | String | Der Basis-URI des Dokuments. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
options | XpsSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class XpsSaveOptions
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, string, Configuration, XpsSaveOptions, string)
SVG-Quelle in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertSVG(string content, string baseUri, Configuration configuration,
XpsSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
content | String | Inline-String-Svg-Inhalt. |
baseUri | String | Der Basis-URI des Dokuments. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | XpsSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Configuration
- class XpsSaveOptions
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(SVGDocument, XpsSaveOptions, ICreateStreamProvider)
SVG-Quelle in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertSVG(SVGDocument document, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
document | SVGDocument | Konvertierungsquelle. |
options | XpsSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class SVGDocument
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(Url, XpsSaveOptions, ICreateStreamProvider)
SVG-Quelle in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertSVG(Url url, XpsSaveOptions options, ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
url | Url | Die Dokument-URL. |
options | XpsSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Url
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(Url, Configuration, XpsSaveOptions, ICreateStreamProvider)
SVG-Quelle in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertSVG(Url url, Configuration configuration, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
url | Url | Die Dokument-URL. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | XpsSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Url
- class Configuration
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, XpsSaveOptions, ICreateStreamProvider)
SVG-Quelle in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertSVG(string sourcePath, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Quellpfad der SVG-Datei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
options | XpsSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, Configuration, XpsSaveOptions, ICreateStreamProvider)
SVG-Quelle in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertSVG(string sourcePath, Configuration configuration,
XpsSaveOptions options, ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Quellpfad der SVG-Datei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | XpsSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Configuration
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, string, XpsSaveOptions, ICreateStreamProvider)
SVG-Quelle in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertSVG(string content, string baseUri, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
content | String | Inline-String-Svg-Inhalt. |
baseUri | String | Der Basis-URI des Dokuments. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
options | XpsSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG
ConvertSVG(string, string, Configuration, XpsSaveOptions, ICreateStreamProvider)
SVG-Quelle in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertSVG(string content, string baseUri, Configuration configuration,
XpsSaveOptions options, ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
content | String | Inline-String-Svg-Inhalt. |
baseUri | String | Der Basis-URI des Dokuments. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | XpsSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Configuration
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Svg.Converters
- Montage Aspose.SVG