Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 6,212 for

paths

(0.04 sec)
  1. Робота з градієнтом у PostScript | C++

    Додавання градієнта у файлі PS — це функція, яка підтримується рішенням Aspose.Page API. Подивіться, як використовувати цю функцію в C++... Copy 1 // The path to the documents directory....0f ; 23 24 //Create graphics path from the first rectangle 25...

    docs.aspose.com/page/uk/cpp/ps/working-with-gra...
  2. Конвертировать MHTML в JPG на Python – Aspose.H...

    Конвертируйте MHTML в JPG с помощью библиотеки Python Aspose.HTML. Рассмотрим поддерживаемые сценарии преобразования MHTML в JPG на примерах Python....путь к выходному файлу save_path и выполняет операцию преобразования...Setup directories and define paths 9 output_dir = "output/" 10...

    docs.aspose.com/html/ru/python-net/convert-mhtm...
  3. System.NullReferenceException when setting form...

    Hi, I am getting a System.NullReferenceException when trying to set a value to a acro form field. This is in a project targeting .Net 6 using Aspose.PDF 22.7.0. The pdf that I am using is attached to this ticket. Here…...MemoryStream(licenseBin)); string path = @"C:\Dev\Testing\PDF_Eval";...string pdfTemplate1 = Path.Combine(path, "f941pr.Q2.2022.LT.PDF");...

    forum.aspose.com/t/system-nullreferenceexceptio...
  4. VbaReferenceCollection.RemoveAt | Aspose.Words ...

    Effortlessly manage your VbaReferenceCollection with the RemoveAt method to delete elements by index, enhancing your VBA coding efficiency....]; string path = GetLibIdPath ( reference ); if ( path == brokenPath...Returns string representing LibId path of a specified reference. ///...

    reference.aspose.com/words/net/aspose.words.vba...
  5. Markdown Converter – Convert MD in C# or Online

    In this article, you learn how to convert Markdown to other formats using Aspose.HTML API and consider C# example of Markdown to JPG conversion....specifying: Copy 1 // Prepare a path to a source Markdown file 2...2 string sourcePath = Path. Combine (DataDir, "nature.md" ); 3...

    docs.aspose.com/html/net/markdown-converter/
  6. Kreslení obrázků pomocí GraphicsPath|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....třídy Graphics (DrawPath a Fill Paths), abyste mohli překreslit nebo...Fill Paths zveřejněné třídou Graphics. Metoda Fill Paths vyplní...

    docs.aspose.com/psd/cs/net/kresleni-obrazku-pom...
  7. Как установить папку со шрифтами – C#

    Узнайте и получите пошаговое руководство о том, как настроить папку шрифтов для преобразования HTML в PDF или изображение с помощью библиотеки Aspose.HTML for .NET.... WriteAllText (Path. Combine (OutputDir, "user-agent-fontsetting...// Set a custom font folder path 18 userAgentService. FontsSettings...

    docs.aspose.com/html/ru/net/how-to-set-font-fol...
  8. Carpeta de fuentes – cómo instalar usando C#

    Aprenda y obtenga una guía paso a paso sobre cómo configurar la carpeta de fuentes para representar HTML en PDF o imagen usando la biblioteca Aspose.HTML for .NET....HTML C#: Copy 1 // Prepare a path to a source HTML file 2 string...string documentPath = Path. Combine (DataDir, "file.html" ); 3 4...

    docs.aspose.com/html/es/net/how-to-set-font-fol...
  9. Aspose::Words::Saving::FontSavingArgs::get_Font...

    Aspose::Words::Saving::FontSavingArgs::get_FontFileName method. Gets or sets the file name (without path) where the font will be saved to in C++....sets the file name (without path) where the font will be saved...without the path. Aspose.Words determines the path for saving...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Convert SVG to DOCX | C#

    Convert SVG to DOCX in C# using Aspose.HTML API. Consider various SVG to DOCX conversion scenarios in C# examples. Try online SVG Converter.... ConvertSVG (Path. Combine (DataDir, "shapes.svg"...svg" ), new DocSaveOptions(), Path. Combine (OutputDir, "convert-with-single-line...

    docs.aspose.com/html/net/convert-svg-to-docx/