Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 61,026 for

path

(0.12 sec)
  1. Creating, Opening and Saving Images|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....be created setting an output path or by setting a stream . Both...Creating an Image by Setting a Path Create an object of any desired...

    docs.aspose.com/imaging/java/creating-opening-a...
  2. Convert SVG to BMP – Aspose.HTML for .NET

    Convert SVG to BMP in C# using Aspose.HTML for .NET. Consider various SVG to BMP conversion scenarios in C# examples. Try online SVG Converter.... ConvertSVG (Path. Combine (DataDir, "shapes.svg"...ImageSaveOptions(ImageFormat. Bmp ), Path. Combine (OutputDir, "convert-with-single-line...

    docs.aspose.com/html/net/convert-svg-to-bmp/
  3. Convert SVG to GIF – C# code and Online Converter

    Convert SVG to GIF in C# using Aspose.HTML for .NET. Consider various SVG to GIF conversion scenarios in C# examples. Try online SVG Converter.... ConvertSVG (Path. Combine (DataDir, "shapes.svg"...ImageSaveOptions(ImageFormat. Gif ), Path. Combine (OutputDir, "convert-with-single-line...

    docs.aspose.com/html/net/convert-svg-to-gif/
  4. Working with Attachments | Aspose.Note Document...

    A guide on managing and utilizing file attachments within your application.... Copy 1 // The path to the documents directory....the document object and file path. Add attached file node under...

    docs.aspose.com/note/net/working-with-attachments/
  5. 使用 Python 在 PDF 中添加文本、图像或页面图章 | Aspose.PDF

    在 .NET Framework、.NET Core 上处理 PDF 文件中邮票的 Python 源代码...apdf from os import path path_infile = path . join ( self . data_dir...data_dir , infile ) path_outfile = path . join ( self . data_dir...

    products.aspose.com/pdf/zh-hant/python-net/stamps/
  6. Generate EAN-2 and EAN-5 Barcodes as Supplement...

    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.... Save ( $"{path}SupplementEAN2.png" , BarCodeImageFormat...= "12345" ; gen . Save ( $"{path}SupplementEAN5.png" , BarCodeImageFormat...

    docs.aspose.com/barcode/net/ean2-and-ean5-as-su...
  7. Convert MSG files to EML format issue - Free Su...

    We’re currently using the Aspose library (version 1.17.158) to convert MSG files to EML format, but we’ve encountered an issue during the conversion process. Details: Aspose Version: 1.17.158 Operation: MSG → EML conv…...possibly due to an invalid file path or a corrupted file. Here are...issue: Check File Path : Ensure that the file path “E:\zeva\Test...

    forum.aspose.com/t/convert-msg-files-to-eml-for...
  8. Merge PS files using Python for .NET | Aspose.PDF

    Merge PS files programmatically with Python sample code using Aspose.PDF for Python for .NET...pdf as apdf from os import path ps_load_options = apdf . PsLoadOptions...document_infiles = [ apdf . Document ( path . join ( self . data_dir , infile...

    products.aspose.com/pdf/python-net/merger/ps/
  9. Extract Images from Presentation Shapes in .NET...

    Extract images from shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for .NET — quick, code-friendly solution....static void Run () { String path = @"D:\Aspose Data\" ; // Accesses...Presentation pres = new Presentation ( path + "ExtractImages.pptx" ); Aspose...

    docs.aspose.com/slides/net/extracting-images-fr...
  10. I want to search for hyperlinks or urls that co...

    Search and replace keyword in a hyperlink and URL...Document doc = new Document("path/to/your/document.docx"); //...modified document doc.save("path/to/your/modified_document.docx");...

    forum.aspose.com/t/i-want-to-search-for-hyperli...