Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 61,019 for

paths

(0.16 sec)
  1. Convert SVG to PDF in Python – Aspose.HTML

    Convert SVG to PDF using the Aspose.HTML Python library. Learn about PdfSaveOptions and consider Python code examples for converting SVG to PDF....define paths 8 output_dir = "output/" 9 if not os. path . exists...makedirs (output_dir) 11 save_path = os. path . join (output_dir, "circles...

    docs.aspose.com/html/python-net/convert-svg-to-...
  2. Add Image to PDF using C#|Aspose.PDF for .NET

    This section describes how to add image to existing PDF file using C# library....void AddImageToPDF () { // The path to the documents directory var...AddImageToPDFUsingPd () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/add-image-to-existing-p...
  3. Optical mark recognition (OMR)|Documentation

    How to recognize the filled form with Aspose.OMR for .NET....as: An absolute or relative path to the image (for single-page...forms). An absolute or relative path to the scanned PDF (for single-page...

    docs.aspose.com/omr/net/recognition/
  4. Aspose.PSD - text wrapped on shape not being ma...

    ConsoleApp1.zip (237.3 KB) Attached is example code of trying to fill in some text layers for a PSD. One of the layers - DisplayName - is wrapped on a circle. The code properly replaces the text for the layer, but it is…...text not following the intended path. Solution To maintain the text...update_text_layer("path/to/your/source.psd", "path/to/your/output...

    forum.aspose.com/t/aspose-psd-text-wrapped-on-s...
  5. Manage number of pages in XPS file | C++

    C++ API Solution to manage XPS files. Add or remove pages from/to XPS documents with a few lines of code....here), manipulate canvases, paths, and glyph elements, create...beginning of the page list. Set the path to the document directory with...

    products.aspose.com/page/cpp/add-delete-pages/
  6. Aspose.Words.Shaping.HarfBuzz.dll reference to ...

    Hello, we use Aspose.Words.Shaping.HarfBuzz.dll and we have the problem that the required harfbuzz.dll is found in most cases, but not on some clients and environments. How can we ensure that this DLL is always availabl…... NOTE: change the paths in the code according to your... root) { var harfBuzzPath = Path.Combine(root, "Aspose.Words...

    forum.aspose.com/t/aspose-words-shaping-harfbuz...
  7. Cannot convert PDF to PDF/A on Linux using Aspo...

    Scenario: Convert PDF to PDF/A. Aspose.PDF.Drawing 25.3.0. Issue: Document.Convert method returns false when run on Linux. Sample project and test file: sample.zip (152.5 KB) Notes: You have to run the test on Linux…... as an option, specify the paths to the font files or specify...Add(new FolderFontSource("<user's path to ms fonts>")); Thus, the easiest...

    forum.aspose.com/t/cannot-convert-pdf-to-pdf-a-...
  8. 用 Python 将 Markdown 转换为 PDF – Aspose.HTML

    使用 Aspose.HTML for Python 通过 .NET 将 Markdown 转换为 PDF。在即用型 Python 示例中考虑 Markdown 到 PDF 的转换方案。...PdfSaveOptions 和输出文件路径 save_path 传递给 convert_html() 方法。 如果您想直接在代码中根据用户字符串创建...Setup output directory and paths 8 output_dir = "output/" 9 os...

    docs.aspose.com/html/zh/python-net/convert-mark...
  9. Convert DOC to PPSM via C# .NET or with free On...

    Convert Word doc documents to PowerPoint ppsm files with C#. Convert multiple files within ASP.NET or other .NET applications....develop personalized learning paths. FAQ How can I convert DOC to...

    products.aspose.com/total/net/conversion/doc-to...
  10. Convert HTML to PDF in Python – Aspose.HTML for...

    Convert HTML to PDF programmatically using Aspose.HTML Python library. Explore HTML to PDF conversion scenarios with ready-to-use Python examples....PdfSaveOptions , and output file path to the convert_html() method...Setup directories and define paths 13 output_dir = "output/" 14...

    docs.aspose.com/html/python-net/convert-html-to...