Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 67,940 for

paths

(0.12 sec)
  1. Converting a EPS file to BMP using Python | Asp...

    Sample code on Python for EPS to BMP conversion. Use example code for batch EPS to BMP conversion with Python and .NET... Define the paths to the input PDF file and output...output directory using path.join() function. Create a PsLoadOptions...

    products.aspose.com/pdf/python-net/conversion/e...
  2. Loading Embedded OpenType (EOT) font files | .NET

    Learn how to load, convert, edit, and save Embedded OpenType (EOT) font files in .NET applications using the Aspose.Font library. Includes code samples, best practices, and troubleshooting tips....the backslashes in Windows paths correctly. Load and open the...Aspose. Font . Sources ; 3 4 // Path to the EOT file 5 string eotPath...

    docs.aspose.com/font/net/how-to-load-fonts/load...
  3. View MBOX File Formats via .NET | products.aspo...

    C# source code to load, render and display MBOX documents on .NET Framework, .NET Core, and Xamarin Platforms....method with the specified file path and MboxLoadOptions . Ensure...message: Generate an output path for the .html file. Configure...

    products.aspose.com/email/net/viewer/mbox/
  4. Modify the content of pdf based on header - Fre...

    Hello, Currently what we are doing: We have our data in HTML format. So we are generating pdf from html. We are using Converter.ConvertHTML from Aspose.HTML. Also, we have pdf headers and footers in HTML form. What we…...example, you will pass the paths for the input and output PDFs...Main(string[] args) { string path = @"C:\Users\prashant.mahajan\Downloads\";...

    forum.aspose.com/t/modify-the-content-of-pdf-ba...
  5. Configure Font Substitution in Presentations in...

    Enable optimal font substitution in Aspose.Slides for .NET when converting PowerPoint & OpenDocument presentations to other file formats....available fonts and the search paths differ across platforms, which...

    docs.aspose.com/slides/net/font-substitution/
  6. Merge EPS files to PDF using .NET

    Merger EPS functionality of Aspose.Page API solution for .NET allows you to combine several EPS files into a single PDF document....PsDocument instance by passing the path of the first EPS file to its...string array containing the file paths of the additional EPS files...

    docs.aspose.com/page/net/merge/eps/
  7. Manage MS Contacts: Load, Parse, Save MSG Files...

    Learn how to load MSG files, extract, modify and save contact information in universal VCard format using an advanced C# .NET API....Remember to modify the file paths and adapt the code to suit your...

    blog.aspose.com/email/manage-outlook-contacts-u...
  8. Merge PostScript files to PDF using .NET

    Merger PS functionality of Aspose.Page API solution for .NET allows you to combine a few PS files into a single PDF document....string array containing the paths of the additional PS files to...

    docs.aspose.com/page/net/merge/ps/
  9. Working with Fonts and Text in SVG – Aspose.SVG...

    Learn how to reliably render SVG text in C# using custom fonts, font fallback, @font-face, and avoid common SVG to PDF and image conversion issues.... SetFontsLookupFolder (Path. Combine (DataDir, "fonts" ));...ConvertSVG (document, saveOptions, Path. Combine (OutputDir, "custom-font...

    docs.aspose.com/svg/net/working-with-fonts-and-...
  10. Null pointer exception when converting vsd file...

    During vsd->vsdx file conversion, null pointer exception is thrown. vsd file and callstack: 2023.05.26.zip (7.9 MB) The file was converted using this code: File file = new File(PATH_TO_VSD_FILE); Diagram d = new Diag…...this code: File file = new File(PATH_TO_VSD_FILE); Diagram d = new...using: File file = new File(PATH_TO_VSD_FILE); Diagram d = new...

    forum.aspose.com/t/null-pointer-exception-when-...