Sort Score
Result 10 results
Languages All
Labels All
Results 6,831 - 6,840 of 15,891 for

combine

(0.21 sec)
  1. Fonts Conversion API | .NET Solution

    Font conversion functionality. Convert different fonts such as CFF, EOT, WOFF, TTF, and Type 1 with a few lines of C# code via the .NET library....Combine(DataDir, "{{inputFile}}");...settings string outPath = Path.Combine(OutputDir, "{{outputFile}}");...

    products.aspose.com/font/net/conversion/
  2. Extraire des données vectorielles d'un fichier ...

    Aspose.PDF facilite l'extraction de données vectorielles d'un fichier PDF. Vous pouvez obtenir les données vectorielles (chemin, polygone, polyligne), telles que la position, la couleur, l'épaisseur de ligne, etc.... Combine ( dataDir , "SvgOutput" , "VectorGraphics_out...[ 2 ]. SaveToSvg ( Path . Combine ( dataDir , "SvgOutput" , "VectorGraphics_out...

    docs.aspose.com/pdf/fr/net/extract-vector-data-...
  3. PDF 파일에서 벡터 데이터 추출하기 C#|Aspose.PDF for .NET

    Aspose.PDF는 PDF 파일에서 벡터 데이터를 쉽게 추출할 수 있게 해줍니다. 위치, 색상, 선 너비 등과 같은 벡터 데이터(경로, 다각형, 폴리라인)를 얻을 수 있습니다.... Combine ( dataDir , "SvgOutput" , "VectorGraphics_out...[ 2 ]. SaveToSvg ( Path . Combine ( dataDir , "SvgOutput" , "VectorGraphics_out...

    docs.aspose.com/pdf/ko/net/extract-vector-data-...
  4. Загрузить шрифт из файла CFF | С++

    Решение C++ API для загрузки шрифтов из файла на жестком диске, даже если этот файл не шрифт. Давайте посмотрим, как сделать это из файла CFF....fontPath = System::IO::Path::Combine(get_DataDir(), u "CenturyGothic...fontPath = System::IO::Path::Combine(get_DataDir(), u "CenturyGothic...

    docs.aspose.com/font/ru/cpp/how-to-load-fonts/l...
  5. Filtres SVG – Code C# – Aspose.SVG for .NET

    Apprenez à écrire du code SVG et C# pour implémenter des effets de flou gaussien, d'ombre portée, de saturation et de lumière sur les éléments SVG et les bitmaps....SVG est la possibilité de combiner plusieurs types. Les résultats...d’éclairage SVG – Apprenez à combiner plusieurs filtres pour créer...

    docs.aspose.com/svg/fr/net/svg-filters/
  6. Carica un carattere dal file CFF | C++

    Soluzione API C ++ per caricare i caratteri da un file sul disco rigido anche se questo file non è un po 'di carattere. Diamo un'occhiata a come farlo da un file CFF....fontPath = System::IO::Path::Combine(get_DataDir(), u "CenturyGothic...fontPath = System::IO::Path::Combine(get_DataDir(), u "CenturyGothic...

    docs.aspose.com/font/it/cpp/how-to-load-fonts/l...
  7. Conversione del carattere. Dettagli avanzati | C++

    Funzionalità di conversione da Aspose.Font. A volte è necessario leggere i dati dei caratteri convertiti prima di salvarlo. Il metodo qui ha lo scopo di aiutarlo....fontPath = System::IO::Path::Combine(get_DataDir(), u"{{input}}");...outPath = System::IO::Path::Combine(get_OutputDir(), u"output-file...

    docs.aspose.com/font/it/cpp/convert/advanced-me...
  8. Schriftartkonvertierung. Erweiterte Details | C++

    Konvertierungsfunktion von Aspose.Font. Manchmal müssen Sie konvertierte Schriftdaten lesen, bevor Sie sie speichern. Die Methode hier soll dabei helfen....fontPath = System::IO::Path::Combine(get_DataDir(), u"{{input}}");...outPath = System::IO::Path::Combine(get_OutputDir(), u"output-file...

    docs.aspose.com/font/de/cpp/convert/advanced-me...
  9. Crear SVG, cargar y leer SVG en C#

    Aprenda a crear SVG a partir de una cadena de memoria, una secuencia o un archivo; cómo cargar SVG desde la Web y leer SVG usando Aspose.SVG for .NET API.... Combine (OutputDir, "empty.svg" );...string documentPath = Path. Combine (DataDir, "bezier-curves.svg"...

    docs.aspose.com/svg/es/net/create-svg-document/
  10. Convertir MHTML en PDF – Exemples C# et convert...

    Convertissez du MHTML au PDF en C# à l'aide d'Aspose.HTML for .NET. Examinez les scénarios de conversion MHTML vers PDF pris en charge dans les exemples C#.... Combine (OutputDir, "convert-by-two-lines...7 string savePath = Path. Combine (OutputDir, "sample-output...

    docs.aspose.com/html/fr/net/convert-mhtml-to-pdf/